' . esc_html__( 'Addons', 'contact-form-cfdb7' ) . '', 'manage_options', 'wpfdb-database-extensions', 'wpformsdb_extensions' ); /** * Extensions page */ function wpformsdb_extensions(){ ?>

add functionality to WPFormDB', 'database-for-wpforms' ); ?>

false, 'timeout' => 30, ) ); if ( ! is_wp_error( $feed ) ) { if ( isset( $feed['body'] ) && strlen( $feed['body'] ) > 0 ) { $cache = wp_remote_retrieve_body( $feed ); set_transient( 'wpformsdb_add_ons_feed', $cache, 3600 ); } } else { $cache = '

' . __( 'There was an error retrieving the extensions list from the server. Please try again later.', 'database-for-wpforms' ) . '

'; } } return $cache; } // delete_transient('wpformsdb_add_ons_feed');