astra_enable_edd_featured_image_defaults()
Adding backward compatibility fag to manage EDD featured image by default state.
Description
Return
(bool)
Source
File: inc/extras.php
function astra_enable_edd_featured_image_defaults() { $astra_settings = get_option( ASTRA_THEME_SETTINGS, array() ); return apply_filters( 'astra_enable_edd_featured_image_defaults', isset( $astra_settings['can-update-edd-featured-image-default'] ) ? false : true ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |