Lines:
1 to 84 of 84
<?php // (C) Copyright Bobbing Wide 2012-2017 if ( !function_exists( "bw_plug" ) ) { /* function bw_plug() – Implement [bw_plug] shortcode */ /* function bw_get_notes_page_url() – Get the URL structure for the notes page */ /* function bw_plug_table() – table header for bw_plug */ /* function bw_plug_etable() – table footer for bw_plug */ /* function bw_get_plugin_info_cache2() – Cache load of plugin info – new version */ /* function bw_get_response_as_xml() – Convert the response object to an XML string */ /* function bw_get_oik_plugins_info() – Return information on an oik-plugins plugin. */ /* function bw_get_defined_plugin_server() – Get defined plugin server */ /* function bw_get_plugin_info2() – Get plugin information in XML format for cacheing */ /* function bw_get_local_plugin_data() – Get local plugin info */ /* function bw_get_local_plugin_xml() – Get local plugin info XML */ /* function bw_get_plugin_data() – Get plugin data if available */ /* function bw_get_readme_data() – Obtain the "Tested up to" information and, if available "Last updated" from the readme.txt file */ /* function bw_add_xml_child() – Add a child node to the simple XML */ /* function bw_add_array_key() – Add a field from another entry in the array */ /* function bw_analyze_response_xml2() – Analyze the response from bw_remote_get2() */ /* function _bw_tidy_response_xml() – Some strings cause simplexml_load_string() to produce warning message */ /* function bw_format_link() – Format a link or links to the plugin */ /* function bw_link_plugin_banner() – Create a plugin banner link */ /* function bw_get_banner_file_URL() – Get the banner file URL */ /* function bw_link_plugin_download() – Create a link to the plugin’s download page */ /* function bw_link_notes_page() – Create a link to the notes page. */ /* function bw_format_plug_table() – Format the bw_plug output as a table with a number of columns 1. */ /* function bw_get_unique_plugin_names() – Extract unique plugin names from an array of plugins */ /* function bw_plug_list_plugins() – get a simple list of plugin names satisfying the option value Note: ‘active-plugins’ is the only value you can currently use */ /* function bw_format_default() – We don’t know about this plugin so we assume it’s a WordPress one WordPress will do its 404 processing to help us The link to the notes page, if required, may have difficult too */ /* function bw_plug__syntax() – Syntax for bw_plug shortcode */ /* function bw_get_property */ /* function bw_get_plugin_info */ /* function bw_get_plugin_info_as_xml */ } /* end !function_exists( "bw_plug" ) */View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters: