Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the question-answer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u845912282/domains/pickplugins.com/public_html/wp-includes/functions.php on line 6121
job_bm_create_pages

job_bm_create_pages

You can add own input for creating pages and content on welcome page after activating the plugin.

function job_bm_create_pages_29072019($pages){
  
  $pages_new = array(	
          array(
            'id'=>'job_bm_archive_page_id_new',		
            'title'=>'Job Page New',
            'shortcode'=>'[shortcode]',	// Shortcode or Content						
            ),
        );

  $pages = array_merge($pages,$pages_new);
  return $pages;

  }
  
add_filter('job_bm_create_pages','job_bm_create_pages_29072019');

 


Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/u845912282/domains/pickplugins.com/public_html/wp-content/plugins/post-grid/includes/functions-builder.php on line 10