WOOT - Tablas de productos activos de WooCommerce

woot_get_calendar_names

El gancho utilizado para los nombres de los meses calendario en helper.php.

// para cadenas de calendario add_filter ('woot_get_calendar_names', function ($ names) {return ['month_names' => [WOOT_Vocabulary :: get (esc_html __ ('January', 'woot-products-tables')), WOOT_Vocabulary :: get (esc_html __ ('febrero', 'woot-products-tables')), WOOT_Vocabulary :: get (esc_html __ ('marzo', 'woot-products-tables')), WOOT_Vocabulary :: get (esc_html __ ('abril', ' tablas-productos-woot ')), WOOT_Vocabulary :: get (esc_html __ (' mayo ',' tablas-productos-woot ')), WOOT_Vocabulary :: get (esc_html __ (' junio ',' tablas-productos-woot ')) , WOOT_Vocabulary :: get (esc_html __ ('julio', 'woot-products-tables')), WOOT_Vocabulary :: get (esc_html __ ('August', 'woot-products-tables')), WOOT_Vocabulary :: get (esc_html __ ( 'Septiembre', 'woot-products-tables')), WOOT_Vocabulary :: get (esc_html __ ('octubre', 'woot-products-tables')), WOOT_Vocabulary :: get (esc_html __ ('noviembre', 'woot-products -tables ')), WOOT_Vocabulary :: get (esc_html __ (' Diciembre ',' woot-products-tables '))],' month_names_short '=> [WOOT_Vocabulary :: get (esc_html __ (' Jan ',' woot-pr oducts-tables ')), WOOT_Vocabulary :: get (esc_html __ (' Feb ',' woot-products-tables ')), WOOT_Vocabulary :: get (esc_html __ (' Mar ',' woot-products-tables ')), WOOT_Vocabulary :: get (esc_html __ ('Apr', 'woot-products-tables')), WOOT_Vocabulary :: get (esc_html __ ('May', 'woot-products-tables')), WOOT_Vocabulary :: get (esc_html __ ('Jun ',' woot-products-tables ')), WOOT_Vocabulary :: get (esc_html __ (' Jul ',' woot-products-tables ')), WOOT_Vocabulary :: get (esc_html __ (' Aug ',' woot-products-tables ') ')), WOOT_Vocabulary :: get (esc_html __ (' Sep ',' woot-products-tables ')), WOOT_Vocabulary :: get (esc_html __ (' Oct ',' woot-products-tables ')), WOOT_Vocabulary :: get (esc_html __ ('Nov', 'woot-products-tables')), WOOT_Vocabulary :: get (esc_html __ ('Dec', 'woot-products-tables'))], 'day_names' => [WOOT_Vocabulary :: get ( esc_html __ ('Mo', 'woot-products-tables')), WOOT_Vocabulary :: get (esc_html __ ('Tu', 'woot-products-tables')), WOOT_Vocabulary :: get (esc_html __ ('Nosotros', 'woot -products-tables ')), WOOT_Vocabulary :: get (esc_html __ (' Th ',' woot-products-tab les ')), WOOT_Vocabulary :: get (esc_html __ (' Fr ',' woot-products-tables ')), WOOT_Vocabulary :: get (esc_html __ (' Sa ',' woot-products-tables ')), WOOT_Vocabulary :: get (esc_html __ ('Su', 'tablas-productos-woot'))]]; });