So this is a continuation of this thread that was locked because it timed out:
From the last reccomendation I add this code to the functions.php in the child theme:
<?php
remove_action( ‘add_meta_boxes’, ‘buddyforms_admin_form_metabox’ );
?>
However, it didn’t seem to remove this section from the options bar.
It didn’t error out at the top of the page like it did before I added the <?php ?>
But am I missing anything else?
This piece of code was directly from the plugin developer, so it should work.
Unless I’m still not typing it properly?
Thank you.



