Archive | Functions by letter r RSS feed for this section

require_wp_db

Load the correct database class file.This function is used to load the database class file either at runtime or by wp-admin/setup-config.php We must globalise $wpdb to ensure that it is defined globally by the inline code in wp-db.php.

2737

Continue reading

require_if_theme_supports

Checks a theme’s support for a given feature before loading the functions which implement it.

2735

Continue reading