Pinned Loading
-
wp-init-db-tables
wp-init-db-tables PublicCreate default database tables for a WordPress (WP) theme after loading WP. The function uses "wpdb class" to create the required table if it doesn't exist. Function is fired by "init hook".
PHP 2
-
wp-init-pages-and-menu
wp-init-pages-and-menu PublicCreate default pages and menus for a WordPress (WP) theme when WP is first loaded. The functions use WP functions and "wpdb class" to create new menus and pages. Functions are fired by "init hook".
PHP 2
-
wp-admin-pages
wp-admin-pages PublicAdd custom theme settings pages to WordPress (WP) admin interface and generate custom CSS for pages that contain CSS settings. Can be used as a part of custom WP theme.
PHP 2
-
wp-chess-scraper
wp-chess-scraper PublicWordPress experimental plugin for scraping chess data from websites such as chess-results.com, fide.ratings.com and chess.sk. Used as an example of using the Simple HTML DOM library for scraping in…
PHP 1
If the problem persists, check the GitHub status page or contact support.