Remove the Ocean Hooks Notice
*IMPORTANT: This notice does no longer exist within the theme.
After 24 hours, an admin notice will appear to thank you for using OceanWP and get Ocean Hooks for free. To remove this notice, use the following PHP snippet:
// Remove admin notice add_filter( 'ocean_show_hooks_notice', '__return_true' );
All PHP snippets should be added via a child theme's functions.php file.