PluginProbe
User Access Manager / 2.3.18
User Access Manager v2.3.18
2.3.20 2.3.19 2.3.18 2.3.17 2.3.16 2.3.15 2.3.14 2.3.13 trunk 0.6 0.6.1 0.6.2 0.7 0.7 Beta 0.7.0.1 0.8 0.8.0.1 0.8.0.2 0.9 0.9.1 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 1.0 All 136 releases
← All changes | src/Wrapper/Wordpress.php +2 -2 trunk2.3.18 View file →
@@ -809,11 +809,11 @@
809 809
810 810 /**
811 811 * @see get_attached_file
812 812 */
813 - public function getAttachedFile(int $attachmentId, bool $unfiltered = false): string|false
813 + public function getAttachedFile(int $attachmentId): string|false
814 814 {
815 - return get_attached_file($attachmentId, $unfiltered);
815 + return get_attached_file($attachmentId);
816 816 }
817 817
818 818 /**
819 819 * The return value passes the wp_get_attachment_metadata filter, so any type can reach us.