1 | <?php |
||
6 | class FrmShortcodeHelper { |
||
7 | |||
8 | /** |
||
9 | * Get the shortcode attributes in key/value pairs from a string |
||
10 | * |
||
11 | * @since 2.02.12 |
||
12 | * @param string $text |
||
13 | * |
||
14 | * @return array |
||
15 | */ |
||
16 | public static function get_shortcode_attribute_array( $text ) { |
||
28 | |||
29 | /** |
||
30 | * Get the name of the shortcode from the regEx |
||
31 | * |
||
32 | * @since 3.0 |
||
33 | * @param array $shortcodes |
||
34 | * @param int $short_key The position in the shortcodes array |
||
35 | * @param array $args |
||
36 | * |
||
37 | * @return string |
||
38 | */ |
||
39 | public static function get_shortcode_tag( $shortcodes, $short_key, $args ) { |
||
68 | |||
69 | public static function remove_inline_conditions( $no_vars, $code, $replace_with, &$html ) { |
||
79 | } |
||
80 |