Skip to content
View BobbyRuby's full-sized avatar

Highlights

  • Pro

Block or report BobbyRuby

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. task_type_save_custom_field_builder task_type_save_custom_field_builder
    1
    /**
    2
    	 * @param $post_ID
    3
    	 */
    4
    	public static function task_type_save_custom_field_builder( $post_ID ) {
    5
    		$boxes_arr = [];
  2. Class Set_up_CPT.php Class Set_up_CPT.php
    1
    <?php
    2
    /**
    3
     * Created by PhpStorm.
    4
     * User: Bobby
    5
     * Date: 11/26/14
  3. Advance-Android-Tutorials Advance-Android-Tutorials Public

    Forked from StackTipsLab/advance-android-tutorials

    Advance Android Tutorials

    Java

  4. attachment_analyzer attachment_analyzer Public

    Mass analyze to NESC for communications rebuild.

    PHP

  5. custom_field_builder.js custom_field_builder.js
    1
    /*
    2
    @TODO Needs Refactored to reduce code smell and optimize jquery
    3
    @TODO Some JS adds classes that should really be added by the markup
    4
     */
    5
    function updateBoxFieldsOnDrop(field_wrap) {