for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class FrmFormTemplateApi extends FrmFormApi {
/**
* @since 3.06
*/
protected function set_cache_key() {
$this->cache_key = 'frm_form_templates_l' . ( empty( $this->license ) ? '' : md5( $this->license ) );
}
protected function api_url() {
return 'https://formidableforms.com/wp-json/form-templates/v1/list';
protected function skip_categories() {
return array();