• Hey – latest WordPress, latest version of the plugin.

    Minor note – WP deprecated the old WP_Widget constructor syntax (parent::WP_Widget(...)) as of 4.2. Those should all be replaced with parent::__construct(...) in widgets.php. Might consider swapping the syntax on your widget classes as well (function JobmanLatestJobsWidget(), for example, would be function __construct()).

    Cheers!

    https://www.ads-software.com/plugins/job-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Thomas Townsend

    (@smb-dev)

    eclev91 – lets talk . you want to assist I will give you credit ?

    Interested ?

    Thread Starter eclev91

    (@eclev91)

    I’m not particularly interested in doing any large, long-term maintenance, as I’m only using this on one project.

    That being said, if you can get a mirror up on GitHub I’d be happy to put in a PR for this particular issue! Let me know.

    Cheers!

    Plugin Author Thomas Townsend

    (@smb-dev)

    That’s on my list…with the next release….:)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deprecated Widget constructors’ is closed to new replies.