Call the `wp_enqueue_script` function only if it is a singular post of the "post" post type, i.e. `is_singular( 'post' )`.
Open
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 383
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 77
Description
This issue has no description.
Contributor guide
Research direction
Start by locating the wp_enqueue_script call related to this issue and review when it currently runs. The work is done when that function is called only for singular posts of the post post type, using is_singular( 'post' ); verify the existing relevant checks or tests afterward.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100