Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#41649 closed enhancement (maybelater)

New action hook widgets_admin_page_blow_sidebars

Reported by: rinkuyadav999's profile rinkuyadav999 Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.9
Component: Widgets Keywords: has-patch close
Focuses: administration Cc:

Description

I want to display some HTML just after sidebars loaded, in same column ( sidebars-column-1 OR sidebars-column-2 ).

WordPress does not have action hook here so new action hook widgets_admin_page_blow_sidebars can help.

Attachments (1)

41649.patch (415 bytes) - added by rinkuyadav999 6 years ago.
Changes

Download all attachments as: .zip

Change History (5)

@rinkuyadav999
6 years ago

Changes

#1 @rinkuyadav999
6 years ago

  • Keywords dev-feedback has-patch added

#2 @westonruter
6 years ago

  • Keywords close added; dev-feedback removed

I suggest using JavaScript to place what you want in that location. Without having a clear use case for a hook that would be used by a significant number of plugins, it is better to re-use existing hooks even if they may require a bit more work to accomplish what you want.

#3 @rinkuyadav999
6 years ago

  • Resolution set to maybelater
  • Status changed from new to closed

Hi @westonruter

Yes, i found alternate solution.

Thanks

#4 @westonruter
6 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.