How to get the current page id in wordpress using jquery

Code examples

1
0

get the current page id in wordpress

$page_id = get_queried_object_id();
0
0

how to get the current page id in wordpress using jquery

$(document).ready(function() {
        
        if ($("body").hasClass("page-id-3202")) {   
            //code here
        }
    });

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................