aioseo_show_whats_new_modal, true
aioseo_show_whats_new_modal, true
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('aioseo_show_whats_new_modal, true') is found 1 times:
- /app/Common/Newsroom/UpdateModal.php line 67
* @since 5.0.0 * * @param bool $show Whether to show the modal. */ if ( ! apply_filters( 'aioseo_show_whats_new_modal', true ) ) { return; } $userId = get_current_user_id(); $current = aioseo()->version; $seen = (string) get_user_meta( $userId, self::SEEN_META, true );