', '' ); ?>
|
esc_html__( 'Purge product on changes to the quantity or stock status.', 'litespeed-cache' ) . ' ' . esc_html__( 'Purge categories only when stock status changes.', 'litespeed-cache' ),
self::O_PS_CS => esc_html__( 'Purge product and categories only when the stock status changes.', 'litespeed-cache' ),
self::O_PS_CN => esc_html__( 'Purge product only when the stock status changes.', 'litespeed-cache' ) . ' ' . esc_html__( 'Do not purge categories on changes to the quantity or stock status.', 'litespeed-cache' ),
self::O_PQS_CQS => esc_html__( 'Always purge both product and categories on changes to the quantity or stock status.', 'litespeed-cache' ),
];
$conf = (int) apply_filters( 'litespeed_conf', $setting_id );
do_action( 'litespeed_setting_enroll', $setting_id );
foreach ( $options as $k => $v ) :
$input_id = 'conf_' . $setting_id . '_' . $k;
?>
/>
|
|
|
cls( 'Admin_Display' )->build_switch( $setting_id );
?>
|