Skip to content
View awsm-support's full-sized avatar

Block or report awsm-support

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 Loading

  1. WP Job Openings - Custom Application... WP Job Openings - Custom Application Status (Pro)
    1
    <?php
    2
    
                  
    3
    function awsm_jobs_pro_custom_application_status( $status ) {
    4
    	$status['interviewed'] = array(
    5
    		'label'       => _x( 'Interviewed', 'post status', 'pro-pack-for-wp-job-openings' ),
  2. WP Job Openings - Reset Job Views Count WP Job Openings - Reset Job Views Count
    1
    <?php
    2
    
                  
    3
    /**
    4
     * NOTE: Please execute this function only once. After resetting the views, remove the whole code snippet.
    5
     */
  3. Team Pro - Add Custom Icons with Pop... Team Pro - Add Custom Icons with Popular Brand Icons Plugin
    1
    <?php
    2
    
                  
    3
    function awsm_team_member_custom_social_info( $social_info, $social ) {
    4
    	if ( isset( $social['link'] ) && ! wp_http_validate_url( $social['link'] ) && substr_count( $social['link'], '#' ) >= 2 && substr( $social['link'], 0, 1 ) === '#' ) {
    5
    		$link_arr = explode( '#', $social['link'] );