__( 'Header', 'header-footer-code-manager' ), 'before_content' => __( 'Before Content', 'header-footer-code-manager' ), 'after_content' => __( 'After Content', 'header-footer-code-manager' ), 'footer' => __( 'Footer', 'header-footer-code-manager' ), 'id' => absint( $id ), 'security' => wp_create_nonce( 'hfcm-get-posts' ), ); wp_localize_script( 'hfcm_showboxes', 'hfcm_localize', $translation_array ); // Enqueued script with localized data. wp_enqueue_script( 'hfcm_showboxes' ); ?>