__( 'hide options', 'additional-content' ), 'show_options' => __( 'show options', 'additional-content' ), 'add_row' => $text['add_row'], 'add_more_row' => $text['add_more_row'], 'remove_row' => $text['remove_row'], 'content' => $text['content'], 'append' => $text['append_content'], 'prepend' => $text['prepend_content'], 'append_prepend' => $text['prepend_append_content'], ); wp_localize_script( 'additional_content', 'ac_additional_content', $js_vars ); } add_action( 'admin_enqueue_scripts', __NAMESPACE__ . '\\enqueue_scripts', 99 );