Customise Co-Authors, Multiple Authors and Guest Authors in an Author Box with PublishPress Authors WordPress plugin /publishpress-authors/
WordPress plugin ID: 1813 publishpress-authors-child.zip download to customise Co-Authors, Multiple Authors and Guest Authors in an Author Box with PublishPress Authors WordPress plugin version 4.7.3+ 393,397 downloads author publishpress
Download publishpress-authors-child.zipOpen source bank Co-Authors, Multiple Authors and Guest Authors in an Author Box with PublishPress Authors WordPress custom child plugin ready for code modifications
Sample code: /publishpress-authors-child/plugin.php
/*
* Plugin Name: Co-Authors, Multiple Authors and Guest Authors in an Author Box with PublishPress Authors Child Plugin
* Plugin URI: https://www.wordpressdeveloperlondon.com/co-authors-multiple-authors-and-guest-authors-in-an-author-box-with-publishpress-authors/
* Description: Custom Co-Authors, Multiple Authors and Guest Authors in an Author Box with PublishPress Authors plugin code dependant on Co-Authors, Multiple Authors and Guest Authors in an Author Box with PublishPress Authors plugin
* Version: 1.0.1
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: wordpressdeveloperlondon
* Author URI: https://www.wordpressdeveloperlondon.com
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
* Text Domain: publishpress-authors-child
* Domain Path: /languages
* Requires Plugins: publishpress-authors
*/
/*
* -----------------------------------------------------------------------------------------------------
* WordPress plugin ID: 1813 publishpress-authors-child version 1.0.1
* WordPress plugin dependancy: Co-Authors, Multiple Authors and Guest Authors in an Author Box with PublishPress Authors
* -----------------------------------------------------------------------------------------------------
*/
if((get_option("wordpressdeveloperlondon_settingwordpress_seo_1813")) != 1)
{
function wordpressdeveloperlondon_files_wordpress_seo_1813()
{
$plugin_url = plugin_dir_url(__FILE__);
wp_enqueue_style("wordpress_seo_1813-stylesheet", $plugin_url . "css/style.css");
wp_enqueue_script("wordpress_seo_1813-script", $plugin_url . "js/scripts.js", array("jquery"), "1.0.0", true);
}
add_action("wp_enqueue_scripts", "wordpressdeveloperlondon_files_wordpress_seo_1813", 80);
}
if(get_option("wordpressdeveloperlondon_setting_htmlwordpress_seo_1813") != 1)
{
function plugin_sourcewordpress_seo_1813()
{
/publishpress-authors-child/css/style.css
/* Stylesheet file */
/publishpress-authors-child/js/scripts.js
/* JavaScript file */
jQuery(document).ready(function($){ });
/publishpress-authors-child/languages/
//empty
Extend WordPress Plugins
With a WordPress plugin built like a WordPress child theme
Parent plugin path | /wp-content/plugins/publishpress-authors/ |
---|---|
Child plugin path (this WP plugin) | /wp-content/plugins/publishpress-authors-child/ |
WordPress plugin ID | 1813 |
Size | ≥20KB zipped |
WordPress Plugin API Data
WordPress API data for the parent WordPress plugin /publishpress-authors/
December 2024 data source: https://api.wordpress.org/plugins/info/1.2/?action=query_plugins
Stars
5 / 5 | 83 |
---|---|
4 / 5 | 4 |
3 / 5 | 1 |
2 / 5 | 0 |
1 / 5 | 1 |
Rating
Overall score | 98 / 100 |
---|
Plugin usage data
Total downloads | 393,397 |
---|---|
Number of active Installs | 20,000 |
Support data
Number of requests | 19 |
---|---|
Number of resolutions | 16 |
wordpressdeveloperlondon.com API found
We calculated plugin support effectiveness in Dec 2024
$resolved = get_post_meta(get_the_ID(), 'support_threads_resolved', true);
$total = get_post_meta(get_the_ID(), 'support_threads', true);
if($total > 0)
{
echo $sum = (($resolved / $total) * 100);
}
Calculated support effectiveness | 84.21% |
---|
Need Support?
For WordPress plugin support contact Ben WordPress Developer London