K
K
Knowledge Base - Ajax Search Pro for WordPress
Buy Ajax Search Pro!
Documentation
Get Support
Search
⌃K
Links
Knowledge Base
Safe Coding Guideline
Hooks
Filters
Templating
Constants
Frontend Filters
Taxonomy Filters
Frontend filters API
Tips & Miscellaneous
Tutorials
Post Types
Taxonomy Terms
WooCommerce
Compatibility
Other
Other
ASP_Query
REST API
Building a custom REST API
Javascript API
Javascript Hooks
asp_redirect_url
asp_search_data
asp_live_load_html
asp_search_html
asp_compact_width
Theme Functions
Powered By
GitBook
asp_compact_width
The final width of the
compact box
, before it opens.
WPD
.
Hooks
.
applyFilters
(
'asp_compact_width'
,
width
,
searchId
,
searchInstanceId
);
Example
WPD
.
Hooks
.
addFilter
(
'asp_compact_width'
,
function
(
width
){
return
'300px'
;
},
10
);
Previous
asp_search_html
Next - Other
Theme Functions
Last modified
4mo ago