init_option['message-delete_data']; ?>
Array
(
[0] => Version 2.8.35
[1] => By wpdevelop
[2] => Visit plugin site
)
[$plugin_file] => bookingmanager/WPBM.php
[$plugin_data] => Array
(
[Name] => pluginname
[PluginURI] => https://oplugins.com/plugins/booking-manager/
[Version] => 2.8.35
[Description] => Some description...
[Author] => wpdevelop
[AuthorURI] => https://oplugins.com/
[TextDomain] =>
[DomainPath] =>
[Network] =>
[Title] => Title
[AuthorName] => wpdevelop
)
[$context] => all
/**/
// Echo plugin description here
return $plugin_meta;
} else
return $plugin_meta;
}
// Adds Settings link to plugins settings
function plugin_links($links, $file) {
$this_plugin = plugin_basename( WPBM_FILE );
if ( $file == $this_plugin ) {
if ( ! empty( $this->init_option[ 'link_settings' ] ) )
array_unshift( $links, $this->init_option[ 'link_settings' ] );
if ( ! empty( $this->init_option[ 'link_whats_new' ] ) )
array_unshift( $links, $this->init_option[ 'link_whats_new' ] );
}
return $links;
}
//