Plugin Directory

Changeset 2027924


Ignore:
Timestamp:
02/09/2019 10:30:21 PM (7 years ago)
Author:
ryanshoover
Message:

Fix readme markdown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • safe-staging/trunk/readme.txt

    r2027920 r2027924  
    3232== Hooks and Filters ==
    3333
    34 ```php
     34`
    3535/**
    3636 * Change whether Safe Staging thinks the current site
     
    4040 */
    4141apply_filters( 'safe_staging_is_production', $is_prod );
    42 ```
     42`
    4343
    44 ```php
     44`
    4545/**
    4646 * Determine whether a particular email should be sent.
     
    5050 */
    5151apply_filters( 'safe_staging_is_whitelist_email', $whitelisted, $this );
    52 ```
     52`
    5353
    54 ```php
     54`
    5555/**
    5656 * Change the warning message that gets displayed on the checkout page
     
    6060 */
    6161apply_filters( 'safe_staging_checkout_notice', $notice );
    62 ```
     62`
Note: See TracChangeset for help on using the changeset viewer.