| 1 | <?php |
||
| 8 | class Parser_Factory { |
||
| 9 | |||
| 10 | const BLOCK_EDITOR = 'block-editor'; |
||
| 11 | |||
| 12 | const CLASSIC_EDITOR = 'classic-editor'; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param $parser_config |
||
| 16 | * |
||
| 17 | * @return Parser |
||
| 18 | */ |
||
| 19 | public static function get_parser( $parser_config ) { |
||
| 27 | |||
| 28 | public static function get_parser_from_content( $post_content ) { |
||
| 36 | |||
| 37 | } |