Forum Replies Created

Viewing 1 replies (of 1 total)
  • I applied this code in functions.php.

    function metaboxes_capabilities() {
    return ‘publish_posts’;
    }
    add_filter( ‘ocean_main_metaboxes_capabilities’, ‘metaboxes_capabilities’ );

    it worked and enabled oceanwp layout settings as required. But when press the update button system does not allow save the changes. gives an error “access denied”. Please help me to allow permission users to update elementor editings.

Viewing 1 replies (of 1 total)