issues
search
WebDevStudios
/
custom-post-type-ui
Admin UI settings for creating custom post types and taxonomies in WordPress
https://webdevstudios.com
GNU General Public License v2.0
627
stars
143
forks
source link
916 - Add 'Back to top' button on all admin pages
#937
Closed
aslamatwebdevstudios
closed
1 year ago
aslamatwebdevstudios
commented
1 year ago
Describe your changes
Create action
cptui_inside_wrap
which will execute immediately after wrap div starts on all of the cptui admin pages
Add the 'Back to top' button template code in
cptui_inside_wrap
hook
Button will be visible only after scrolling down a little further
Screenshots
Checklist before ready for review
[x] I have self-reviewed my code
[x] I have added either client or developer documentation if applicable
Describe your changes
cptui_inside_wrap
which will execute immediately after wrap div starts on all of the cptui admin pagescptui_inside_wrap
hookScreenshots
Checklist before ready for review