| 1 | <?php |
||
| 21 | class Kirki_Modules_PostMessage { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Constructor. |
||
| 25 | * |
||
| 26 | * @access public |
||
| 27 | * @since 2.4.0 |
||
| 28 | */ |
||
| 29 | public function __construct() { |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Enqueues the postMessage script |
||
| 35 | * and adds variables to it using the wp_localize_script function. |
||
| 36 | * The rest is handled via JS. |
||
| 37 | */ |
||
| 38 | public function postmessage() { |
||
| 51 | } |
||
| 52 |