LLMS_Blocks_Reusable::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks-reusable.php
27 28 29 30 31 32 | public function __construct() { add_action( 'rest_api_init' , array ( $this , 'rest_register_fields' ) ); add_filter( 'rest_wp_block_query' , array ( $this , 'mod_wp_block_query' ), 20, 2 ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |