pbs.init Called when the PBS editor finishes loading (not called when the user clicks on the start editing button)ExampleDo something after PBS loadswp.hooks.addAction( 'pbs.init', function() { console.log( 'PBS is ready!' ); }