/ Published in: PHP
Expand |
Embed | Plain Text
// Remove the Favorite Action Dropdown function remove_favorite_actions($actions) { remove_action('wp_head', 'favorite_actions'); } add_filter('favorite_actions', 'remove_favorite_actions');
You need to login to post a comment.
