bug with pagebuilder on frontpage
By eugene, 10 years ago. Last reply by Andrew Misplon, 10 years ago
if on the frontpage used pagebuilder with get params in address bar AND i use funtion “is_active_widget” – it return false FIX: — inc/sidebars-emulator.php at line 64 function register_widgets( ) { // Get the ID of the current post $post_id = url_to_postid( add_query_arg( false, false ) ); if( empty($post_id) ) { // Maybe this is…