wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
Top Google Suchergebnisse
- plugin_row_meta Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - Set Meta Links For WordPress Plugins - WP Engineer
Jun 10, 2009... array( sprintf( '<a href="options-general.php?page=%s">%s</a>', $plugin, __(' Settings') ) ) ); } return $links; } add_filter( 'plugin_row_meta', ... - Plugin to Add DONATE Link to Plugin Description
'</a>'; $plugin_meta = apply_filters('plugin_row_meta', $plugin_meta, $ plugin_file, ... add_filter('plugin_row_meta','your_function') function ... - WordPress › cbnet Manage Plugins Donate Link « WordPress Plugins
Mar 29, 2010 ... cbnet Manage Plugins Donate Link. Add a Donate link in the plugin_row_meta for each installed plugin on the Manage Plugins page.