bbp_get_converters

bbp_get_converters

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_converters') is found 1 times:

  • /includes/admin/tools/converter.php line 54
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
            }
        }
     
        // Filter & return
        return (array) apply_filters( 'bbp_get_converters', $files );
    }
     
    /**
     * This is a function that is purposely written to look like a "new" statement.
     * It is basically a dynamic loader that will load in the platform conversion
     * of your choice.