[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f75voYguF6G0CFt_W4AYKyDFAxwO-7hF-JbKrx7CafI0":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":17,"download_link":22,"security_score":23,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25,"vulnerabilities":26,"developer":27,"crawl_stats":24,"alternatives":33,"analysis":132,"fingerprints":302},"wp247-get-option-shortcode","WP247 Get Option Shortcode","1.2","wescleveland","https:\u002F\u002Fprofiles.wordpress.org\u002Fwescleveland\u002F","\u003Cp>Include WordPress options anywhere shortcodes are accepted.\u003C\u002Fp>\n\u003Ch4>Syntax\u003C\u002Fh4>\n\u003Cp>[wp247_get_option option=”\u003Cstrong>desired-option\u003C\u002Fstrong>” default=”\u003Cstrong>desired-default\u003C\u002Fstrong>” scope=”\u003Cstrong>desired-scope\u003C\u002Fstrong>“]\u003C\u002Fp>\n\u003Cp>where:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>desired-option\u003C\u002Fstrong> is the option to be retrieved from the WordPress wp_options table. Default: none\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>desired-default\u003C\u002Fstrong> is the default value to be returned if the desired option does not exist. Default: “”\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>desired-scope\u003C\u002Fstrong> indicates which type of option is to be retrieved. \u003Cstrong>scope=”site”\u003C\u002Fstrong> will retrieve options using the WordPress \u003Cstrong>get_site_option\u003C\u002Fstrong> function. All other values are ignored and the WordPress \u003Cstrong>get_option\u003C\u002Fstrong> function will be used to retrieve the desired \u003Cstrong>option\u003C\u002Fstrong> value. Default: “”\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Examples\u003C\u002Fh4>\n\u003Cp>Include the WordPress site URL in some text somewhere:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>This is my site’s URL: [wp247_get_option option=”siteurl”].\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Set up a copyright notice in a footer widget:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Copyright &copy; \u003Ca href=\"[wp247_get_option option='siteurl']\" rel=\"nofollow ugc\">[wp247_get_option option=’blogname’]\u003C\u002Fa>. All rights reserved.\u003C\u002Fli>\n\u003C\u002Ful>\n","Include WordPress options anywhere shortcodes are accepted.",10,1447,0,"2021-08-08T17:35:00.000Z","5.8.13","4.0","",[19,20,21],"get_option","options","shortcode","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp247-get-option-shortcode.1.2.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":28,"total_installs":29,"avg_security_score":30,"avg_patch_time_days":31,"trust_score":23,"computed_at":32},4,240,87,30,"2026-04-05T14:57:47.419Z",[34,57,75,93,114],{"slug":35,"name":36,"version":37,"author":38,"author_profile":39,"description":40,"short_description":41,"active_installs":42,"downloaded":43,"rating":44,"num_ratings":11,"last_updated":45,"tested_up_to":46,"requires_at_least":47,"requires_php":48,"tags":49,"homepage":53,"download_link":54,"security_score":23,"vuln_count":55,"unpatched_count":13,"last_vuln_date":56,"fetched_at":25},"custom-global-variables","Custom Global Variables","1.1.2","akirak","https:\u002F\u002Fprofiles.wordpress.org\u002Fakirak\u002F","\u003Cp>Create your own custom variables to manage information on your website such as:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Phone numbers\u003C\u002Fli>\n\u003Cli>Addresses\u003C\u002Fli>\n\u003Cli>Social media links\u003C\u002Fli>\n\u003Cli>HTML snippets\u003C\u002Fli>\n\u003Cli>And anything else\u003Cbr \u002F>\ntest\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Easily access them globally in WordPress and PHP.\u003C\u002Fp>\n\u003Ch4>Why you need it\u003C\u002Fh4>\n\u003Cp>Rather than having to change something like an email address across multiple pages, you can do it in one place. Avoid the pitfalls of hard coding information in your WordPress theme that is likely to change.\u003C\u002Fp>\n\u003Ch4>Why it’s better\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Your variables are stored and retrieved locally without any calls to the database. That means faster load times for your pages!\u003C\u002Fli>\n\u003Cli>Variables can be accessed easily in PHP from the global scope.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>Display your variables using the shortcode syntax:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[cgv variable-name]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Or using the superglobal in PHP:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php echo $GLOBALS['cgv']['variable-name'] ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Easily create custom variables that can be accessed globally in Wordpress and PHP. Retrieval of information is extremely fast, with no database calls.",5000,20866,100,"2023-03-22T21:22:00.000Z","6.1.10","3.0.1","5.6",[35,20,50,51,52],"settings","shortcodes","variables","https:\u002F\u002Fwww.newtarget.com\u002Fsolutions\u002Fwordpress-websites","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-global-variables.1.1.2.zip",1,"2021-01-11 00:00:00",{"slug":58,"name":59,"version":60,"author":61,"author_profile":62,"description":63,"short_description":64,"active_installs":65,"downloaded":66,"rating":67,"num_ratings":68,"last_updated":69,"tested_up_to":70,"requires_at_least":47,"requires_php":17,"tags":71,"homepage":73,"download_link":74,"security_score":23,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25},"easy-options-page","Easy Options Page","1.5","jokiruiz","https:\u002F\u002Fprofiles.wordpress.org\u002Fjokioki\u002F","\u003Cp>Create Options Pages in less than 2 minutes! Specify the \u003Cstrong>Title\u003C\u002Fstrong> of the page, the \u003Cstrong>icon\u003C\u002Fstrong>, and the \u003Cstrong>options\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Col>\n\u003Cli>\n\u003Cp>Select the icon for your page from a list of icons, all of them prepared and optimized for > 3.8 wordpress admin panel.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>For the options you can specify text string or image. (more options are coming in next updates!)\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>We also provide \\”short-codes\\” to use the options inside your posts.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Do you use WordPress admin with an iPad? Don´t worry, this plugin is fully adapted for tablets and smartphones.\u003C\u002Fp>\n\u003Cp>\u003Cem>Thank you for downloading! your feedback is well appreciated!\u003C\u002Fem>\u003C\u002Fp>\n","Create a WordPress Options Page out of the box. Specify the options (images or text) and use them even inside posts using short-codes",70,3915,96,6,"2015-11-02T15:18:00.000Z","3.9.40",[72],"options-pages-option-page-shortcode-easy","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Feasy-options-page","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Feasy-options-page.zip",{"slug":76,"name":77,"version":78,"author":79,"author_profile":80,"description":81,"short_description":82,"active_installs":83,"downloaded":84,"rating":44,"num_ratings":55,"last_updated":85,"tested_up_to":86,"requires_at_least":87,"requires_php":17,"tags":88,"homepage":91,"download_link":92,"security_score":23,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25},"optiontree-shortcode","optiontree Shortcode","1.0","ethanpil","https:\u002F\u002Fprofiles.wordpress.org\u002Fethanpil\u002F","\u003Cp>This plugin adds a shortcode [ot_get_option] to pull info from like the function ot_get_option(). Its very simple to use and supports the same values as ot_get_option().\u003C\u002Fp>\n\u003Cp>BEWARE: It will not work with options that return non-text values.\u003C\u002Fp>\n\u003Cp>Why a shortcode and not the function in PHP? Sometimes I need to implement slight variations of the same site. This allows me to set my options in the UI and have the values propagate into the post content as needed without remembering every place that needs changes.\u003C\u002Fp>\n\u003Cp>If you aren’t using OptionTree ( https:\u002F\u002Fwordpress.org\u002Fplugins\u002Foption-tree\u002F ) this will probably be useless for you!\u003C\u002Fp>\n\u003Cp>Its used like this:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[ot_get_option option_id=\"XYZ\" default=\"123\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This is the equivalent of the following in PHP:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>ot_get_option(\"XYZ\",\"123\");\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Fork away: https:\u002F\u002Fgithub.com\u002Fethanpil\u002Fwp-optiontree-shortcode\u003C\u002Fp>\n","Add a [ot_get_option] shortcode to the Wordpress editor to include data from OptionTree.",50,2670,"2013-09-25T06:35:00.000Z","3.6.1","3.0",[89,90,21],"optiontree","ot_get_option","https:\u002F\u002Fgithub.com\u002Fethanpil\u002Fwp-bloginfo-shortcode","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Foptiontree-shortcode.zip",{"slug":94,"name":95,"version":96,"author":97,"author_profile":98,"description":99,"short_description":100,"active_installs":11,"downloaded":101,"rating":44,"num_ratings":102,"last_updated":103,"tested_up_to":104,"requires_at_least":105,"requires_php":48,"tags":106,"homepage":112,"download_link":113,"security_score":23,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25},"advanced-custom-widget","Advanced Custom Widget","1.0.1","longvietweb","https:\u002F\u002Fprofiles.wordpress.org\u002Flongvietweb\u002F","\u003Cp>Advanced Custom Widget is a plugin that allows flexible widget customization without touching a single line of code.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Customize text color widgets.\u003Cbr \u002F>\nCustomize text widget location.\u003Cbr \u002F>\nCustomize the widget background color.\u003Cbr \u002F>\nCustomize widget wallpapers.\u003Cbr \u002F>\nCustom padding widget.\u003Cbr \u002F>\nCustom margin widget.\u003Cbr \u002F>\nAdd custom class.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Flongvietweb.com\u002Fplugins\u002Fadvanced-custom-widget\" rel=\"nofollow ugc\">Plugin Homepage\u003C\u002Fa>\u003C\u002Fp>\n","Custom any widget for wordpress",2249,2,"2019-05-18T04:26:00.000Z","5.2.24","4.6",[107,108,109,110,111],"custom-widget","customization-widget","widget","widget-advanced","widget-options","http:\u002F\u002Flongvietweb.com\u002Fplugins\u002Fadvanced-custom-widget","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadvanced-custom-widget.zip",{"slug":115,"name":116,"version":117,"author":118,"author_profile":119,"description":120,"short_description":121,"active_installs":11,"downloaded":122,"rating":13,"num_ratings":13,"last_updated":123,"tested_up_to":124,"requires_at_least":16,"requires_php":125,"tags":126,"homepage":130,"download_link":131,"security_score":23,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25},"vi-include-post-by","VI: Include Post By","0.4.200706","Knighthawk","https:\u002F\u002Fprofiles.wordpress.org\u002Fknighthawk\u002F","\u003Cp>VI: Include Post By – provides your pages and posts with shortcodes allowing you to display other pages and posts inside them either by their ID or by post category. Options to display title,meta,content,thumbnail,excerpt,footer.\u003C\u002Fp>\n\u003Ch3>Coming Soon\u003C\u002Fh3>\n\u003Cp>More display options.\u003Cbr \u002F>\nTaxonomy and post type agnostic\u003Cbr \u002F>\nsetable default thumbnail\u003Cbr \u002F>\ngrab the actual small thumbnail image for srcset\u003C\u002Fp>\n\u003Ch3>Instructions\u003C\u002Fh3>\n\u003Cp>Shortcode for including a single post by its ID\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[include-post-by-id\n id=\"123\"\n link=\"true\"\n moretext=\"Continue Reading\"\n card=\"false\"\n display=\"title,meta,thumbnail,content,excerpt,more,footer,all\"\n display_header=\"title,meta,thumbnail,content,excerpt,more,footer,all\"\n display_body=\"title,meta,thumbnail,content,excerpt,more,footer,all\"\n display_footer=\"title,meta,thumbnail,content,excerpt,more,footer,all\"\n image_size=\"thumbnail,medium,large,full,custom-image-size\"\n class_inner=\"custom-class-name\"\n class_header=\"custom-class-name\"\n class_body=\"custom-class-name\"\n class_footer=\"custom-class-name\"\n class_thumbnail=\"custom-class-name\"\n]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cul>\n\u003Cli>id = post to be shown\u003C\u002Fli>\n\u003Cli>link = whether the title\u002Fthubmnail are links to the post\u003C\u002Fli>\n\u003Cli>moretext = edit the text of the read-more link\u003C\u002Fli>\n\u003Cli>card = will set class names to bootstrap cards, no further class customization is required\u003C\u002Fli>\n\u003Cli>display[x] = display options as a CSV, order counts\u003C\u002Fli>\n\u003Cli>class[x] = a custom class name that will be added to each container element\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Shortcode for including single\u002Fmultiple posts by their category.\u003Cbr \u002F>\nEvery option required or used in the include-post-by-id will also pass through here.\u003Cbr \u002F>\nThis function will query the DB and then call include-post-by-id once for each resulting post.\u003Cbr \u002F>\nShown here are only the options which are unique to this function.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[include-post-by-cat\n cat=\"123\"\n order=\"DESC\"\n orderby=\"date\"\n paginate=true\n perpage=\"5\"\n offset=\"0\"\n class_container=\"custom-class-name\"\n]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cul>\n\u003Cli>cat = category to be shown\u003C\u002Fli>\n\u003Cli>order = sort order\u003C\u002Fli>\n\u003Cli>orderby = what to sort by\u003C\u002Fli>\n\u003Cli>paginate = true\u002Ffalse\u003C\u002Fli>\n\u003Cli>perpage = items per page. -1 = all\u003C\u002Fli>\n\u003Cli>offset = how many posts to skip, useful if you are combining multiple includes\u003C\u002Fli>\n\u003Cli>class_container = custom-class-name used in the wrapper element\u003C\u002Fli>\n\u003C\u002Ful>\n","Shortcodes allowing you to display posts inside other posts\u002Fpages",1018,"2020-07-27T20:52:00.000Z","5.4.19","5.2.4",[20,127,128,21,129],"params","post","vars","http:\u002F\u002Fneathawk.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvi-include-post-by.zip",{"attackSurface":133,"codeSignals":180,"taintFlows":268,"riskAssessment":295,"analyzedAt":301},{"hooks":134,"ajaxHandlers":170,"restRoutes":177,"shortcodes":178,"cronEvents":179,"entryPointCount":55,"unprotectedCount":13},[135,141,146,150,154,159,161,163,168],{"type":136,"name":137,"callback":138,"file":139,"line":140},"action","admin_enqueue_scripts","do_action_admin_enqueue_scripts","admin\\wp247-settings-api\\wp247-settings-api.class.php",117,{"type":136,"name":142,"callback":143,"priority":144,"file":139,"line":145},"admin_head","do_action_admin_head",9999,118,{"type":136,"name":147,"callback":148,"file":139,"line":149},"admin_menu","do_action_admin_menu",119,{"type":136,"name":151,"callback":152,"file":139,"line":153},"admin_init","do_action_admin_init",120,{"type":136,"name":155,"callback":156,"file":157,"line":158},"admin_notices","do_action_admin_notices","admin\\wp247xns-client-corequisite-notice\\wp247xns-client-corequisite-notice.php",86,{"type":136,"name":137,"callback":138,"file":157,"line":160},180,{"type":136,"name":142,"callback":143,"priority":144,"file":157,"line":162},181,{"type":136,"name":164,"callback":165,"file":166,"line":167},"wp_loaded","do_action_wp_loaded","wp247-get-option-shortcode.php",42,{"type":136,"name":142,"callback":143,"file":166,"line":169},43,[171],{"action":172,"nopriv":173,"callback":174,"hasNonce":175,"hasCapCheck":175,"file":157,"line":176},"wp247xns_client_corequisite_notice_dismiss",false,"do_action_wp247xns_client_corequisite_notice_dismiss",true,182,[],[],[],{"dangerousFunctions":181,"sqlUsage":182,"outputEscaping":184,"fileOperations":13,"externalRequests":13,"nonceChecks":55,"capabilityChecks":266,"bundledLibraries":267},[],{"prepared":13,"raw":13,"locations":183},[],{"escaped":185,"rawEcho":186,"locations":187},13,41,[188,191,193,195,197,199,201,203,205,206,208,209,210,211,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,254,256,258,260,262,264],{"file":139,"line":189,"context":190},132,"raw output",{"file":139,"line":192,"context":190},142,{"file":139,"line":194,"context":190},292,{"file":139,"line":196,"context":190},679,{"file":139,"line":198,"context":190},689,{"file":139,"line":200,"context":190},691,{"file":139,"line":202,"context":190},720,{"file":139,"line":204,"context":190},751,{"file":139,"line":204,"context":190},{"file":139,"line":207,"context":190},761,{"file":139,"line":207,"context":190},{"file":139,"line":207,"context":190},{"file":139,"line":207,"context":190},{"file":139,"line":207,"context":190},{"file":139,"line":213,"context":190},818,{"file":139,"line":215,"context":190},820,{"file":139,"line":217,"context":190},839,{"file":139,"line":219,"context":190},841,{"file":139,"line":221,"context":190},869,{"file":139,"line":223,"context":190},871,{"file":139,"line":225,"context":190},894,{"file":139,"line":227,"context":190},896,{"file":139,"line":229,"context":190},920,{"file":139,"line":231,"context":190},922,{"file":139,"line":233,"context":190},941,{"file":139,"line":235,"context":190},943,{"file":139,"line":237,"context":190},955,{"file":139,"line":239,"context":190},971,{"file":139,"line":241,"context":190},973,{"file":139,"line":243,"context":190},979,{"file":139,"line":245,"context":190},1001,{"file":139,"line":247,"context":190},1003,{"file":139,"line":249,"context":190},1022,{"file":139,"line":251,"context":190},1024,{"file":139,"line":253,"context":190},1043,{"file":139,"line":255,"context":190},1045,{"file":139,"line":257,"context":190},1155,{"file":139,"line":259,"context":190},1169,{"file":139,"line":261,"context":190},1202,{"file":157,"line":263,"context":190},126,{"file":157,"line":265,"context":190},127,5,[],[269,287],{"entryPoint":270,"graph":271,"unsanitizedCount":13,"severity":286},"do_action_wp247xns_client_corequisite_notice_dismiss (admin\\wp247xns-client-corequisite-notice\\wp247xns-client-corequisite-notice.php:167)",{"nodes":272,"edges":284},[273,278],{"id":274,"type":275,"label":276,"file":157,"line":277},"n0","source","$_POST",172,{"id":279,"type":280,"label":281,"file":157,"line":282,"wp_function":283},"n1","sink","update_option() [Settings Manipulation]",174,"update_option",[285],{"from":274,"to":279,"sanitized":175},"low",{"entryPoint":288,"graph":289,"unsanitizedCount":13,"severity":286},"\u003Cwp247xns-client-corequisite-notice> (admin\\wp247xns-client-corequisite-notice\\wp247xns-client-corequisite-notice.php:0)",{"nodes":290,"edges":293},[291,292],{"id":274,"type":275,"label":276,"file":157,"line":277},{"id":279,"type":280,"label":281,"file":157,"line":282,"wp_function":283},[294],{"from":274,"to":279,"sanitized":175},{"summary":296,"deductions":297},"The wp247-get-option-shortcode v1.2 plugin exhibits a generally good security posture, with no critical or high-severity issues identified in the static analysis or vulnerability history. The presence of nonce and capability checks on all identified entry points (one AJAX handler) is a strong indicator of secure development practices. Furthermore, the complete absence of dangerous functions, raw SQL queries, file operations, and external HTTP requests significantly reduces the potential attack surface. The plugin also demonstrates a clean vulnerability history with zero known CVEs, suggesting a commitment to security and maintenance by its developers.\n\nHowever, a notable concern arises from the output escaping. With only 24% of the 54 identified outputs being properly escaped, there is a substantial risk of Cross-Site Scripting (XSS) vulnerabilities. While taint analysis did not reveal any unsanitized paths, the high proportion of unescaped output presents a potential weakness that attackers could exploit if they can inject malicious scripts into the data being output by the plugin. This is the primary area requiring attention to further strengthen the plugin's security.",[298],{"reason":299,"points":300},"Insufficient output escaping",8,"2026-03-17T01:05:38.156Z",{"wat":303,"direct":312},{"assetPaths":304,"generatorPatterns":307,"scriptPaths":308,"versionParams":309},[305,306],"\u002Fwp-content\u002Fplugins\u002Fwp247-get-option-shortcode\u002Fadmin\u002Fwp247-settings-api\u002Fwp247-settings-api.php","\u002Fwp-content\u002Fplugins\u002Fwp247-get-option-shortcode\u002Fadmin\u002Fwp247xns-client-corequisite-notice\u002Fwp247xns-client-corequisite-notice.php",[],[],[310,311],"wp247-get-option-shortcode\u002Fadmin\u002Fwp247-settings-api\u002Fwp247-settings-api.php?ver=","wp247-get-option-shortcode\u002Fadmin\u002Fwp247xns-client-corequisite-notice\u002Fwp247xns-client-corequisite-notice.php?ver=",{"cssClasses":313,"htmlComments":314,"htmlAttributes":319,"restEndpoints":320,"jsGlobals":321,"shortcodeOutput":322},[],[315,316,316,317,318],"\u003C!-- Program: WP247 Get Option Shortcode","Plugin Name: WP247 Get Option Shortcode","Tell WP247 Extension Notification Client about us","Check to see if WP247 Extension Notification Client is loaded",[],[],[],[323,324],"[wp247_get_option option=\"","wp247_get_option"]