Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHolbrook authored Feb 28, 2018
1 parent 3ba1309 commit fa79624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ A collection of functions that provide utility functionality for WordPress.
* `get_meta_key_from_meta_value()`: Perform a reverse lookup for a meta key based on a meta value.
* `get_current_datetime()`: Gets a DateTime object set to WordPress's local timezone
* `get_site_timezone()`: Get a DateTimeZone object that is set to the site's local timezone.
* `init_term( $slug, $taxonomy )`: Checks for and returns a term by the slug. Initializes the term if it does not yet exist.

## Behaviors / Filters
* `file_mod_allowed`: By default, disable file modifications (plugin adding, deleting, theme file editing, etc). Override with an `env` constant: `FILE_MOD_ALLOWED`.
* `file_mod_allowed`: By default, disable file modifications (plugin adding, deleting, theme file editing, etc). Override with an `env` constant: `FILE_MOD_ALLOWED`.

0 comments on commit fa79624

Please sign in to comment.