Skip to content

Instantly share code, notes, and snippets.

@Lovor01
Last active January 11, 2023 22:34
Show Gist options
  • Select an option

  • Save Lovor01/4947b41e0771dcbc5cdd695c82e87ec6 to your computer and use it in GitHub Desktop.

Select an option

Save Lovor01/4947b41e0771dcbc5cdd695c82e87ec6 to your computer and use it in GitHub Desktop.
Suppress deprecated in WP

Suppress deprecated errors

<?php

error_reporting(E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment