Changeset 2027924
- Timestamp:
- 02/09/2019 10:30:21 PM (7 years ago)
- File:
-
- 1 edited
-
safe-staging/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
safe-staging/trunk/readme.txt
r2027920 r2027924 32 32 == Hooks and Filters == 33 33 34 ` ``php34 ` 35 35 /** 36 36 * Change whether Safe Staging thinks the current site … … 40 40 */ 41 41 apply_filters( 'safe_staging_is_production', $is_prod ); 42 ` ``42 ` 43 43 44 ` ``php44 ` 45 45 /** 46 46 * Determine whether a particular email should be sent. … … 50 50 */ 51 51 apply_filters( 'safe_staging_is_whitelist_email', $whitelisted, $this ); 52 ` ``52 ` 53 53 54 ` ``php54 ` 55 55 /** 56 56 * Change the warning message that gets displayed on the checkout page … … 60 60 */ 61 61 apply_filters( 'safe_staging_checkout_notice', $notice ); 62 ` ``62 `
Note: See TracChangeset
for help on using the changeset viewer.