Skip to content

Instantly share code, notes, and snippets.

@hearvox
Last active May 1, 2024 12:04
Show Gist options
  • Save hearvox/a94aaa088f219de27b1325b1fe2ccfcf to your computer and use it in GitHub Desktop.
Save hearvox/a94aaa088f219de27b1325b1fe2ccfcf to your computer and use it in GitHub Desktop.
WordPress admin URLs.

Admin or login to a site:
/admin
For some webhosts, inc. Media Temple:
/wp-admin

All Settings list (wp_options database table):
/wp-admin/options.php

Jetpack modules settings (old admin page):
/wp-admin/admin.php?page=jetpack_modules

About welcome screen (after upgrade):
/wp-admin/about.php

List custom blocks (CPT: 'wp_block'):
/wp-admin/edit.php?post_type=wp_block

List (JSON) post types:
/wp-json/wp/v2/types

Manage Patterns /edit.php?post_type=wp_block

VVV info: http://vvv.test/

WP_Query params: https://github.com/luetkemj/wp-query-ref

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment