Hello Axel,
Thank you for posting. Try this following code in your active theme “functions.php” file.
function buddydev_modify_mpp_featured_content_permission( $can ) { return is_super_admin(); } add_filter( 'mppftc_user_can_mark_item_featured', 'buddydev_modify_mpp_featured_content_permission' );
and let me know if it works or not.
Thank You
RAvi
Viewing 5 posts - 1 through 5 (of 5 total)
The topic ‘ [Resolved] MediaPress Featured Content’ is closed to new replies.
This topic is: resolved