/**
 * Returns all registered shortcodes
 * @return array
 */
function cfp_get_shortcodes()
{
    return CFP_Register_Shortcodes::get_shortcodes();
}