No products were found matching your selection.
/* function rehub_admin_error_notice() { $page = isset($_GET['page']) ? $_GET['page'] : ''; global $current_user; $user_id = $current_user->ID; // Check if the user has already ignored the notice if ( ! get_user_meta($user_id, 'ignore_notices_rehub149') ) { // Define the notice message $class = "error"; $message = 'This is a major update of the theme affecting post formats. Check our documentation for Rehub 15.0.'; // Display the admin notice echo "
$message