I’ve used a different method:
– Edit the “/wp-content/plugins/best-restaurant-menu-by-pricelisto/includes/class-brm-shortcode.php” file
– Remove or comment out line 32.
public function __construct() {
add_shortcode( ‘brm_restaurant_menu’, array( $this, ‘render_shortcode’ ) );
/**
add_action( ‘brm_after_template_part’, array( $this, ‘render_template_backlink’ ), 10, 4 );
*/
}