' . __( 'Provides support for No Adverts for Friends.', 'wp-super-cache' ) . '

'; if ( isset( $changed ) && $changed ) { if ( $cache_no_adverts_for_friends ) $status = __( "enabled", 'wp-super-cache' ); else $status = __( "disabled", 'wp-super-cache' ); echo "

" . sprintf( __( "No Adverts for Friends support is now %s", 'wp-super-cache' ), $status ) . "

"; } echo '
'; wp_nonce_field('wp-cache'); ?>
'no_adverts_for_friends', 'url' => 'https://odd.blog/no-adverts-for-friends/', 'title' => __( 'No Adverts for Friends', 'wp-super-cache' ), 'desc' => __( 'Provides support for No Adverts for Friends plugin.', 'wp-super-cache' ), ); return $list; } add_cacheaction( 'wpsc_filter_list', 'wpsc_cache_no_adverts_for_friends_list' ); ?>