Exemplo n.º 1
0
/**
 * Identical to {@link wpbdp_directory_categories()}, except the output is printed instead of returned.
 * @uses wpbdp_directory_categories().
 */
function wpbdp_the_directory_categories()
{
    echo wpbdp_directory_categories();
}
Exemplo n.º 2
0
function wpbusdirman_post_list_categories()
{
    return wpbdp_directory_categories();
}