Skip to content

Instantly share code, notes, and snippets.

@Glinkfr
Created May 25, 2020 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Glinkfr/38cdeb76ef60388608e7e8936d5846bc to your computer and use it in GitHub Desktop.
Save Glinkfr/38cdeb76ef60388608e7e8936d5846bc to your computer and use it in GitHub Desktop.
function __construct() {
add_action( 'bcn_before_fill', array( &$this, 'prepare_state' ) );
add_action( 'bcn_after_fill', array( &$this, 'restore_state' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment