WordPress get slug by page. if ( is_page() ){ $object = get_queried_object(); $slug = $object->post_name; } ...
確定! 回上一頁