Chapter 4 Flashcards
1
Q
wp-includes/functions.php
A
main wp api functions. used by plugins, themes and wp core
2
Q
wp-includes/option.php
A
Contains main WP options api, used for configuration
3
Q
wp-includes/formatting.php
A
WP formatting api functions
4
Q
wp-includes/pluggable.php
A
WP loads functions here only if left undefined by plugins.
5
Q
wp-includes/plugin.php
A
wp plugin api functions
6
Q
wp-includes/user.php
A
user api functions.
7
Q
wp-includes/post.php
A
functions used in the post process
8
Q
wp-includes/taxonomy.php
A
functions used by the taxonomy api
9
Q
shortcode
A
macro code added to a post. (tokens)