Skip to content
View alex-authlab's full-sized avatar
Block or Report

Block or report alex-authlab

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. fluentform/fluentform fluentform/fluentform Public

    The fastest and easiest WordPress Contact Form Builder for WordPress.

    PHP 35 26

  2. fluent-forms-connector-for-dropbox fluent-forms-connector-for-dropbox Public

    Upload files to dropbox using WP Fluent Form

    PHP 2 3

  3. FluentForm PHP hooks list FluentForm PHP hooks list
    1
    <?php
    2
    
                  
    3
    //form
    4
    do_action('fluentform_loaded');
    5
    //do_action('fluentform_before_insert_submission', $insertData, $data, $this->form);
  4. post-suggestion-field.php post-suggestion-field.php
    1
    <?php
    2
    
                  
    3
    // **  Fluent Form custom input component : Show suggestion from wp post titles
    4
    // 1.  Paste this in your theme function.php file  or you can 
    5
    //     create a new file in active theme directory and include the file
  5. fluentform-snippets fluentform-snippets Public

    Forked from WPManageNinja/fluentform-snippets

    Handful snippets for Fluent Forms WordPress Plugin

    PHP

  6. WordPressPlugin101 WordPressPlugin101 Public

    Forked from Alecaddd/WordPressPlugin101

    Official repository of the series of tutorial on How to Create a WordPress Plugin from scratch: https://www.youtube.com/playlist?list=PLriKzYyLb28kR_CPMz8uierDWC2y3znI2

    PHP