PluginProbe
Friends / 4.3.2
Friends v4.3.2
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
← All changes | includes/class-third-parties.php +0 -13 2.8.14.3.2 View file →
@@ -38,22 +38,9 @@
38 38 /**
39 39 * Register the WordPress hooks
40 40 */
41 41 private function register_hooks() {
42 - add_filter( 'option_fx-private-site', array( $this, 'fx_private_site' ) );
43 42 add_filter( 'wp_sweep_excluded_taxonomies', array( $this, 'wp_sweep_excluded_taxonomies' ) );
44 - }
45 -
46 - /**
47 - * Allow accessing the private feed when the FX Private Site plugin is installed.
48 - *
49 - * @param mixed $value Value of the option.
50 - */
51 - public function fx_private_site( $value ) {
52 - if ( $this->friends->access_control->feed_is_authenticated() ) {
53 - $value['enable'] = false;
54 - }
55 - return $value;
56 43 }
57 44
58 45 /**
59 46 * WP Sweep