{"id":267856,"date":"2025-12-23T13:22:59","date_gmt":"2025-12-23T13:22:59","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/variables-globales-shortcodes-de-texto-y-enlaces-custom-values\/"},"modified":"2025-12-23T13:35:11","modified_gmt":"2025-12-23T13:35:11","slug":"abdiel-global-variables","status":"publish","type":"plugin","link":"https:\/\/tah.wordpress.org\/plugins\/abdiel-global-variables\/","author":23423237,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.9.4","requires":"5.8","requires_php":"7.4","requires_plugins":null,"header_name":"Abdiel Global Variables","header_author":"Jose Abdiel","header_description":"Create reusable global text values (phones, links, short messages, custom values, etc.) and use them anywhere via simple shortcodes.","assets_banners_color":"9bd6a3","last_updated":"2025-12-23 13:35:11","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/joseabdiel.com\/apoyar\/","header_plugin_uri":"https:\/\/joseabdiel.com\/recursos","header_author_uri":"https:\/\/joseabdiel.com","rating":5,"author_block_rating":0,"active_installs":20,"downloads":257,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"abdielreyef","date":"2025-12-23 13:35:11"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon.svg":{"filename":"icon.svg","revision":3426230,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":3426230,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":3427685,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3426230,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3426230,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":3426230,"resolution":"3","location":"assets","locale":""}},"screenshots":{"1":"List of saved global values with example data. Real site information has been replaced with generic sample values for demonstration purposes.","2":"Edit screen showing a sample global value and its shortcode.","3":"Different ways to use a global value: as plain text using the shortcode, inside image and link fields, and through dynamic shortcode options in compatible builders."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[83,252714,181032,175,357],"plugin_category":[43],"plugin_contributors":[252715],"plugin_business_model":[],"class_list":["post-267856","plugin","type-plugin","status-publish","hentry","plugin_tags-admin","plugin_tags-global-variables","plugin_tags-import-export","plugin_tags-links","plugin_tags-shortcodes","plugin_category-customization","plugin_contributors-abdielreyef","plugin_committers-abdielreyef"],"banners":{"banner":"https:\/\/ps.w.org\/abdiel-global-variables\/assets\/banner-772x250.jpg?rev=3427685","banner_2x":"https:\/\/ps.w.org\/abdiel-global-variables\/assets\/banner-1544x500.jpg?rev=3426230","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/abdiel-global-variables\/assets\/icon.svg?rev=3426230","icon":"https:\/\/ps.w.org\/abdiel-global-variables\/assets\/icon.svg?rev=3426230","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/abdiel-global-variables\/assets\/screenshot-1.png?rev=3426230","caption":"List of saved global values with example data. Real site information has been replaced with generic sample values for demonstration purposes."},{"src":"https:\/\/ps.w.org\/abdiel-global-variables\/assets\/screenshot-2.png?rev=3426230","caption":"Edit screen showing a sample global value and its shortcode."},{"src":"https:\/\/ps.w.org\/abdiel-global-variables\/assets\/screenshot-3.png?rev=3426230","caption":"Different ways to use a global value: as plain text using the shortcode, inside image and link fields, and through dynamic shortcode options in compatible builders."}],"raw_content":"<!--section=description-->\n<p>Abdiel Global Variables lets you create and manage reusable plain-text values (phone numbers, URLs, short messages, etc.) and call them anywhere on your site using shortcodes.<\/p>\n\n<p>Instead of updating the same phone number or link across multiple pages, you edit it once in the plugin screen and the shortcode output updates everywhere.<\/p>\n\n<p>Key features:<\/p>\n\n<ul>\n<li>Create \u201cglobal values\u201d with a label, shortcode and text value.<\/li>\n<li>Works with phone numbers, URLs, short messages and any plain text.<\/li>\n<li>Use values in posts, pages, widgets or templates via shortcodes.<\/li>\n<li>Simple admin UI to add, edit or delete items.<\/li>\n<li>Import and export your items as JSON.<\/li>\n<li>No custom database tables (uses the WordPress Options API).<\/li>\n<\/ul>\n\n<h3>Credits<\/h3>\n\n<p>This plugin was developed with assistance from ChatGPT for code iteration and debugging.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id='can%20i%20store%20text%20that%20is%20not%20a%20link%3F'><h3>Can I store text that is not a link?<\/h3><\/dt>\n<dd><p>Yes. The plugin stores plain text: phones, codes, short messages, etc.<\/p><\/dd>\n<dt id='how%20do%20i%20use%20the%20shortcodes%3F'><h3>How do I use the shortcodes?<\/h3><\/dt>\n<dd><p>In the plugin screen you will see the shortcode for each item, for example:\n[support_whatsapp]. Copy and paste it into the block editor, widgets, or compatible builders.<\/p><\/dd>\n<dt id='can%20i%20use%20it%20in%20php%20templates%3F'><h3>Can I use it in PHP templates?<\/h3><\/dt>\n<dd><p>Yes. You can use:<\/p>\n\n<pre><code>echo do_shortcode('[your_shortcode]');\n<\/code><\/pre>\n\n<p>inside your PHP templates.<\/p><\/dd>\n<dt id='does%20the%20plugin%20allow%20user%20html%20or%20scripts%3F'><h3>Does the plugin allow user HTML or scripts?<\/h3><\/dt>\n<dd><p>No. Values are treated as plain text and are escaped on output.<\/p><\/dd>\n<dt id='is%20there%20a%20paid%20version%3F'><h3>Is there a paid version?<\/h3><\/dt>\n<dd><p>No. This plugin is free. If you want to support development, you can do it here:\nhttps:\/\/joseabdiel.com\/apoyar\/<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Create reusable global text values (phones, links, short messages, custom values, etc.) and use them anywhere via simple shortcodes.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/267856","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=267856"}],"author":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/abdielreyef"}],"wp:attachment":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=267856"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=267856"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=267856"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=267856"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=267856"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=267856"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}