This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

SMNTCS Show Sale Price Date for WooCommerce

ਵੇਰਵਾ

Show WooCommerce sale prices date on shopping page.

Filter

Adjust date format:

add_filter( 'sale_date_format', 'my_custom_sale_date_format' );
function my_custom_sale_date_format() {
    return 'r';
}

Adjust label:

add_filter( 'sale_date_label', 'my_custom_sale_date_label' );
function my_custom_sale_date_label() {
    return 'Valid until';
}<h3>Contribute</h3>

Contributions are always welcome. Simply head over to Github and create an issue or open a pull request.

ਸਕਰੀਨਸ਼ਾਟ

ਸਥਾਪਤੀਕਰਨ

  1. Upload smntcs-woocommerce-show-sale-price-date to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.

ਸਮੀਖਿਆਵਾਂ

Read all 1 review

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“SMNTCS Show Sale Price Date for WooCommerce” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“SMNTCS Show Sale Price Date for WooCommerce” has been translated into 2 locales. Thank you to the translators for their contributions.

“SMNTCS Show Sale Price Date for WooCommerce” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.6 (2022.12.03)

1.5 (2022.10.08)

  • Test up to WC 6.9
  • Test up to WP 6.0

1.4 (2022.01.09)

  • Test up to WP 5.9

1.3 (2020.05.09)

1.2 (2020.03.21)

1.1 (2020.03.21)

1.0 (2020.03.14)

  • Initial release