Awesome Support Developer Documentation

wpas_subject_field_args


Signature

apply_filters( 'wpas_subject_field_args', array(
	'name' => 'title',
	'args' => array(
		'required'   => true,
		'field_type' => 'text',
		'label'      => __( 'Subject', 'awesome-support' ),
		'sanitize'   => 'sanitize_text_field'
	)
) )

Typical Usage

 

Returns

  • Array

Located In

  • File: themes/default/submission-pre-440.php

First Available

Version 3.2.0


More Topics In Filter Hooks

Share: