jetpack_wordads_installed_path

jetpack_wordads_installed_path

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.2.1

apply_filters('jetpack_wordads_installed_path') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-wordads/src/class-package.php line 60

    Warning: Undefined array key 62 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 63 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 64 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 65 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    	public static function get_installed_path() {
    		if ( static::$installed_path === null ) {
    			static::$installed_path = dirname( __DIR__ ) . DIRECTORY_SEPARATOR;
    		}
    		return apply_filters( 'jetpack_wordads_installed_path', static::$installed_path );
    	}
    }