CRS ogólnie

$context array (23)
http_host => string (23) "https://www.csrinfo.org"
$context['http_host']
wp_title => UTF-8 string (30) "Archiwa CRS ogólnie - CSRinfo"
$context['wp_title']
body_class => string (45) "archive tax-blog_cat term-crs-ogolnie term-18"
$context['body_class']
site => Timber\Site (22)
$context['site']
  • Properties (22)
  • Available methods (21)
  • public id -> null
    $context['site']->id
    public ID -> null
    $context['site']->ID
    public object_type -> null
    $context['site']->object_type
    public admin_email -> string (22) "dawidm@websitestyle.pl"
    $context['site']->admin_email
    public blogname -> null
    $context['site']->blogname
    public charset -> string (5) "UTF-8"
    $context['site']->charset
    public description -> string (0) ""
    $context['site']->description
    public language -> string (5) "pl-PL"
    $context['site']->language
    public multisite -> boolean false
    $context['site']->multisite
    public name -> string (7) "CSRinfo"
    $context['site']->name
    public pingback_url -> string (34) "https://www.csrinfo.org/xmlrpc.php"
    $context['site']->pingback_url
    public siteurl -> null
    $context['site']->siteurl
    public theme -> Timber\Theme (10)
    $context['site']->theme
    • Properties (10)
    • Available methods (16)
    • public id -> null
      $context['site']->theme->id
      public ID -> null
      $context['site']->theme->ID
      public object_type -> null
      $context['site']->theme->object_type
      public name -> string (13) "Website Style"
      $context['site']->theme->name
      public version -> string (17) "4.1.1743413956106"
      $context['site']->theme->version
      public parent -> boolean false
      $context['site']->theme->parent
      public parent_slug -> null
      $context['site']->theme->parent_slug
      public slug -> string (2) "pc"
      $context['site']->theme->slug
      public uri -> string (44) "https://www.csrinfo.org/wp-content/themes/pc"
      $context['site']->theme->uri
      private theme -> WP_Theme (15)
      • Properties (15)
      • Available methods (52)
      • Static class properties (5)
      • public update -> boolean false
        private theme_root -> string (63) "/home/rejestr/domains/csrinfo.org/public_html/wp-content/themes"
        • Directory (72B)
        • drwxr-xr-x 1635 1640 72B May 22 17:50 /home/rejestr/domains/csrinfo.org/public_html/wp-content/themes
          
        private headers -> array (14)
        Name => string (13) "Website Style"
        ThemeURI => string (0) ""
        Description => string (119) "Kontakt: <a href="mailto:info@websitestyle.pl">info@websitestyle.pl</a> Tel:...
        Kontakt: <a href="mailto:info@websitestyle.pl">info@websitestyle.pl</a> Tel:<a href="tel:+48577350450">+48577350450</a>
        
        Author => string (13) "Website Style"
        AuthorURI => string (0) ""
        Version => string (17) "4.1.1743413956106"
        Template => string (0) ""
        Status => string (0) ""
        Tags => string (0) ""
        TextDomain => string (2) "ws"
        DomainPath => string (0) ""
        RequiresWP => string (0) ""
        RequiresPHP => string (0) ""
        UpdateURI => string (0) ""
        private headers_sanitized -> array (2)
        Name => string (13) "Website Style"
        Version => string (17) "4.1.1743413956106"
        private block_theme -> boolean false
        private name_translated -> null
        private errors -> null
        private stylesheet -> string (2) "pc"
        private template -> string (2) "pc"
        private parent -> null
        private theme_root_uri -> string (41) "https://www.csrinfo.org/wp-content/themes"
        private textdomain_loaded -> null
        private cache_hash -> string (32) "2f4e34b35de37b6a6eeefe266e503620"
        private block_template_folders -> array (2)
        wp_template => string (9) "templates"
        wp_template_part => string (5) "parts"
        private default_template_folders -> array (2)
        wp_template => string (9) "templates"
        wp_template_part => string (5) "parts"
      • public __construct($theme_dir, $theme_root, $_child = null) Constructor for WP_Theme.
        /**
        * Constructor for WP_Theme.
        *
        * @since 3.4.0
        *
        * @global array $wp_theme_directories
        *
        * @param string        $theme_dir  Directory of the theme within the theme_root.
        * @param string        $theme_root Theme root.
        * @param WP_Theme|null $_child If this theme is a parent theme, the child may be passed for validation purposes.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:251
        public __toString(): string When converting the object to a string, the theme name is returned.
        /**
        * When converting the object to a string, the theme name is returned.
        *
        * @since 3.4.0
        *
        * @return string Theme name, ready for display (translated)
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:550
        public __isset($offset): bool Whether the given property is set. __isset() magic method for properties formerly returned by current_theme_info()
        /**
        * __isset() magic method for properties formerly returned by current_theme_info()
        *
        * @since 3.4.0
        *
        * @param string $offset Property to check if set.
        * @return bool Whether the given property is set.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:562
        public __get($offset): mixed Property value. __get() magic method for properties formerly returned by current_theme_info()
        /**
        * __get() magic method for properties formerly returned by current_theme_info()
        *
        * @since 3.4.0
        *
        * @param string $offset Property to get.
        * @return mixed Property value.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:591
        public offsetSet($offset, $value) Method to implement ArrayAccess for keys formerly returned by get_themes()
        /**
        * Method to implement ArrayAccess for keys formerly returned by get_themes()
        *
        * @since 3.4.0
        *
        * @param mixed $offset
        * @param mixed $value
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:636
        public offsetUnset($offset) Method to implement ArrayAccess for keys formerly returned by get_themes()
        /**
        * Method to implement ArrayAccess for keys formerly returned by get_themes()
        *
        * @since 3.4.0
        *
        * @param mixed $offset
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:646
        public offsetExists($offset): bool Method to implement ArrayAccess for keys formerly returned by get_themes()
        /**
        * Method to implement ArrayAccess for keys formerly returned by get_themes()
        *
        * @since 3.4.0
        *
        * @param mixed $offset
        * @return bool
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:657
        public offsetGet($offset): mixed Method to implement ArrayAccess for keys formerly returned by get_themes().
        /**
        * Method to implement ArrayAccess for keys formerly returned by get_themes().
        *
        * Author, Author Name, Author URI, and Description did not previously return
        * translated data. We are doing so now as it is safe to do. However, as
        * Name and Title could have been used as the key for get_themes(), both remain
        * untranslated for back compatibility. This means that ['Name'] is not ideal,
        * and care should be taken to use `$theme::display( 'Name' )` to get a properly
        * translated header.
        *
        * @since 3.4.0
        *
        * @param mixed $offset
        * @return mixed
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:699
        public errors(): WP_Error|false WP_Error if there are errors, or false. Returns errors property.
        /**
        * Returns errors property.
        *
        * @since 3.4.0
        *
        * @return WP_Error|false WP_Error if there are errors, or false.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:753
        public exists(): bool Whether the theme exists. Determines whether the theme exists.
        /**
        * Determines whether the theme exists.
        *
        * A theme with errors exists. A theme with the error of 'theme_not_found',
        * meaning that the theme's directory was not found, does not exist.
        *
        * @since 3.4.0
        *
        * @return bool Whether the theme exists.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:767
        public parent(): WP_Theme|false Parent theme, or false if the active theme is not a child theme. Returns reference to the parent theme.
        /**
        * Returns reference to the parent theme.
        *
        * @since 3.4.0
        *
        * @return WP_Theme|false Parent theme, or false if the active theme is not a child theme.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:778
        public __wakeup() Perform reinitialization tasks.
        /**
        * Perform reinitialization tasks.
        *
        * Prevents a callback from being injected during unserialization of an object.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:787
        public cache_delete() Clears the cache for the theme.
        /**
        * Clears the cache for the theme.
        *
        * @since 3.4.0
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:836
        public get($header): string|array|false String or array (for Tags header) on success, false on failure. Gets a raw, unformatted theme header.
        /**
        * Gets a raw, unformatted theme header.
        *
        * The header is sanitized, but is not translated, and is not marked up for display.
        * To get a theme header for display, use the display() method.
        *
        * Use the get_template() method, not the 'Template' header, for finding the template.
        * The 'Template' header is only good for what was written in the style.css, while
        * get_template() takes into account where WordPress actually located the theme and
        * whether it is actually valid.
        *
        * @since 3.4.0
        *
        * @param string $header Theme header. Name, Description, Author, Version, ThemeURI, AuthorURI, Status, Tags.
        * @return string|array|false String or array (for Tags header) on success, false on failure.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:870
        public display($header, $markup = true, $translate = true): string|array|false Processed header. An array for Tags if `$markup` is false, string otherwise. Gets a theme header, formatted and translated for display.
        /**
        * Gets a theme header, formatted and translated for display.
        *
        * @since 3.4.0
        *
        * @param string $header    Theme header. Name, Description, Author, Version, ThemeURI, AuthorURI, Status, Tags.
        * @param bool   $markup    Optional. Whether to mark up the header. Defaults to true.
        * @param bool   $translate Optional. Whether to translate the header. Defaults to true.
        * @return string|array|false Processed header. An array for Tags if `$markup` is false, string otherwise.
        *                            False on failure.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:910
        public get_stylesheet(): string Stylesheet Returns the directory name of the theme's "stylesheet" files, inside the them...
        /**
        * Returns the directory name of the theme's "stylesheet" files, inside the theme root.
        *
        * In the case of a child theme, this is directory name of the child theme.
        * Otherwise, get_stylesheet() is the same as get_template().
        *
        * @since 3.4.0
        *
        * @return string Stylesheet
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1128
        public get_template(): string Template Returns the directory name of the theme's "template" files, inside the theme ...
        /**
        * Returns the directory name of the theme's "template" files, inside the theme root.
        *
        * In the case of a child theme, this is the directory name of the parent theme.
        * Otherwise, the get_template() is the same as get_stylesheet().
        *
        * @since 3.4.0
        *
        * @return string Template
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1142
        public get_stylesheet_directory(): string Absolute path of the stylesheet directory. Returns the absolute path to the directory of a theme's "stylesheet" files.
        /**
        * Returns the absolute path to the directory of a theme's "stylesheet" files.
        *
        * In the case of a child theme, this is the absolute path to the directory
        * of the child theme's files.
        *
        * @since 3.4.0
        *
        * @return string Absolute path of the stylesheet directory.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1156
        public get_template_directory(): string Absolute path of the template directory. Returns the absolute path to the directory of a theme's "template" files.
        /**
        * Returns the absolute path to the directory of a theme's "template" files.
        *
        * In the case of a child theme, this is the absolute path to the directory
        * of the parent theme's files.
        *
        * @since 3.4.0
        *
        * @return string Absolute path of the template directory.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1174
        public get_stylesheet_directory_uri(): string URL to the stylesheet directory. Returns the URL to the directory of a theme's "stylesheet" files.
        /**
        * Returns the URL to the directory of a theme's "stylesheet" files.
        *
        * In the case of a child theme, this is the URL to the directory of the
        * child theme's files.
        *
        * @since 3.4.0
        *
        * @return string URL to the stylesheet directory.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1194
        public get_template_directory_uri(): string URL to the template directory. Returns the URL to the directory of a theme's "template" files.
        /**
        * Returns the URL to the directory of a theme's "template" files.
        *
        * In the case of a child theme, this is the URL to the directory of the
        * parent theme's files.
        *
        * @since 3.4.0
        *
        * @return string URL to the template directory.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1208
        public get_theme_root(): string Theme root. Returns the absolute path to the directory of the theme root.
        /**
        * Returns the absolute path to the directory of the theme root.
        *
        * This is typically the absolute path to wp-content/themes.
        *
        * @since 3.4.0
        *
        * @return string Theme root.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1227
        public get_theme_root_uri(): string Theme root URI. Returns the URL to the directory of the theme root.
        /**
        * Returns the URL to the directory of the theme root.
        *
        * This is typically the absolute URL to wp-content/themes. This forms the basis
        * for all other URLs returned by WP_Theme, so we pass it to the public function
        * get_theme_root_uri() and allow it to run the {@see 'theme_root_uri'} filter.
        *
        * @since 3.4.0
        *
        * @return string Theme root URI.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1242
        public get_screenshot($uri = 'uri'): string|false Screenshot file. False if the theme does not have a screenshot. Returns the main screenshot file for the theme.
        /**
        * Returns the main screenshot file for the theme.
        *
        * The main screenshot is called screenshot.png. gif and jpg extensions are also allowed.
        *
        * Screenshots for a theme must be in the stylesheet directory. (In the case of child
        * themes, parent theme screenshots are not inherited.)
        *
        * @since 3.4.0
        *
        * @param string $uri Type of URL to return, either 'relative' or an absolute URI. Defaults to absolute URI.
        * @return string|false Screenshot file. False if the theme does not have a screenshot.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1262
        public get_files($type = null, $depth0, $search_parent = false): string[] Array of files, keyed by the path to the file relative to the theme's directory, with the values Returns files in the theme's directory.
        /**
        * Returns files in the theme's directory.
        *
        * @since 3.4.0
        *
        * @param string[]|string $type          Optional. Array of extensions to find, string of a single extension,
        *                                       or null for all extensions. Default null.
        * @param int             $depth         Optional. How deep to search for files. Defaults to a flat scan (0 depth).
        *                                       -1 depth is infinite.
        * @param bool            $search_parent Optional. Whether to return parent files. Default false.
        * @return string[] Array of files, keyed by the path to the file relative to the theme's directory, with the values
        *                  being absolute paths.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1300
        public get_post_templates(): array[] Array of page template arrays, keyed by post type and filename, Returns the theme's post templates.
        /**
        * Returns the theme's post templates.
        *
        * @since 4.7.0
        * @since 5.8.0 Include block templates.
        *
        * @return array[] Array of page template arrays, keyed by post type and filename,
        *                 with the value of the translated header name.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1319
        public get_page_templates($post = null, $post_type = 'page'): string[] Array of template header names keyed by the template file name. Returns the theme's post templates for a given post type.
        /**
        * Returns the theme's post templates for a given post type.
        *
        * @since 3.4.0
        * @since 4.7.0 Added the `$post_type` parameter.
        *
        * @param WP_Post|null $post      Optional. The post being edited, provided for context.
        * @param string       $post_type Optional. Post type to get the templates for. Default 'page'.
        *                                If a post is provided, its post type is used.
        * @return string[] Array of template header names keyed by the template file name.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1394
        public load_textdomain(): bool True if the textdomain was successfully loaded or has already been loaded. Loads the theme's textdomain.
        /**
        * Loads the theme's textdomain.
        *
        * Translation files are not inherited from the parent theme. TODO: If this fails for the
        * child theme, it should probably try to load the parent theme's translations.
        *
        * @since 3.4.0
        *
        * @return bool True if the textdomain was successfully loaded or has already been loaded.
        *  False if no textdomain was specified in the file headers, or if the domain could not be loaded.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1511
        public is_allowed($check = 'both', $blog_id = null): bool Whether the theme is allowed for the network. Returns true in single-site. Determines whether the theme is allowed (multisite only).
        /**
        * Determines whether the theme is allowed (multisite only).
        *
        * @since 3.4.0
        *
        * @param string $check   Optional. Whether to check only the 'network'-wide settings, the 'site'
        *                        settings, or 'both'. Defaults to 'both'.
        * @param int    $blog_id Optional. Ignored if only network-wide settings are checked. Defaults to current site.
        * @return bool Whether the theme is allowed for the network. Returns true in single-site.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1549
        public is_block_theme(): bool Returns whether this theme is a block-based theme or not.
        /**
        * Returns whether this theme is a block-based theme or not.
        *
        * @since 5.9.0
        *
        * @return bool
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1578
        public get_file_path($file = ''): string The path of the file. Retrieves the path of a file in the theme.
        /**
        * Retrieves the path of a file in the theme.
        *
        * Searches in the stylesheet directory before the template directory so themes
        * which inherit from a parent theme can just override one file.
        *
        * @since 5.9.0
        *
        * @param string $file Optional. File to search for in the stylesheet directory.
        * @return string The path of the file.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1611
        public get_block_template_folders(): string[] { Returns the folder names of the block template directories.
        /**
        * Returns the folder names of the block template directories.
        *
        * @since 6.4.0
        *
        * @return string[] {
        *     Folder names used by block themes.
        *
        *     @type string $wp_template      Theme-relative directory name for block templates.
        *     @type string $wp_template_part Theme-relative directory name for block template parts.
        * }
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1789
        public get_block_patterns(): array Block pattern data. Gets block pattern data for a specified theme. Each pattern is defined as a P...
        /**
        * Gets block pattern data for a specified theme.
        * Each pattern is defined as a PHP file and defines
        * its metadata using plugin-style headers. The minimum required definition is:
        *
        *     /**
        *      * Title: My Pattern
        *      * Slug: my-theme/my-pattern
        *      *
        *
        * The output of the PHP source corresponds to the content of the pattern, e.g.:
        *
        *     <main><p><?php echo "Hello"; ?></p></main>
        *
        * If applicable, this will collect from both parent and child theme.
        *
        * Other settable fields include:
        *
        *     - Description
        *     - Viewport Width
        *     - Inserter         (yes/no)
        *     - Categories       (comma-separated values)
        *     - Keywords         (comma-separated values)
        *     - Block Types      (comma-separated values)
        *     - Post Types       (comma-separated values)
        *     - Template Types   (comma-separated values)
        *
        * @since 6.4.0
        *
        * @return array Block pattern data.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1839
        public delete_pattern_cache() Clears block pattern cache.
        /**
        * Clears block pattern cache.
        *
        * @since 6.4.0
        * @since 6.6.0 Uses transients to cache regardless of site environment.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:2042
        private cache_add($key, $data): bool Return value from wp_cache_add() Adds theme data to cache.
        /**
        * Adds theme data to cache.
        *
        * Cache entries keyed by the theme and the type of data.
        *
        * @since 3.4.0
        *
        * @param string       $key  Type of data to store (theme, screenshot, headers, post_templates)
        * @param array|string $data Data to store
        * @return bool Return value from wp_cache_add()
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:813
        private cache_get($key): mixed Retrieved data Gets theme data from cache.
        /**
        * Gets theme data from cache.
        *
        * Cache entries are keyed by the theme and the type of data.
        *
        * @since 3.4.0
        *
        * @param string $key Type of data to retrieve (theme, screenshot, headers, post_templates)
        * @return mixed Retrieved data
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:827
        private sanitize_header($header, $value): string|array An array for Tags header, string otherwise. Sanitizes a theme header.
        /**
        * Sanitizes a theme header.
        *
        * @since 3.4.0
        * @since 5.4.0 Added support for `Requires at least` and `Requires PHP` headers.
        * @since 6.1.0 Added support for `Update URI` header.
        *
        * @param string $header Theme header. Accepts 'Name', 'Description', 'Author', 'Version',
        *                       'ThemeURI', 'AuthorURI', 'Status', 'Tags', 'RequiresWP', 'RequiresPHP',
        *                       'UpdateURI'.
        * @param string $value  Value to sanitize.
        * @return string|array An array for Tags header, string otherwise.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:944
        private markup_header($header, $value, $translate): string Value, marked up. Marks up a theme header.
        /**
        * Marks up a theme header.
        *
        * @since 3.4.0
        *
        * @param string       $header    Theme header. Name, Description, Author, Version, ThemeURI, AuthorURI, Status, Tags.
        * @param string|array $value     Value to mark up. An array for Tags header, string otherwise.
        * @param string       $translate Whether the header has been translated.
        * @return string Value, marked up.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1008
        private translate_header($header, $value): string|array Translated value. An array for Tags header, string otherwise. Translates a theme header.
        /**
        * Translates a theme header.
        *
        * @since 3.4.0
        *
        * @param string       $header Theme header. Name, Description, Author, Version, ThemeURI, AuthorURI, Status, Tags.
        * @param string|array $value  Value to translate. An array for Tags header, string otherwise.
        * @return string|array Translated value. An array for Tags header, string otherwise.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1050
        private get_pattern_cache(): array|false Returns an array of patterns if cache is found, otherwise false. Gets block pattern cache.
        /**
        * Gets block pattern cache.
        *
        * @since 6.4.0
        * @since 6.6.0 Uses transients to cache regardless of site environment.
        *
        * @return array|false Returns an array of patterns if cache is found, otherwise false.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1981
        private set_pattern_cache(array $patterns) Sets block pattern cache.
        /**
        * Sets block pattern cache.
        *
        * @since 6.4.0
        * @since 6.6.0 Uses transients to cache regardless of site environment.
        *
        * @param array $patterns Block patterns data to set in cache.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:2002
        public static get_core_default_theme(): WP_Theme|false Object, or false if no theme is installed, which would be bad. Determines the latest WordPress default theme that is installed.
        \WP_Theme::get_core_default_theme()
        /**
        * Determines the latest WordPress default theme that is installed.
        *
        * This hits the filesystem.
        *
        * @since 4.4.0
        *
        * @return WP_Theme|false Object, or false if no theme is installed, which would be bad.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1638
        public static get_allowed($blog_id = null): string[] Array of stylesheet names. Returns array of stylesheet names of themes allowed on the site or network.
        \WP_Theme::get_allowed($blog_id = null)
        /**
        * Returns array of stylesheet names of themes allowed on the site or network.
        *
        * @since 3.4.0
        *
        * @param int $blog_id Optional. ID of the site. Defaults to the current site.
        * @return string[] Array of stylesheet names.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1656
        public static get_allowed_on_network(): string[] Array of stylesheet names. Returns array of stylesheet names of themes allowed on the network.
        \WP_Theme::get_allowed_on_network()
        /**
        * Returns array of stylesheet names of themes allowed on the network.
        *
        * @since 3.4.0
        *
        * @return string[] Array of stylesheet names.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1679
        public static get_allowed_on_site($blog_id = null): string[] Array of stylesheet names. Returns array of stylesheet names of themes allowed on the site.
        \WP_Theme::get_allowed_on_site($blog_id = null)
        /**
        * Returns array of stylesheet names of themes allowed on the site.
        *
        * @since 3.4.0
        *
        * @param int $blog_id Optional. ID of the site. Defaults to the current site.
        * @return string[] Array of stylesheet names.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1705
        public static network_enable_theme($stylesheets) Enables a theme for all sites on the current network.
        \WP_Theme::network_enable_theme($stylesheets)
        /**
        * Enables a theme for all sites on the current network.
        *
        * @since 4.6.0
        *
        * @param string|string[] $stylesheets Stylesheet name or array of stylesheet names.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:2053
        public static network_disable_theme($stylesheets) Disables a theme for all sites on the current network.
        \WP_Theme::network_disable_theme($stylesheets)
        /**
        * Disables a theme for all sites on the current network.
        *
        * @since 4.6.0
        *
        * @param string|string[] $stylesheets Stylesheet name or array of stylesheet names.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:2077
        public static sort_by_name(&$themes) Sorts themes by name.
        \WP_Theme::sort_by_name(&$themes)
        /**
        * Sorts themes by name.
        *
        * @since 3.4.0
        *
        * @param WP_Theme[] $themes Array of theme objects to sort (passed by reference).
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:2103
        private static scandir($path, $extensions = null, $depth0, $relative_path = ''): string[]|false Array of files, keyed by the path to the file relative to the `$path` directory prepended Scans a directory for files of a certain extension.
        /**
        * Scans a directory for files of a certain extension.
        *
        * @since 3.4.0
        *
        * @param string            $path          Absolute path to search.
        * @param array|string|null $extensions    Optional. Array of extensions to find, string of a single extension,
        *                                         or null for all extensions. Default null.
        * @param int               $depth         Optional. How many levels deep to search for files. Accepts 0, 1+, or
        *                                         -1 (infinite depth). Default 0.
        * @param string            $relative_path Optional. The basename of the absolute path. Used to control the
        *                                         returned path for the found files, particularly when this function
        *                                         recurses to lower depths. Default empty.
        * @return string[]|false Array of files, keyed by the path to the file relative to the `$path` directory prepended
        *                        with `$relative_path`, with the values being absolute paths. False otherwise.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:1455
        private static _name_sort($a, $b): int Negative if `$a` falls lower in the natural order than `$b`. Zero if they fall equally. Callback function for usort() to naturally sort themes by name.
        /**
        * Callback function for usort() to naturally sort themes by name.
        *
        * Accesses the Name header directly from the class for maximum speed.
        * Would choke on HTML but we don't care enough to slow it down with strip_tags().
        *
        * @since 3.4.0
        *
        * @param WP_Theme $a First theme.
        * @param WP_Theme $b Second theme.
        * @return int Negative if `$a` falls lower in the natural order than `$b`. Zero if they fall equally.
        *             Greater than 0 if `$a` falls higher in the natural order than `$b`. Used with usort().
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:2127
        private static _name_sort_i18n($a, $b): int Negative if `$a` falls lower in the natural order than `$b`. Zero if they fall equally. Callback function for usort() to naturally sort themes by translated name.
        /**
        * Callback function for usort() to naturally sort themes by translated name.
        *
        * @since 3.4.0
        *
        * @param WP_Theme $a First theme.
        * @param WP_Theme $b Second theme.
        * @return int Negative if `$a` falls lower in the natural order than `$b`. Zero if they fall equally.
        *             Greater than 0 if `$a` falls higher in the natural order than `$b`. Used with usort().
        */
        
        Defined in <ROOT>/wp-includes/class-wp-theme.php:2141
        private static _check_headers_property_has_correct_type($headers)
        Defined in <ROOT>/wp-includes/class-wp-theme.php:2145
      • private static $file_headers :: array (14)
        Name => string (10) "Theme Name"
        ThemeURI => string (9) "Theme URI"
        Description => string (11) "Description"
        Author => string (6) "Author"
        AuthorURI => string (10) "Author URI"
        Version => string (7) "Version"
        Template => string (8) "Template"
        Status => string (6) "Status"
        Tags => string (4) "Tags"
        TextDomain => string (11) "Text Domain"
        DomainPath => string (11) "Domain Path"
        RequiresWP => string (17) "Requires at least"
        RequiresPHP => string (12) "Requires PHP"
        UpdateURI => string (10) "Update URI"
        private static $default_themes :: array (17)
        classic => string (17) "WordPress Classic"
        default => string (17) "WordPress Default"
        twentyten => string (10) "Twenty Ten"
        twentyeleven => string (13) "Twenty Eleven"
        twentytwelve => string (13) "Twenty Twelve"
        twentythirteen => string (15) "Twenty Thirteen"
        twentyfourteen => string (15) "Twenty Fourteen"
        twentyfifteen => string (14) "Twenty Fifteen"
        twentysixteen => string (14) "Twenty Sixteen"
        twentyseventeen => string (16) "Twenty Seventeen"
        twentynineteen => string (15) "Twenty Nineteen"
        twentytwenty => string (13) "Twenty Twenty"
        twentytwentyone => string (17) "Twenty Twenty-One"
        twentytwentytwo => string (17) "Twenty Twenty-Two"
        twentytwentythree => string (19) "Twenty Twenty-Three"
        twentytwentyfour => string (18) "Twenty Twenty-Four"
        twentytwentyfive => string (18) "Twenty Twenty-Five"
        private static $tag_map :: array (2)
        fixed-width => string (12) "fixed-layout"
        flexible-width => string (12) "fluid-layout"
        private static $persistently_cache :: boolean false
        private static $cache_expiration :: integer 1800
    • public __construct($slug = null) Constructs a new TimberTheme object. NOTE the TimberTheme object of the curre...
      new \Timber\Theme($slug = null)
      /**
      * Constructs a new TimberTheme object. NOTE the TimberTheme object of the current theme comes in the default `Timber::context()` call. You can access this in your twig template via `{{site.theme}}.
      * @param string $slug
      * @example
      * ```php
      * <?php
      *     $theme = new TimberTheme("my-theme");
      *     $context['theme_stuff'] = $theme;
      *     Timber::render('single.twig', $context);
      * ?>
      * ```
      * ```twig
      * We are currently using the {{ theme_stuff.name }} theme.
      * ```
      * ```html
      * We are currently using the My Theme theme.
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:82
      public link(): string the absolute path to the theme (ex: `http://example.org/wp-content/themes/my-timber-theme`)
      $context['site']->theme->link()
      /**
      * @api
      * @return string the absolute path to the theme (ex: `http://example.org/wp-content/themes/my-timber-theme`)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:108
      public path(): string the relative path to the theme (ex: `/wp-content/themes/my-timber-theme`)
      $context['site']->theme->path()
      /**
      * @api
      * @return  string the relative path to the theme (ex: `/wp-content/themes/my-timber-theme`)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:116
      public theme_mod($name, $default = false): string
      $context['site']->theme->theme_mod($name, $default = false)
      /**
      * @param string $name
      * @param bool $default
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:127
      public theme_mods(): array
      $context['site']->theme->theme_mods()
      /**
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:134
      public get($header): false|string String on success, false on failure. Gets a raw, unformatted theme header.
      $context['site']->theme->get($header)
      /**
      * Gets a raw, unformatted theme header.
      *
      * @api
      * @see \WP_Theme::get()
      * @example
      * ```twig
      * {{ theme.get('Version') }}
      * ```
      *
      * @param string $header Name of the theme header. Name, Description, Author, Version,
      *                       ThemeURI, AuthorURI, Status, Tags.
      *
      * @return false|string String on success, false on failure.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:153
      public display($header): false|string Gets a theme header, formatted and translated for display.
      $context['site']->theme->display($header)
      /**
      * Gets a theme header, formatted and translated for display.
      *
      * @api
      * @see \WP_Theme::display()
      * @example
      * ```twig
      * {{ theme.display('Description') }}
      * ```
      *
      * @param string $header Name of the theme header. Name, Description, Author, Version,
      *                       ThemeURI, AuthorURI, Status, Tags.
      *
      * @return false|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:172
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      *
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      $context['site']->theme->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public update($key, $value)
      $context['site']->theme->update($key, $value)
      /**
      * @ignore
      * @param string  $key
      * @param mixed   $value
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      $context['site']->theme->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      public get_method_values(): array
      $context['site']->theme->get_method_values()
      /**
      *
      *
      * @return array
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
      public get_field($field_name): mixed
      $context['site']->theme->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
      protected init($slug = null)
      /**
      * @internal
      * @param string $slug
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:90
    public title -> string (7) "CSRinfo"
    $context['site']->title
    public url -> string (23) "https://www.csrinfo.org"
    $context['site']->url
    public home_url -> string (23) "https://www.csrinfo.org"
    $context['site']->home_url
    public site_url -> string (23) "https://www.csrinfo.org"
    $context['site']->site_url
    public rdf -> string (33) "https://www.csrinfo.org/feed/rdf/"
    $context['site']->rdf
    public rss -> string (33) "https://www.csrinfo.org/feed/rss/"
    $context['site']->rss
    public rss2 -> string (29) "https://www.csrinfo.org/feed/"
    $context['site']->rss2
    public atom -> string (34) "https://www.csrinfo.org/feed/atom/"
    $context['site']->atom
    public pingback -> string (34) "https://www.csrinfo.org/xmlrpc.php"
    $context['site']->pingback
  • public __construct($site_name_or_id = null) Constructs a Timber\Site object
    new \Timber\Site($site_name_or_id = null)
    /**
    * Constructs a Timber\Site object
    * @example
    * ```php
    * //multisite setup
    * $site = new Timber\Site(1);
    * $site_two = new Timber\Site("My Cool Site");
    * //non-multisite
    * $site = new Timber\Site();
    * ```
    * @param string|int $site_name_or_id
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:109
    public language_attributes(): string Returns the language attributes that you're looking for
    $context['site']->language_attributes()
    /**
    * Returns the language attributes that you're looking for
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:188
    public __get($field): mixed
    /**
    *
    *
    * @param string  $field
    * @return mixed
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:198
    public icon()
    $context['site']->icon()
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:209
    public link(): string Returns the link to the site's home.
    $context['site']->link()
    /**
    * Returns the link to the site's home.
    * @example
    * ```twig
    * <a href="{{ site.link }}" title="Home">
    * 	  <img src="/wp-content/uploads/logo.png" alt="Logo for some stupid thing" />
    * </a>
    * ```
    * ```html
    * <a href="http://example.org" title="Home">
    * 	  <img src="/wp-content/uploads/logo.png" alt="Logo for some stupid thing" />
    * </a>
    * ```
    * @api
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:246
    public get_link(): string
    $context['site']->get_link()
    /**
    * @deprecated 0.21.9
    * @internal
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:255
    public meta($field)
    $context['site']->meta($field)
    /**
    * @ignore
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:264
    public update($key, $value)
    $context['site']->update($key, $value)
    /**
    *
    * @ignore
    * @param string  $key
    * @param mixed   $value
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:274
    public url(): string
    $context['site']->url()
    /**
    * @deprecated 1.0.4
    * @see Timber\Site::link
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:289
    public get_url(): string
    $context['site']->get_url()
    /**
    * @deprecated 0.21.9
    * @internal
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:298
    public __isset($field): boolean
    /**
    *
    * @return boolean
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
    public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
    /**
    * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
    * @return mixed
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
    public import($info, $force = false) Takes an array or object and adds the properties to the parent object
    $context['site']->import($info, $force = false)
    /**
    * Takes an array or object and adds the properties to the parent object
    * @example
    * ```php
    * $data = array('airplane' => '757-200', 'flight' => '5316');
    * $post = new Timber\Post()
    * $post->import(data);
    * echo $post->airplane; //757-200
    * ```
    * @param array|object $info an object or array you want to grab data from to attach to the Timber object
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
    public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
    $context['site']->can_edit()
    /**
    * Can you edit this post/term/user? Well good for you. You're no better than me.
    * @example
    * ```twig
    * {% if post.can_edit %}
    * <a href="{{ post.edit_link }}">Edit</a>
    * {% endif %}
    * ```
    * ```html
    * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
    * ```
    * @return bool
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
    public get_method_values(): array
    $context['site']->get_method_values()
    /**
    *
    *
    * @return array
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
    public get_field($field_name): mixed
    $context['site']->get_field($field_name)
    /**
    * @param string $field_name
    * @return mixed
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    protected init_as_multisite($site_id)
    /**
    * @internal
    * @param integer $site_id
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:139
    protected init_as_singlesite() Executed for single-blog sites
    /**
    * Executed for single-blog sites
    * @internal
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:157
    protected init() Executed for all types of sites: both multisite and "regular"
    /**
    * Executed for all types of sites: both multisite and "regular"
    * @internal
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:170
    protected icon_multisite($site_id)
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:219
    protected static switch_to_blog($site_name_or_id): integer with the ID of the new blog Switches to the blog requested in the request
    /**
    * Switches to the blog requested in the request
    * @param string|integer|null $site_name_or_id
    * @return integer with the ID of the new blog
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Site.php:126
request => Timber\Request (5)
$context['request']
  • Properties (5)
  • Available methods (11)
  • public id -> null
    $context['request']->id
    public ID -> null
    $context['request']->ID
    public object_type -> null
    $context['request']->object_type
    public post -> array (0)
    $context['request']->post
    public get -> array (0)
    $context['request']->get
  • public __construct() Constructs a TimberRequest object
    new \Timber\Request()
    /**
    * Constructs a TimberRequest object
    * @example
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Request.php:20
    public __call($field, $args)
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Request.php:31
    public __get($field)
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Request.php:33
    public __isset($field): boolean|null
    /**
    * @return boolean|null
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Request.php:38
    public meta($key)
    $context['request']->meta($key)
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Request.php:40
    public import($info, $force = false) Takes an array or object and adds the properties to the parent object
    $context['request']->import($info, $force = false)
    /**
    * Takes an array or object and adds the properties to the parent object
    * @example
    * ```php
    * $data = array('airplane' => '757-200', 'flight' => '5316');
    * $post = new Timber\Post()
    * $post->import(data);
    * echo $post->airplane; //757-200
    * ```
    * @param array|object $info an object or array you want to grab data from to attach to the Timber object
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
    public update($key, $value)
    $context['request']->update($key, $value)
    /**
    * @ignore
    * @param string  $key
    * @param mixed   $value
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
    public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
    $context['request']->can_edit()
    /**
    * Can you edit this post/term/user? Well good for you. You're no better than me.
    * @example
    * ```twig
    * {% if post.can_edit %}
    * <a href="{{ post.edit_link }}">Edit</a>
    * {% endif %}
    * ```
    * ```html
    * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
    * ```
    * @return bool
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
    public get_method_values(): array
    $context['request']->get_method_values()
    /**
    *
    *
    * @return array
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
    public get_field($field_name): mixed
    $context['request']->get_field($field_name)
    /**
    * @param string $field_name
    * @return mixed
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    protected init()
    /**
    * @internal
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Request.php:26
user => boolean false
$context['user']
theme => Timber\Theme (10)
$context['theme']
  • Properties (10)
  • Available methods (16)
  • public id -> null
    $context['theme']->id
    public ID -> null
    $context['theme']->ID
    public object_type -> null
    $context['theme']->object_type
    public name -> string (13) "Website Style"
    $context['theme']->name
    public version -> string (17) "4.1.1743413956106"
    $context['theme']->version
    public parent -> boolean false
    $context['theme']->parent
    public parent_slug -> null
    $context['theme']->parent_slug
    public slug -> string (2) "pc"
    $context['theme']->slug
    public uri -> string (44) "https://www.csrinfo.org/wp-content/themes/pc"
    $context['theme']->uri
    private theme -> WP_Theme (15)
    • Properties (15)
    • Available methods (52)
    • Static class properties (5)
    • public update -> boolean false
      private theme_root -> string (63) "/home/rejestr/domains/csrinfo.org/public_html/wp-content/themes"
      • Directory (72B)
      • drwxr-xr-x 1635 1640 72B May 22 17:50 /home/rejestr/domains/csrinfo.org/public_html/wp-content/themes
        
      private headers -> array (14)
      Name => string (13) "Website Style"
      ThemeURI => string (0) ""
      Description => string (119) "Kontakt: <a href="mailto:info@websitestyle.pl">info@websitestyle.pl</a> Tel:...
      Kontakt: <a href="mailto:info@websitestyle.pl">info@websitestyle.pl</a> Tel:<a href="tel:+48577350450">+48577350450</a>
      
      Author => string (13) "Website Style"
      AuthorURI => string (0) ""
      Version => string (17) "4.1.1743413956106"
      Template => string (0) ""
      Status => string (0) ""
      Tags => string (0) ""
      TextDomain => string (2) "ws"
      DomainPath => string (0) ""
      RequiresWP => string (0) ""
      RequiresPHP => string (0) ""
      UpdateURI => string (0) ""
      private headers_sanitized -> array (2)
      Name => string (13) "Website Style"
      Version => string (17) "4.1.1743413956106"
      private block_theme -> boolean false
      private name_translated -> null
      private errors -> null
      private stylesheet -> string (2) "pc"
      private template -> string (2) "pc"
      private parent -> null
      private theme_root_uri -> string (41) "https://www.csrinfo.org/wp-content/themes"
      private textdomain_loaded -> null
      private cache_hash -> string (32) "2f4e34b35de37b6a6eeefe266e503620"
      private block_template_folders -> array (2)
      wp_template => string (9) "templates"
      wp_template_part => string (5) "parts"
      private default_template_folders -> array (2)
      wp_template => string (9) "templates"
      wp_template_part => string (5) "parts"
    • public __construct($theme_dir, $theme_root, $_child = null) Constructor for WP_Theme.
      /**
      * Constructor for WP_Theme.
      *
      * @since 3.4.0
      *
      * @global array $wp_theme_directories
      *
      * @param string        $theme_dir  Directory of the theme within the theme_root.
      * @param string        $theme_root Theme root.
      * @param WP_Theme|null $_child If this theme is a parent theme, the child may be passed for validation purposes.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:251
      public __toString(): string When converting the object to a string, the theme name is returned.
      /**
      * When converting the object to a string, the theme name is returned.
      *
      * @since 3.4.0
      *
      * @return string Theme name, ready for display (translated)
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:550
      public __isset($offset): bool Whether the given property is set. __isset() magic method for properties formerly returned by current_theme_info()
      /**
      * __isset() magic method for properties formerly returned by current_theme_info()
      *
      * @since 3.4.0
      *
      * @param string $offset Property to check if set.
      * @return bool Whether the given property is set.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:562
      public __get($offset): mixed Property value. __get() magic method for properties formerly returned by current_theme_info()
      /**
      * __get() magic method for properties formerly returned by current_theme_info()
      *
      * @since 3.4.0
      *
      * @param string $offset Property to get.
      * @return mixed Property value.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:591
      public offsetSet($offset, $value) Method to implement ArrayAccess for keys formerly returned by get_themes()
      /**
      * Method to implement ArrayAccess for keys formerly returned by get_themes()
      *
      * @since 3.4.0
      *
      * @param mixed $offset
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:636
      public offsetUnset($offset) Method to implement ArrayAccess for keys formerly returned by get_themes()
      /**
      * Method to implement ArrayAccess for keys formerly returned by get_themes()
      *
      * @since 3.4.0
      *
      * @param mixed $offset
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:646
      public offsetExists($offset): bool Method to implement ArrayAccess for keys formerly returned by get_themes()
      /**
      * Method to implement ArrayAccess for keys formerly returned by get_themes()
      *
      * @since 3.4.0
      *
      * @param mixed $offset
      * @return bool
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:657
      public offsetGet($offset): mixed Method to implement ArrayAccess for keys formerly returned by get_themes().
      /**
      * Method to implement ArrayAccess for keys formerly returned by get_themes().
      *
      * Author, Author Name, Author URI, and Description did not previously return
      * translated data. We are doing so now as it is safe to do. However, as
      * Name and Title could have been used as the key for get_themes(), both remain
      * untranslated for back compatibility. This means that ['Name'] is not ideal,
      * and care should be taken to use `$theme::display( 'Name' )` to get a properly
      * translated header.
      *
      * @since 3.4.0
      *
      * @param mixed $offset
      * @return mixed
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:699
      public errors(): WP_Error|false WP_Error if there are errors, or false. Returns errors property.
      /**
      * Returns errors property.
      *
      * @since 3.4.0
      *
      * @return WP_Error|false WP_Error if there are errors, or false.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:753
      public exists(): bool Whether the theme exists. Determines whether the theme exists.
      /**
      * Determines whether the theme exists.
      *
      * A theme with errors exists. A theme with the error of 'theme_not_found',
      * meaning that the theme's directory was not found, does not exist.
      *
      * @since 3.4.0
      *
      * @return bool Whether the theme exists.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:767
      public parent(): WP_Theme|false Parent theme, or false if the active theme is not a child theme. Returns reference to the parent theme.
      /**
      * Returns reference to the parent theme.
      *
      * @since 3.4.0
      *
      * @return WP_Theme|false Parent theme, or false if the active theme is not a child theme.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:778
      public __wakeup() Perform reinitialization tasks.
      /**
      * Perform reinitialization tasks.
      *
      * Prevents a callback from being injected during unserialization of an object.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:787
      public cache_delete() Clears the cache for the theme.
      /**
      * Clears the cache for the theme.
      *
      * @since 3.4.0
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:836
      public get($header): string|array|false String or array (for Tags header) on success, false on failure. Gets a raw, unformatted theme header.
      /**
      * Gets a raw, unformatted theme header.
      *
      * The header is sanitized, but is not translated, and is not marked up for display.
      * To get a theme header for display, use the display() method.
      *
      * Use the get_template() method, not the 'Template' header, for finding the template.
      * The 'Template' header is only good for what was written in the style.css, while
      * get_template() takes into account where WordPress actually located the theme and
      * whether it is actually valid.
      *
      * @since 3.4.0
      *
      * @param string $header Theme header. Name, Description, Author, Version, ThemeURI, AuthorURI, Status, Tags.
      * @return string|array|false String or array (for Tags header) on success, false on failure.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:870
      public display($header, $markup = true, $translate = true): string|array|false Processed header. An array for Tags if `$markup` is false, string otherwise. Gets a theme header, formatted and translated for display.
      /**
      * Gets a theme header, formatted and translated for display.
      *
      * @since 3.4.0
      *
      * @param string $header    Theme header. Name, Description, Author, Version, ThemeURI, AuthorURI, Status, Tags.
      * @param bool   $markup    Optional. Whether to mark up the header. Defaults to true.
      * @param bool   $translate Optional. Whether to translate the header. Defaults to true.
      * @return string|array|false Processed header. An array for Tags if `$markup` is false, string otherwise.
      *                            False on failure.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:910
      public get_stylesheet(): string Stylesheet Returns the directory name of the theme's "stylesheet" files, inside the them...
      /**
      * Returns the directory name of the theme's "stylesheet" files, inside the theme root.
      *
      * In the case of a child theme, this is directory name of the child theme.
      * Otherwise, get_stylesheet() is the same as get_template().
      *
      * @since 3.4.0
      *
      * @return string Stylesheet
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1128
      public get_template(): string Template Returns the directory name of the theme's "template" files, inside the theme ...
      /**
      * Returns the directory name of the theme's "template" files, inside the theme root.
      *
      * In the case of a child theme, this is the directory name of the parent theme.
      * Otherwise, the get_template() is the same as get_stylesheet().
      *
      * @since 3.4.0
      *
      * @return string Template
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1142
      public get_stylesheet_directory(): string Absolute path of the stylesheet directory. Returns the absolute path to the directory of a theme's "stylesheet" files.
      /**
      * Returns the absolute path to the directory of a theme's "stylesheet" files.
      *
      * In the case of a child theme, this is the absolute path to the directory
      * of the child theme's files.
      *
      * @since 3.4.0
      *
      * @return string Absolute path of the stylesheet directory.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1156
      public get_template_directory(): string Absolute path of the template directory. Returns the absolute path to the directory of a theme's "template" files.
      /**
      * Returns the absolute path to the directory of a theme's "template" files.
      *
      * In the case of a child theme, this is the absolute path to the directory
      * of the parent theme's files.
      *
      * @since 3.4.0
      *
      * @return string Absolute path of the template directory.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1174
      public get_stylesheet_directory_uri(): string URL to the stylesheet directory. Returns the URL to the directory of a theme's "stylesheet" files.
      /**
      * Returns the URL to the directory of a theme's "stylesheet" files.
      *
      * In the case of a child theme, this is the URL to the directory of the
      * child theme's files.
      *
      * @since 3.4.0
      *
      * @return string URL to the stylesheet directory.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1194
      public get_template_directory_uri(): string URL to the template directory. Returns the URL to the directory of a theme's "template" files.
      /**
      * Returns the URL to the directory of a theme's "template" files.
      *
      * In the case of a child theme, this is the URL to the directory of the
      * parent theme's files.
      *
      * @since 3.4.0
      *
      * @return string URL to the template directory.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1208
      public get_theme_root(): string Theme root. Returns the absolute path to the directory of the theme root.
      /**
      * Returns the absolute path to the directory of the theme root.
      *
      * This is typically the absolute path to wp-content/themes.
      *
      * @since 3.4.0
      *
      * @return string Theme root.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1227
      public get_theme_root_uri(): string Theme root URI. Returns the URL to the directory of the theme root.
      /**
      * Returns the URL to the directory of the theme root.
      *
      * This is typically the absolute URL to wp-content/themes. This forms the basis
      * for all other URLs returned by WP_Theme, so we pass it to the public function
      * get_theme_root_uri() and allow it to run the {@see 'theme_root_uri'} filter.
      *
      * @since 3.4.0
      *
      * @return string Theme root URI.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1242
      public get_screenshot($uri = 'uri'): string|false Screenshot file. False if the theme does not have a screenshot. Returns the main screenshot file for the theme.
      /**
      * Returns the main screenshot file for the theme.
      *
      * The main screenshot is called screenshot.png. gif and jpg extensions are also allowed.
      *
      * Screenshots for a theme must be in the stylesheet directory. (In the case of child
      * themes, parent theme screenshots are not inherited.)
      *
      * @since 3.4.0
      *
      * @param string $uri Type of URL to return, either 'relative' or an absolute URI. Defaults to absolute URI.
      * @return string|false Screenshot file. False if the theme does not have a screenshot.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1262
      public get_files($type = null, $depth0, $search_parent = false): string[] Array of files, keyed by the path to the file relative to the theme's directory, with the values Returns files in the theme's directory.
      /**
      * Returns files in the theme's directory.
      *
      * @since 3.4.0
      *
      * @param string[]|string $type          Optional. Array of extensions to find, string of a single extension,
      *                                       or null for all extensions. Default null.
      * @param int             $depth         Optional. How deep to search for files. Defaults to a flat scan (0 depth).
      *                                       -1 depth is infinite.
      * @param bool            $search_parent Optional. Whether to return parent files. Default false.
      * @return string[] Array of files, keyed by the path to the file relative to the theme's directory, with the values
      *                  being absolute paths.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1300
      public get_post_templates(): array[] Array of page template arrays, keyed by post type and filename, Returns the theme's post templates.
      /**
      * Returns the theme's post templates.
      *
      * @since 4.7.0
      * @since 5.8.0 Include block templates.
      *
      * @return array[] Array of page template arrays, keyed by post type and filename,
      *                 with the value of the translated header name.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1319
      public get_page_templates($post = null, $post_type = 'page'): string[] Array of template header names keyed by the template file name. Returns the theme's post templates for a given post type.
      /**
      * Returns the theme's post templates for a given post type.
      *
      * @since 3.4.0
      * @since 4.7.0 Added the `$post_type` parameter.
      *
      * @param WP_Post|null $post      Optional. The post being edited, provided for context.
      * @param string       $post_type Optional. Post type to get the templates for. Default 'page'.
      *                                If a post is provided, its post type is used.
      * @return string[] Array of template header names keyed by the template file name.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1394
      public load_textdomain(): bool True if the textdomain was successfully loaded or has already been loaded. Loads the theme's textdomain.
      /**
      * Loads the theme's textdomain.
      *
      * Translation files are not inherited from the parent theme. TODO: If this fails for the
      * child theme, it should probably try to load the parent theme's translations.
      *
      * @since 3.4.0
      *
      * @return bool True if the textdomain was successfully loaded or has already been loaded.
      *  False if no textdomain was specified in the file headers, or if the domain could not be loaded.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1511
      public is_allowed($check = 'both', $blog_id = null): bool Whether the theme is allowed for the network. Returns true in single-site. Determines whether the theme is allowed (multisite only).
      /**
      * Determines whether the theme is allowed (multisite only).
      *
      * @since 3.4.0
      *
      * @param string $check   Optional. Whether to check only the 'network'-wide settings, the 'site'
      *                        settings, or 'both'. Defaults to 'both'.
      * @param int    $blog_id Optional. Ignored if only network-wide settings are checked. Defaults to current site.
      * @return bool Whether the theme is allowed for the network. Returns true in single-site.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1549
      public is_block_theme(): bool Returns whether this theme is a block-based theme or not.
      /**
      * Returns whether this theme is a block-based theme or not.
      *
      * @since 5.9.0
      *
      * @return bool
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1578
      public get_file_path($file = ''): string The path of the file. Retrieves the path of a file in the theme.
      /**
      * Retrieves the path of a file in the theme.
      *
      * Searches in the stylesheet directory before the template directory so themes
      * which inherit from a parent theme can just override one file.
      *
      * @since 5.9.0
      *
      * @param string $file Optional. File to search for in the stylesheet directory.
      * @return string The path of the file.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1611
      public get_block_template_folders(): string[] { Returns the folder names of the block template directories.
      /**
      * Returns the folder names of the block template directories.
      *
      * @since 6.4.0
      *
      * @return string[] {
      *     Folder names used by block themes.
      *
      *     @type string $wp_template      Theme-relative directory name for block templates.
      *     @type string $wp_template_part Theme-relative directory name for block template parts.
      * }
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1789
      public get_block_patterns(): array Block pattern data. Gets block pattern data for a specified theme. Each pattern is defined as a P...
      /**
      * Gets block pattern data for a specified theme.
      * Each pattern is defined as a PHP file and defines
      * its metadata using plugin-style headers. The minimum required definition is:
      *
      *     /**
      *      * Title: My Pattern
      *      * Slug: my-theme/my-pattern
      *      *
      *
      * The output of the PHP source corresponds to the content of the pattern, e.g.:
      *
      *     <main><p><?php echo "Hello"; ?></p></main>
      *
      * If applicable, this will collect from both parent and child theme.
      *
      * Other settable fields include:
      *
      *     - Description
      *     - Viewport Width
      *     - Inserter         (yes/no)
      *     - Categories       (comma-separated values)
      *     - Keywords         (comma-separated values)
      *     - Block Types      (comma-separated values)
      *     - Post Types       (comma-separated values)
      *     - Template Types   (comma-separated values)
      *
      * @since 6.4.0
      *
      * @return array Block pattern data.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1839
      public delete_pattern_cache() Clears block pattern cache.
      /**
      * Clears block pattern cache.
      *
      * @since 6.4.0
      * @since 6.6.0 Uses transients to cache regardless of site environment.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:2042
      private cache_add($key, $data): bool Return value from wp_cache_add() Adds theme data to cache.
      /**
      * Adds theme data to cache.
      *
      * Cache entries keyed by the theme and the type of data.
      *
      * @since 3.4.0
      *
      * @param string       $key  Type of data to store (theme, screenshot, headers, post_templates)
      * @param array|string $data Data to store
      * @return bool Return value from wp_cache_add()
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:813
      private cache_get($key): mixed Retrieved data Gets theme data from cache.
      /**
      * Gets theme data from cache.
      *
      * Cache entries are keyed by the theme and the type of data.
      *
      * @since 3.4.0
      *
      * @param string $key Type of data to retrieve (theme, screenshot, headers, post_templates)
      * @return mixed Retrieved data
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:827
      private sanitize_header($header, $value): string|array An array for Tags header, string otherwise. Sanitizes a theme header.
      /**
      * Sanitizes a theme header.
      *
      * @since 3.4.0
      * @since 5.4.0 Added support for `Requires at least` and `Requires PHP` headers.
      * @since 6.1.0 Added support for `Update URI` header.
      *
      * @param string $header Theme header. Accepts 'Name', 'Description', 'Author', 'Version',
      *                       'ThemeURI', 'AuthorURI', 'Status', 'Tags', 'RequiresWP', 'RequiresPHP',
      *                       'UpdateURI'.
      * @param string $value  Value to sanitize.
      * @return string|array An array for Tags header, string otherwise.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:944
      private markup_header($header, $value, $translate): string Value, marked up. Marks up a theme header.
      /**
      * Marks up a theme header.
      *
      * @since 3.4.0
      *
      * @param string       $header    Theme header. Name, Description, Author, Version, ThemeURI, AuthorURI, Status, Tags.
      * @param string|array $value     Value to mark up. An array for Tags header, string otherwise.
      * @param string       $translate Whether the header has been translated.
      * @return string Value, marked up.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1008
      private translate_header($header, $value): string|array Translated value. An array for Tags header, string otherwise. Translates a theme header.
      /**
      * Translates a theme header.
      *
      * @since 3.4.0
      *
      * @param string       $header Theme header. Name, Description, Author, Version, ThemeURI, AuthorURI, Status, Tags.
      * @param string|array $value  Value to translate. An array for Tags header, string otherwise.
      * @return string|array Translated value. An array for Tags header, string otherwise.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1050
      private get_pattern_cache(): array|false Returns an array of patterns if cache is found, otherwise false. Gets block pattern cache.
      /**
      * Gets block pattern cache.
      *
      * @since 6.4.0
      * @since 6.6.0 Uses transients to cache regardless of site environment.
      *
      * @return array|false Returns an array of patterns if cache is found, otherwise false.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1981
      private set_pattern_cache(array $patterns) Sets block pattern cache.
      /**
      * Sets block pattern cache.
      *
      * @since 6.4.0
      * @since 6.6.0 Uses transients to cache regardless of site environment.
      *
      * @param array $patterns Block patterns data to set in cache.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:2002
      public static get_core_default_theme(): WP_Theme|false Object, or false if no theme is installed, which would be bad. Determines the latest WordPress default theme that is installed.
      \WP_Theme::get_core_default_theme()
      /**
      * Determines the latest WordPress default theme that is installed.
      *
      * This hits the filesystem.
      *
      * @since 4.4.0
      *
      * @return WP_Theme|false Object, or false if no theme is installed, which would be bad.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1638
      public static get_allowed($blog_id = null): string[] Array of stylesheet names. Returns array of stylesheet names of themes allowed on the site or network.
      \WP_Theme::get_allowed($blog_id = null)
      /**
      * Returns array of stylesheet names of themes allowed on the site or network.
      *
      * @since 3.4.0
      *
      * @param int $blog_id Optional. ID of the site. Defaults to the current site.
      * @return string[] Array of stylesheet names.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1656
      public static get_allowed_on_network(): string[] Array of stylesheet names. Returns array of stylesheet names of themes allowed on the network.
      \WP_Theme::get_allowed_on_network()
      /**
      * Returns array of stylesheet names of themes allowed on the network.
      *
      * @since 3.4.0
      *
      * @return string[] Array of stylesheet names.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1679
      public static get_allowed_on_site($blog_id = null): string[] Array of stylesheet names. Returns array of stylesheet names of themes allowed on the site.
      \WP_Theme::get_allowed_on_site($blog_id = null)
      /**
      * Returns array of stylesheet names of themes allowed on the site.
      *
      * @since 3.4.0
      *
      * @param int $blog_id Optional. ID of the site. Defaults to the current site.
      * @return string[] Array of stylesheet names.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1705
      public static network_enable_theme($stylesheets) Enables a theme for all sites on the current network.
      \WP_Theme::network_enable_theme($stylesheets)
      /**
      * Enables a theme for all sites on the current network.
      *
      * @since 4.6.0
      *
      * @param string|string[] $stylesheets Stylesheet name or array of stylesheet names.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:2053
      public static network_disable_theme($stylesheets) Disables a theme for all sites on the current network.
      \WP_Theme::network_disable_theme($stylesheets)
      /**
      * Disables a theme for all sites on the current network.
      *
      * @since 4.6.0
      *
      * @param string|string[] $stylesheets Stylesheet name or array of stylesheet names.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:2077
      public static sort_by_name(&$themes) Sorts themes by name.
      \WP_Theme::sort_by_name(&$themes)
      /**
      * Sorts themes by name.
      *
      * @since 3.4.0
      *
      * @param WP_Theme[] $themes Array of theme objects to sort (passed by reference).
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:2103
      private static scandir($path, $extensions = null, $depth0, $relative_path = ''): string[]|false Array of files, keyed by the path to the file relative to the `$path` directory prepended Scans a directory for files of a certain extension.
      /**
      * Scans a directory for files of a certain extension.
      *
      * @since 3.4.0
      *
      * @param string            $path          Absolute path to search.
      * @param array|string|null $extensions    Optional. Array of extensions to find, string of a single extension,
      *                                         or null for all extensions. Default null.
      * @param int               $depth         Optional. How many levels deep to search for files. Accepts 0, 1+, or
      *                                         -1 (infinite depth). Default 0.
      * @param string            $relative_path Optional. The basename of the absolute path. Used to control the
      *                                         returned path for the found files, particularly when this function
      *                                         recurses to lower depths. Default empty.
      * @return string[]|false Array of files, keyed by the path to the file relative to the `$path` directory prepended
      *                        with `$relative_path`, with the values being absolute paths. False otherwise.
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:1455
      private static _name_sort($a, $b): int Negative if `$a` falls lower in the natural order than `$b`. Zero if they fall equally. Callback function for usort() to naturally sort themes by name.
      /**
      * Callback function for usort() to naturally sort themes by name.
      *
      * Accesses the Name header directly from the class for maximum speed.
      * Would choke on HTML but we don't care enough to slow it down with strip_tags().
      *
      * @since 3.4.0
      *
      * @param WP_Theme $a First theme.
      * @param WP_Theme $b Second theme.
      * @return int Negative if `$a` falls lower in the natural order than `$b`. Zero if they fall equally.
      *             Greater than 0 if `$a` falls higher in the natural order than `$b`. Used with usort().
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:2127
      private static _name_sort_i18n($a, $b): int Negative if `$a` falls lower in the natural order than `$b`. Zero if they fall equally. Callback function for usort() to naturally sort themes by translated name.
      /**
      * Callback function for usort() to naturally sort themes by translated name.
      *
      * @since 3.4.0
      *
      * @param WP_Theme $a First theme.
      * @param WP_Theme $b Second theme.
      * @return int Negative if `$a` falls lower in the natural order than `$b`. Zero if they fall equally.
      *             Greater than 0 if `$a` falls higher in the natural order than `$b`. Used with usort().
      */
      
      Defined in <ROOT>/wp-includes/class-wp-theme.php:2141
      private static _check_headers_property_has_correct_type($headers)
      Defined in <ROOT>/wp-includes/class-wp-theme.php:2145
    • private static $file_headers :: array (14)
      Name => string (10) "Theme Name"
      ThemeURI => string (9) "Theme URI"
      Description => string (11) "Description"
      Author => string (6) "Author"
      AuthorURI => string (10) "Author URI"
      Version => string (7) "Version"
      Template => string (8) "Template"
      Status => string (6) "Status"
      Tags => string (4) "Tags"
      TextDomain => string (11) "Text Domain"
      DomainPath => string (11) "Domain Path"
      RequiresWP => string (17) "Requires at least"
      RequiresPHP => string (12) "Requires PHP"
      UpdateURI => string (10) "Update URI"
      private static $default_themes :: array (17)
      classic => string (17) "WordPress Classic"
      default => string (17) "WordPress Default"
      twentyten => string (10) "Twenty Ten"
      twentyeleven => string (13) "Twenty Eleven"
      twentytwelve => string (13) "Twenty Twelve"
      twentythirteen => string (15) "Twenty Thirteen"
      twentyfourteen => string (15) "Twenty Fourteen"
      twentyfifteen => string (14) "Twenty Fifteen"
      twentysixteen => string (14) "Twenty Sixteen"
      twentyseventeen => string (16) "Twenty Seventeen"
      twentynineteen => string (15) "Twenty Nineteen"
      twentytwenty => string (13) "Twenty Twenty"
      twentytwentyone => string (17) "Twenty Twenty-One"
      twentytwentytwo => string (17) "Twenty Twenty-Two"
      twentytwentythree => string (19) "Twenty Twenty-Three"
      twentytwentyfour => string (18) "Twenty Twenty-Four"
      twentytwentyfive => string (18) "Twenty Twenty-Five"
      private static $tag_map :: array (2)
      fixed-width => string (12) "fixed-layout"
      flexible-width => string (12) "fluid-layout"
      private static $persistently_cache :: boolean false
      private static $cache_expiration :: integer 1800
  • public __construct($slug = null) Constructs a new TimberTheme object. NOTE the TimberTheme object of the curre...
    new \Timber\Theme($slug = null)
    /**
    * Constructs a new TimberTheme object. NOTE the TimberTheme object of the current theme comes in the default `Timber::context()` call. You can access this in your twig template via `{{site.theme}}.
    * @param string $slug
    * @example
    * ```php
    * <?php
    *     $theme = new TimberTheme("my-theme");
    *     $context['theme_stuff'] = $theme;
    *     Timber::render('single.twig', $context);
    * ?>
    * ```
    * ```twig
    * We are currently using the {{ theme_stuff.name }} theme.
    * ```
    * ```html
    * We are currently using the My Theme theme.
    * ```
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:82
    public link(): string the absolute path to the theme (ex: `http://example.org/wp-content/themes/my-timber-theme`)
    $context['theme']->link()
    /**
    * @api
    * @return string the absolute path to the theme (ex: `http://example.org/wp-content/themes/my-timber-theme`)
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:108
    public path(): string the relative path to the theme (ex: `/wp-content/themes/my-timber-theme`)
    $context['theme']->path()
    /**
    * @api
    * @return  string the relative path to the theme (ex: `/wp-content/themes/my-timber-theme`)
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:116
    public theme_mod($name, $default = false): string
    $context['theme']->theme_mod($name, $default = false)
    /**
    * @param string $name
    * @param bool $default
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:127
    public theme_mods(): array
    $context['theme']->theme_mods()
    /**
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:134
    public get($header): false|string String on success, false on failure. Gets a raw, unformatted theme header.
    $context['theme']->get($header)
    /**
    * Gets a raw, unformatted theme header.
    *
    * @api
    * @see \WP_Theme::get()
    * @example
    * ```twig
    * {{ theme.get('Version') }}
    * ```
    *
    * @param string $header Name of the theme header. Name, Description, Author, Version,
    *                       ThemeURI, AuthorURI, Status, Tags.
    *
    * @return false|string String on success, false on failure.
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:153
    public display($header): false|string Gets a theme header, formatted and translated for display.
    $context['theme']->display($header)
    /**
    * Gets a theme header, formatted and translated for display.
    *
    * @api
    * @see \WP_Theme::display()
    * @example
    * ```twig
    * {{ theme.display('Description') }}
    * ```
    *
    * @param string $header Name of the theme header. Name, Description, Author, Version,
    *                       ThemeURI, AuthorURI, Status, Tags.
    *
    * @return false|string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:172
    public __isset($field): boolean
    /**
    *
    * @return boolean
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
    public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
    /**
    * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
    * @return mixed
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
    public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
    /**
    * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
    *
    * @return mixed
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
    public import($info, $force = false) Takes an array or object and adds the properties to the parent object
    $context['theme']->import($info, $force = false)
    /**
    * Takes an array or object and adds the properties to the parent object
    * @example
    * ```php
    * $data = array('airplane' => '757-200', 'flight' => '5316');
    * $post = new Timber\Post()
    * $post->import(data);
    * echo $post->airplane; //757-200
    * ```
    * @param array|object $info an object or array you want to grab data from to attach to the Timber object
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
    public update($key, $value)
    $context['theme']->update($key, $value)
    /**
    * @ignore
    * @param string  $key
    * @param mixed   $value
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
    public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
    $context['theme']->can_edit()
    /**
    * Can you edit this post/term/user? Well good for you. You're no better than me.
    * @example
    * ```twig
    * {% if post.can_edit %}
    * <a href="{{ post.edit_link }}">Edit</a>
    * {% endif %}
    * ```
    * ```html
    * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
    * ```
    * @return bool
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
    public get_method_values(): array
    $context['theme']->get_method_values()
    /**
    *
    *
    * @return array
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
    public get_field($field_name): mixed
    $context['theme']->get_field($field_name)
    /**
    * @param string $field_name
    * @return mixed
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    protected init($slug = null)
    /**
    * @internal
    * @param string $slug
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Theme.php:90
posts => Timber\PostQuery (4)
$context['posts']
  • Properties (4)
  • Available methods (30)
  • Static class properties (2)
  • Iterator (15)
  • public found_posts -> integer 52
    $context['posts']->found_posts
    protected userQuery -> boolean false
    protected queryIterator -> Timber\QueryIterator (2)
    • Properties (2)
    • Available methods (16)
    • Iterator
    • private _query -> WP_Query (55)
      • Properties (57)
      • Available methods (68)
      • public comments -> undefined
        public comment -> undefined
        public query -> array (1)
        blog_cat => string (11) "crs-ogolnie"
        public query_vars -> array (68)
        blog_cat => string (11) "crs-ogolnie"
        error => string (0) ""
        m => string (0) ""
        p => integer 0
        post_parent => string (0) ""
        subpost => string (0) ""
        subpost_id => string (0) ""
        attachment => string (0) ""
        attachment_id => integer 0
        name => string (0) ""
        pagename => string (0) ""
        page_id => integer 0
        second => string (0) ""
        minute => string (0) ""
        hour => string (0) ""
        day => integer 0
        monthnum => integer 0
        year => integer 0
        w => integer 0
        category_name => string (0) ""
        tag => string (0) ""
        cat => string (0) ""
        tag_id => string (0) ""
        author => string (0) ""
        author_name => string (0) ""
        feed => string (0) ""
        tb => string (0) ""
        paged => integer 0
        meta_key => string (0) ""
        meta_value => string (0) ""
        preview => string (0) ""
        s => string (0) ""
        sentence => string (0) ""
        title => string (0) ""
        fields => string (0) ""
        menu_order => string (0) ""
        embed => string (0) ""
        category__in => array (0)
        category__not_in => array (0)
        category__and => array (0)
        post__in => array (0)
        post__not_in => array (0)
        post_name__in => array (0)
        tag__in => array (0)
        tag__not_in => array (0)
        tag__and => array (0)
        tag_slug__in => array (0)
        tag_slug__and => array (0)
        post_parent__in => array (0)
        post_parent__not_in => array (0)
        author__in => array (0)
        author__not_in => array (0)
        search_columns => array (0)
        posts_per_page => integer 15
        ignore_sticky_posts => boolean false
        suppress_filters => boolean false
        cache_results => boolean true
        update_post_term_cache => boolean true
        update_menu_item_cache => boolean false
        lazy_load_term_meta => boolean true
        update_post_meta_cache => boolean true
        post_type => string (0) ""
        nopaging => boolean false
        comments_per_page => string (2) "50"
        no_found_rows => boolean false
        taxonomy => string (8) "blog_cat"
        term => string (11) "crs-ogolnie"
        order => string (4) "DESC"
        public tax_query -> WP_Tax_Query (6)
        • Properties (6)
        • Available methods (11)
        • Static class properties
        • public queries -> array (1)
          0 => array (5)
          taxonomy => string (8) "blog_cat"
          terms => array (1) Depth Limit
          field => string (4) "slug"
          operator => string (2) "IN"
          include_children => boolean true
          public relation -> string (3) "AND"
          protected table_aliases -> array (1)
          0 => string (21) "wp_term_relationships"
          public queried_terms -> array (1)
          blog_cat => array (2)
          terms => array (1) Depth Limit
          field => string (4) "slug"
          public primary_table -> string (8) "wp_posts"
          public primary_id_column -> string (2) "ID"
        • public __construct($tax_query) Constructor.
          /**
          * Constructor.
          *
          * @since 3.1.0
          * @since 4.1.0 Added support for `$operator` 'NOT EXISTS' and 'EXISTS' values.
          *
          * @param array $tax_query {
          *     Array of taxonomy query clauses.
          *
          *     @type string $relation Optional. The MySQL keyword used to join
          *                            the clauses of the query. Accepts 'AND', or 'OR'. Default 'AND'.
          *     @type array  ...$0 {
          *         An array of first-order clause parameters, or another fully-formed tax query.
          *
          *         @type string           $taxonomy         Taxonomy being queried. Optional when field=term_taxonomy_id.
          *         @type string|int|array $terms            Term or terms to filter by.
          *         @type string           $field            Field to match $terms against. Accepts 'term_id', 'slug',
          *                                                 'name', or 'term_taxonomy_id'. Default: 'term_id'.
          *         @type string           $operator         MySQL operator to be used with $terms in the WHERE clause.
          *                                                  Accepts 'AND', 'IN', 'NOT IN', 'EXISTS', 'NOT EXISTS'.
          *                                                  Default: 'IN'.
          *         @type bool             $include_children Optional. Whether to include child terms.
          *                                                  Requires a $taxonomy. Default: true.
          *     }
          * }
          */
          
          Defined in <ROOT>/wp-includes/class-wp-tax-query.php:115
          public sanitize_query($queries): array Sanitized array of query clauses. Ensures the 'tax_query' argument passed to the class constructor is well-formed.
          /**
          * Ensures the 'tax_query' argument passed to the class constructor is well-formed.
          *
          * Ensures that each query-level clause has a 'relation' key, and that
          * each first-order clause contains all the necessary keys from `$defaults`.
          *
          * @since 4.1.0
          *
          * @param array $queries Array of queries clauses.
          * @return array Sanitized array of query clauses.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-tax-query.php:136
          public sanitize_relation($relation): string Sanitized relation. Either 'AND' or 'OR'. Sanitizes a 'relation' operator.
          /**
          * Sanitizes a 'relation' operator.
          *
          * @since 4.1.0
          *
          * @param string $relation Raw relation key from the query argument.
          * @return string Sanitized relation. Either 'AND' or 'OR'.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-tax-query.php:207
          public get_sql($primary_table, $primary_id_column): string[] { Generates SQL clauses to be appended to a main query.
          /**
          * Generates SQL clauses to be appended to a main query.
          *
          * @since 3.1.0
          *
          * @param string $primary_table     Database table where the object being filtered is stored (eg wp_users).
          * @param string $primary_id_column ID column for the filtered object in $primary_table.
          * @return string[] {
          *     Array containing JOIN and WHERE SQL clauses to append to the main query.
          *
          *     @type string $join  SQL fragment to append to the main JOIN clause.
          *     @type string $where SQL fragment to append to the main WHERE clause.
          * }
          */
          
          Defined in <ROOT>/wp-includes/class-wp-tax-query.php:247
          public get_sql_for_clause(&$clause, $parent_query): array { Generates SQL JOIN and WHERE clauses for a "first-order" query clause.
          /**
          * Generates SQL JOIN and WHERE clauses for a "first-order" query clause.
          *
          * @since 4.1.0
          *
          * @global wpdb $wpdb The WordPress database abstraction object.
          *
          * @param array $clause       Query clause (passed by reference).
          * @param array $parent_query Parent query array.
          * @return array {
          *     Array containing JOIN and WHERE SQL clauses to append to a first-order query.
          *
          *     @type string[] $join  Array of SQL fragments to append to the main JOIN clause.
          *     @type string[] $where Array of SQL fragments to append to the main WHERE clause.
          * }
          */
          
          Defined in <ROOT>/wp-includes/class-wp-tax-query.php:384
          public transform_query(&$query, $resulting_field) Transforms a single query, from one field to another.
          /**
          * Transforms a single query, from one field to another.
          *
          * Operates on the `$query` object by reference. In the case of error,
          * `$query` is converted to a WP_Error object.
          *
          * @since 3.2.0
          *
          * @param array  $query           The single query. Passed by reference.
          * @param string $resulting_field The resulting field. Accepts 'slug', 'name', 'term_taxonomy_id',
          *                                or 'term_id'. Default 'term_id'.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-tax-query.php:596
          protected get_sql_clauses(): string[] { Generates SQL clauses to be appended to a main query.
          /**
          * Generates SQL clauses to be appended to a main query.
          *
          * Called by the public WP_Tax_Query::get_sql(), this method
          * is abstracted out to maintain parity with the other Query classes.
          *
          * @since 4.1.0
          *
          * @return string[] {
          *     Array containing JOIN and WHERE SQL clauses to append to the main query.
          *
          *     @type string $join  SQL fragment to append to the main JOIN clause.
          *     @type string $where SQL fragment to append to the main WHERE clause.
          * }
          */
          
          Defined in <ROOT>/wp-includes/class-wp-tax-query.php:269
          protected get_sql_for_query(&$query, $depth0): string[] { Generates SQL clauses for a single query array.
          /**
          * Generates SQL clauses for a single query array.
          *
          * If nested subqueries are found, this method recurses the tree to
          * produce the properly nested SQL.
          *
          * @since 4.1.0
          *
          * @param array $query Query to parse (passed by reference).
          * @param int   $depth Optional. Number of tree levels deep we currently are.
          *                     Used to calculate indentation. Default 0.
          * @return string[] {
          *     Array containing JOIN and WHERE SQL clauses to append to a single query array.
          *
          *     @type string $join  SQL fragment to append to the main JOIN clause.
          *     @type string $where SQL fragment to append to the main WHERE clause.
          * }
          */
          
          Defined in <ROOT>/wp-includes/class-wp-tax-query.php:302
          protected find_compatible_table_alias($clause, $parent_query): string|false Table alias if found, otherwise false. Identifies an existing table alias that is compatible with the current query ...
          /**
          * Identifies an existing table alias that is compatible with the current query clause.
          *
          * We avoid unnecessary table joins by allowing each clause to look for
          * an existing table alias that is compatible with the query that it
          * needs to perform.
          *
          * An existing alias is compatible if (a) it is a sibling of `$clause`
          * (ie, it's under the scope of the same relation), and (b) the combination
          * of operator and relation between the clauses allows for a shared table
          * join. In the case of WP_Tax_Query, this only applies to 'IN'
          * clauses that are connected by the relation 'OR'.
          *
          * @since 4.1.0
          *
          * @param array $clause       Query clause.
          * @param array $parent_query Parent query of $clause.
          * @return string|false Table alias if found, otherwise false.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-tax-query.php:505
          private clean_query(&$query) Validates a single query.
          /**
          * Validates a single query.
          *
          * @since 3.2.0
          *
          * @param array $query The single query. Passed by reference.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-tax-query.php:546
          protected static is_first_order_clause($query): bool Whether the query clause is a first-order clause. Determines whether a clause is first-order.
          /**
          * Determines whether a clause is first-order.
          *
          * A "first-order" clause is one that contains any of the first-order
          * clause keys ('terms', 'taxonomy', 'include_children', 'field',
          * 'operator'). An empty clause also counts as a first-order clause,
          * for backward compatibility. Any clause that doesn't meet this is
          * determined, by process of elimination, to be a higher-order query.
          *
          * @since 4.1.0
          *
          * @param array $query Tax query arguments.
          * @return bool Whether the query clause is a first-order clause.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-tax-query.php:229
        • private static $no_results :: array (2)
          join => array (1)
          0 => string (0) ""
          where => array (1)
          0 => string (5) "0 = 1"
        public meta_query -> WP_Meta_Query (9)
        • Properties (9)
        • Available methods (12)
        • public queries -> array (0)
          public relation -> null
          public meta_table -> null
          public meta_id_column -> null
          public primary_table -> null
          public primary_id_column -> null
          protected table_aliases -> array (0)
          protected clauses -> array (0)
          protected has_or_relation -> boolean false
        • public __construct($meta_query = false) Constructor.
          /**
          * Constructor.
          *
          * @since 3.2.0
          * @since 4.2.0 Introduced support for naming query clauses by associative array keys.
          * @since 5.1.0 Introduced `$compare_key` clause parameter, which enables LIKE key matches.
          * @since 5.3.0 Increased the number of operators available to `$compare_key`. Introduced `$type_key`,
          *              which enables the `$key` to be cast to a new data type for comparisons.
          *
          * @param array $meta_query {
          *     Array of meta query clauses. When first-order clauses or sub-clauses use strings as
          *     their array keys, they may be referenced in the 'orderby' parameter of the parent query.
          *
          *     @type string $relation Optional. The MySQL keyword used to join the clauses of the query.
          *                            Accepts 'AND' or 'OR'. Default 'AND'.
          *     @type array  ...$0 {
          *         Optional. An array of first-order clause parameters, or another fully-formed meta query.
          *
          *         @type string|string[] $key         Meta key or keys to filter by.
          *         @type string          $compare_key MySQL operator used for comparing the $key. Accepts:
          *                                            - '='
          *                                            - '!='
          *                                            - 'LIKE'
          *                                            - 'NOT LIKE'
          *                                            - 'IN'
          *                                            - 'NOT IN'
          *                                            - 'REGEXP'
          *                                            - 'NOT REGEXP'
          *                                            - 'RLIKE'
          *                                            - 'EXISTS' (alias of '=')
          *                                            - 'NOT EXISTS' (alias of '!=')
          *                                            Default is 'IN' when `$key` is an array, '=' otherwise.
          *         @type string          $type_key    MySQL data type that the meta_key column will be CAST to for
          *                                            comparisons. Accepts 'BINARY' for case-sensitive regular expression
          *                                            comparisons. Default is ''.
          *         @type string|string[] $value       Meta value or values to filter by.
          *         @type string          $compare     MySQL operator used for comparing the $value. Accepts:
          *                                            - '='
          *                                            - '!='
          *                                            - '>'
          *                                            - '>='
          *                                            - '<'
          *                                            - '<='
          *                                            - 'LIKE'
          *                                            - 'NOT LIKE'
          *                                            - 'IN'
          *                                            - 'NOT IN'
          *                                            - 'BETWEEN'
          *                                            - 'NOT BETWEEN'
          *                                            - 'REGEXP'
          *                                            - 'NOT REGEXP'
          *                                            - 'RLIKE'
          *                                            - 'EXISTS'
          *                                            - 'NOT EXISTS'
          *                                            Default is 'IN' when `$value` is an array, '=' otherwise.
          *         @type string          $type        MySQL data type that the meta_value column will be CAST to for
          *                                            comparisons. Accepts:
          *                                            - 'NUMERIC'
          *                                            - 'BINARY'
          *                                            - 'CHAR'
          *                                            - 'DATE'
          *                                            - 'DATETIME'
          *                                            - 'DECIMAL'
          *                                            - 'SIGNED'
          *                                            - 'TIME'
          *                                            - 'UNSIGNED'
          *                                            Default is 'CHAR'.
          *     }
          * }
          */
          
          Defined in <ROOT>/wp-includes/class-wp-meta-query.php:168
          public sanitize_query($queries): array Sanitized array of query clauses. Ensures the 'meta_query' argument passed to the class constructor is well-for...
          /**
          * Ensures the 'meta_query' argument passed to the class constructor is well-formed.
          *
          * Eliminates empty items and ensures that a 'relation' is set.
          *
          * @since 4.1.0
          *
          * @param array $queries Array of query clauses.
          * @return array Sanitized array of query clauses.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-meta-query.php:192
          public parse_query_vars($qv) Constructs a meta query based on 'meta_*' query vars
          /**
          * Constructs a meta query based on 'meta_*' query vars
          *
          * @since 3.2.0
          *
          * @param array $qv The query variables.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-meta-query.php:271
          public get_cast_for_type($type = ''): string MySQL type. Returns the appropriate alias for the given meta type if applicable.
          /**
          * Returns the appropriate alias for the given meta type if applicable.
          *
          * @since 3.7.0
          *
          * @param string $type MySQL type to cast meta_value.
          * @return string MySQL type.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-meta-query.php:319
          public get_sql($type, $primary_table, $primary_id_column, $context = null): string[]|false { Generates SQL clauses to be appended to a main query.
          /**
          * Generates SQL clauses to be appended to a main query.
          *
          * @since 3.2.0
          *
          * @param string $type              Type of meta. Possible values include but are not limited
          *                                  to 'post', 'comment', 'blog', 'term', and 'user'.
          * @param string $primary_table     Database table where the object being filtered is stored (eg wp_users).
          * @param string $primary_id_column ID column for the filtered object in $primary_table.
          * @param object $context           Optional. The main query object that corresponds to the type, for
          *                                  example a `WP_Query`, `WP_User_Query`, or `WP_Site_Query`.
          *                                  Default null.
          * @return string[]|false {
          *     Array containing JOIN and WHERE SQL clauses to append to the main query,
          *     or false if no table exists for the requested meta type.
          *
          *     @type string $join  SQL fragment to append to the main JOIN clause.
          *     @type string $where SQL fragment to append to the main WHERE clause.
          * }
          */
          
          Defined in <ROOT>/wp-includes/class-wp-meta-query.php:357
          public get_sql_for_clause(&$clause, $parent_query, $clause_key = ''): array { Generates SQL JOIN and WHERE clauses for a first-order query clause.
          /**
          * Generates SQL JOIN and WHERE clauses for a first-order query clause.
          *
          * "First-order" means that it's an array with a 'key' or 'value'.
          *
          * @since 4.1.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param array  $clause       Query clause (passed by reference).
          * @param array  $parent_query Parent query array.
          * @param string $clause_key   Optional. The array key used to name the clause in the original `$meta_query`
          *                             parameters. If not provided, a key will be generated automatically.
          *                             Default empty string.
          * @return array {
          *     Array containing JOIN and WHERE SQL clauses to append to a first-order query.
          *
          *     @type string[] $join  Array of SQL fragments to append to the main JOIN clause.
          *     @type string[] $where Array of SQL fragments to append to the main WHERE clause.
          * }
          */
          
          Defined in <ROOT>/wp-includes/class-wp-meta-query.php:533
          public get_clauses(): array Meta clauses. Gets a flattened list of sanitized meta clauses.
          /**
          * Gets a flattened list of sanitized meta clauses.
          *
          * This array should be used for clause lookup, as when the table alias and CAST type must be determined for
          * a value of 'orderby' corresponding to a meta clause.
          *
          * @since 4.2.0
          *
          * @return array Meta clauses.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-meta-query.php:806
          public has_or_relation(): bool True if the query contains any `OR` relations, otherwise false. Checks whether the current query has any OR relations.
          /**
          * Checks whether the current query has any OR relations.
          *
          * In some cases, the presence of an OR relation somewhere in the query will require
          * the use of a `DISTINCT` or `GROUP BY` keyword in the `SELECT` clause. The current
          * method can be used in these cases to determine whether such a clause is necessary.
          *
          * @since 4.3.0
          *
          * @return bool True if the query contains any `OR` relations, otherwise false.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-meta-query.php:887
          protected is_first_order_clause($query): bool Whether the query clause is a first-order clause. Determines whether a query clause is first-order.
          /**
          * Determines whether a query clause is first-order.
          *
          * A first-order meta query clause is one that has either a 'key' or
          * a 'value' array key.
          *
          * @since 4.1.0
          *
          * @param array $query Meta query arguments.
          * @return bool Whether the query clause is a first-order clause.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-meta-query.php:260
          protected get_sql_clauses(): string[] { Generates SQL clauses to be appended to a main query.
          /**
          * Generates SQL clauses to be appended to a main query.
          *
          * Called by the public WP_Meta_Query::get_sql(), this method is abstracted
          * out to maintain parity with the other Query classes.
          *
          * @since 4.1.0
          *
          * @return string[] {
          *     Array containing JOIN and WHERE SQL clauses to append to the main query.
          *
          *     @type string $join  SQL fragment to append to the main JOIN clause.
          *     @type string $where SQL fragment to append to the main WHERE clause.
          * }
          */
          
          Defined in <ROOT>/wp-includes/class-wp-meta-query.php:413
          protected get_sql_for_query(&$query, $depth0): string[] { Generates SQL clauses for a single query array.
          /**
          * Generates SQL clauses for a single query array.
          *
          * If nested subqueries are found, this method recurses the tree to
          * produce the properly nested SQL.
          *
          * @since 4.1.0
          *
          * @param array $query Query to parse (passed by reference).
          * @param int   $depth Optional. Number of tree levels deep we currently are.
          *                     Used to calculate indentation. Default 0.
          * @return string[] {
          *     Array containing JOIN and WHERE SQL clauses to append to a single query array.
          *
          *     @type string $join  SQL fragment to append to the main JOIN clause.
          *     @type string $where SQL fragment to append to the main WHERE clause.
          * }
          */
          
          Defined in <ROOT>/wp-includes/class-wp-meta-query.php:446
          protected find_compatible_table_alias($clause, $parent_query): string|false Table alias if found, otherwise false. Identifies an existing table alias that is compatible with the current query ...
          /**
          * Identifies an existing table alias that is compatible with the current
          * query clause.
          *
          * We avoid unnecessary table joins by allowing each clause to look for
          * an existing table alias that is compatible with the query that it
          * needs to perform.
          *
          * An existing alias is compatible if (a) it is a sibling of `$clause`
          * (ie, it's under the scope of the same relation), and (b) the combination
          * of operator and relation between the clauses allows for a shared table join.
          * In the case of WP_Meta_Query, this only applies to 'IN' clauses that are
          * connected by the relation 'OR'.
          *
          * @since 4.1.0
          *
          * @param array $clause       Query clause.
          * @param array $parent_query Parent query of $clause.
          * @return string|false Table alias if found, otherwise false.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-meta-query.php:830
        public date_query -> boolean false
        public queried_object -> WP_Term (10)
        • Properties (10)
        • Available methods (5)
        • public term_id -> integer 18
          public name -> UTF-8 string (12) "CRS ogólnie"
          public slug -> string (11) "crs-ogolnie"
          public term_group -> integer 0
          public term_taxonomy_id -> integer 18
          public taxonomy -> string (8) "blog_cat"
          public description -> string (0) ""
          public parent -> integer 0
          public count -> integer 52
          public filter -> string (3) "raw"
        • public __construct($term) Constructor.
          /**
          * Constructor.
          *
          * @since 4.4.0
          *
          * @param WP_Term|object $term Term object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-term.php:197
          public filter($filter) Sanitizes term fields, according to the filter type provided.
          /**
          * Sanitizes term fields, according to the filter type provided.
          *
          * @since 4.4.0
          *
          * @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-term.php:210
          public to_array(): array Object as array. Converts an object to array.
          /**
          * Converts an object to array.
          *
          * @since 4.4.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-term.php:221
          public __get($key): mixed Property value. Getter.
          /**
          * Getter.
          *
          * @since 4.4.0
          *
          * @param string $key Property to get.
          * @return mixed Property value.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-term.php:233
          public static get_instance($term_id, $taxonomy = null): WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and Retrieve WP_Term instance.
          \WP_Term::get_instance($term_id, $taxonomy = null)
          /**
          * Retrieve WP_Term instance.
          *
          * @since 4.4.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int    $term_id  Term ID.
          * @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for
          *                         disambiguating potentially shared terms.
          * @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
          *                                there's insufficient data to distinguish which term is intended.
          *                                False for other failures.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-term.php:116
        public queried_object_id -> integer 18
        public request -> string (418) "SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relat...
        SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID
        					 FROM wp_posts  LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id)
        					 WHERE 1=1  AND ( 
          wp_term_relationships.term_taxonomy_id IN (18)
        ) AND ((wp_posts.post_type = 'blog' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled')))
        					 GROUP BY wp_posts.ID
        					 ORDER BY wp_posts.post_date DESC
        					 LIMIT 0, 15
        
        public posts -> &array (15)
        0 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 2437
          public post_author -> string (1) "4"
          public post_date -> string (19) "2023-09-22 00:45:55"
          public post_date_gmt -> string (19) "2023-09-21 22:45:55"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (76) "Co to jest ESG i dlaczego warto wdrażać je w strategię przedsiębiorstwa?"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (71) "co-to-jest-esg-i-dlaczego-warto-wdrazac-je-w-strategie-przedsiebiorstwa"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2024-02-02 21:15:55"
          public post_modified_gmt -> string (19) "2024-02-02 20:15:55"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (51) "https://www.csrinfo.org/?post_type=blog&#038;p=2437"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 2437
          public slug -> string (71) "co-to-jest-esg-i-dlaczego-warto-wdrazac-je-w-strategie-przedsiebiorstwa"
          public custom -> array (34)
          _edit_lock => string (12) "1706904816:4"
          _edit_last => string (1) "4"
          img_main => string (4) "2302"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => UTF-8 string (306) "W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności ...
          W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności społeczne i problemy związane z zarządzaniem zasobami naturalnymi stają się coraz bardziej palącymi zagadnieniami, zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
          
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (12904) "Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisk...
          Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisko człowieka. To wtedy po raz pierwszy dostrzeżono problemy ludzkości, które na początku skupiały się jedynie na zmniejszającej się ilości zasobów naturalnych. Dopiero Szczyt Ziemi w Rio de Janeiro, który odbył się pod hasłem Środowisko i Rozwój, postawił znak równości między czynnikami środowiskowymi a rozwojem społeczno-gospodarczym. Aktualnie, strategia zrównoważonego rozwoju to wachlarz zagadnień związanych ze środowiskiem, społecznością i ładem korporacyjnym, czyli ESG.
          
          Pojęcie ESG nabiera coraz większego znaczenia. Skrót ten odnosi się do trzech kluczowych kategorii tematów, które organizacje powinny uwzględniać w swojej działalności: E jak Environmental (kwestie środowiskowe), S jak Social (kwestie społeczne) i G jak Governance (zarządzanie). Wdrażanie działań ESG nie tylko pomaga organizacjom radzić sobie z wyzwaniami związanymi z tematyką zrównoważonego rozwoju, ale także przyczynia się do poprawy ich efektywności i reputacji. Dlatego warto przyjrzeć się bliżej temu tematowi i dowiedzieć się, dlaczego koncepcja społecznej odpowiedzialności biznesu staje się coraz bardziej istotna dla firm, inwestorów i społeczeństwa.
          
          <a href="#cotojestesg">Co to jest ESG?</a>
          
          <a href="#kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</a>
          
          <a href="#dlaczegowarto">Dlaczego warto wdrażać ESG w organizacji?</a>
          
          <a href="#wnioski">Wnioski</a>
          <h2 id="cotojestesg">Co to jest ESG?</h2>
          ESG to skrót od trzech kluczowych czynników, które są używane do oceny zrównoważonej działalności i odpowiedzialności społecznej organizacji. Oto co oznaczają:
          
          <span style="text-decoration: underline;">Kwestie środowiskowe (E - Environmental)</span>
          
          Pierwsza litera w skrócie ESG odnosi się do kategorii środowiskowej, co oznacza, że organizacje muszą zwracać uwagę na wpływ swojej działalności na stan środowiska w łańcuchu wartości. Wdrażanie zasad ESG w obszarze środowiskowym oznacza podejmowanie działań mających na celu redukcję emisji gazów cieplarnianych, oszczędzanie zasobów naturalnych, gospodarowanie zasobami wodnymi i minimalizowanie negatywnego wpływu na ekosystemy. Firmy, które skutecznie integrują politykę klimatyczną w swojej strategii biznesowej, mogą zarówno obniżyć koszty oraz przyciągnąć klientów i inwestorów, którzy coraz częściej kierują się wartościami związanymi z ochroną środowiska.
          
          <span style="text-decoration: underline;">Kwestie społeczne (S - Social)</span>
          
          Kwestie społecznej odpowiedzialności koncentrują się na relacjach organizacji z pracownikami, warunkami pracy, klientami, dostawcami i społecznością lokalną. Firmy, które dbają o dobrostan swoich pracowników, promują różnorodność i inkluzję oraz angażują się w społeczność, zyskują na zaufaniu i lojalności. Ponadto, społeczne inwestycje mogą pomóc w budowaniu lepszej reputacji firmy, przyciąganiu zdolnych pracowników oraz nowych inwestorów.
          
          <span style="text-decoration: underline;">Zarządzanie i ład korporacyjny (G - Governance)</span>
          
          Ostatnia litera ESG odnosi się do zarządzania, czyli sposobu, w jaki organizacja jest kierowana i kontrolowana. Ład korporacyjny to przede wszystkim transparentność, uczciwość i etyka w działaniu. Firmom, które skupiają się na dobrych praktykach zarządzania, łatwiej uniknąć skandali i konfliktów, co ma ogromne znaczenie dla inwestorów. Ponadto, skuteczne zarządzanie może pomóc w podejmowaniu lepszych decyzji biznesowych i zwiększeniu efektywności organizacji.
          <h2 id="kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</h2>
          Istnieje wiele dokumentów regulujących zagadnienia zrównoważonego rozwoju na różnych poziomach, zarówno międzynarodowych, jak i krajowych. Poniżej znajduje się lista najważniejszych dokumentów i inicjatyw:
          
          <a href="https://www.un.org.pl/agenda-2030-rezolucja" target="_blank" rel="noopener">Agenda 2030 dla Zrównoważonego Rozwoju</a> (Agenda 2030) to globalny plan działania przyjęty przez wszystkie państwa członkowskie ONZ w 2015 roku. Skupia się na 17 Celach Zrównoważonego Rozwoju (SDG), które obejmują różnorodne kwestie, m.in. eliminacja ubóstwa, ochrona środowiska, równość płci i zdrowie.
          
          <img class="aligncenter wp-image-2439 size-full" src="https://www.csrinfo.org/wp-content/uploads/2024/02/Agenda-ONZ.png" alt="Agenda ONZ 2030" width="706" height="344" />
          
          <a href="https://www.consilium.europa.eu/pl/policies/climate-change/paris-agreement/" target="_blank" rel="noreferrer noopener">Porozumienie Paryskie</a> przyjęte w 2015 roku, ma na celu globalne ograniczenie wzrostu temperatury na świecie poniżej 2°C w stosunku do okresu przedindustrialnego. Koncentruje się na redukcji emisji gazów cieplarnianych i dostosowaniu się do zmian klimatycznych.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <a href="https://www.europarl.europa.eu/news/pl/headlines/society/20200618STO81513/zielony-lad-klucz-do-neutralnej-klimatycznie-i-zrownowazonej-ue?&amp;at_campaign=20234-Green&amp;at_medium=Google_Ads&amp;at_platform=Search&amp;at_creation=RSA&amp;at_goal=TR_G&amp;at_audience=europejski%20zielony%20%C5%82ad&amp;at_topic=Green_Deal&amp;at_location=PO&amp;gclid=Cj0KCQjw9rSoBhCiARIsAFOipllp_YEBUj3UdL1AT0zYlNvYUsceAbJytKYdChhJWTvQHvEsI4mzDQIaAjD4EALw_wcB" target="_blank" rel="noreferrer noopener">Europejski Zielony Ład</a> (ang. European Green Deal) to strategia i szereg inicjatyw Unii Europejskiej mających na celu osiągnięcie neutralności klimatycznej do 2050 roku, promowanie zrównoważonego rozwoju, ochronę środowiska i przejście na bardziej ekologiczny model gospodarki.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <a href="https://www.gov.pl/web/finanse/dyrektywa-o-sprawozdawczosci-przedsiebiorstw-w-zakresie-zrownowazonego-rozwoju-juz-opublikowana" target="_blank" rel="noreferrer noopener">Dyrektywa CSRD</a> (ang. Corporate Sustainability Reporting Directive) to unijna inicjatywa mająca na celu rozszerzenie i ulepszenie standardów raportowania ESG przez przedsiębiorstwa.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Skupia się na wymogach dotyczących raportowania informacji związanych z aspektami społecznymi, środowiskowymi i rządzącymi oraz ma na celu zwiększenie transparentności działań firm w tych obszarach.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <a href="https://finance.ec.europa.eu/sustainable-finance/tools-and-standards/eu-taxonomy-sustainable-activities_en" target="_blank" rel="noreferrer noopener">Taksonomia</a> jest narzędziem regulacyjnym Unii Europejskiej, które określa, jakie działalności gospodarcze można uznać za zrównoważone pod względem ekologicznym. Koncentruje się na identyfikowaniu sektorów gospodarki, które przyczyniają się pozytywnie do celów zrównoważonego rozwoju, oraz tych, które są z nimi sprzeczne.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <a href="https://www.weforum.org/reports/" target="_blank" rel="noreferrer noopener">Raporty Forum Ekonomicznego w Davos</a> to dokumenty przedstawiane podczas dorocznych spotkań Światowego Forum Ekonomicznego w Davos.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Zakres tematyczny tych raportów jest szeroki i obejmuje kwestie gospodarcze, społeczne, środowiskowe i polityczne. Forum to miejsce dyskusji na temat globalnych wyzwań, takich jak nierówność, zmiany klimatyczne, innowacje i polityka światowa.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <a href="https://www.fsb-tcfd.org/" target="_blank" rel="noreferrer noopener">TCFD</a> (ang. Task Force on Climate-related Financial Disclosures) to grupa robocza powołana przez Financial Stability Board (FSB), która koncentruje się na dostarczaniu wytycznych dotyczących raportowania finansowego związanego z klimatem. Jej celem jest promowanie przejrzystego i spójnego raportowania informacji finansowych dotyczących ryzyka klimatycznego i jego wpływu na przedsiębiorstwa.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Mnogość dokumentów, wytycznych i inicjatyw sprawia, że zarządzanie ESG jest strategią równoczesnego rozpoznawania i rozwiązywania współczesnych problemów gospodarczych, społecznych i środowiskowym, z uwzględnieniem wpływów finansowym i bezpieczeństwa przyszłych pokoleń.
          <div id="dlaczegowarto">
          
          <!-- /wp:paragraph --> <!-- wp:heading -->
          <h2 id="dlaczego-warto" class="wp-block-heading">Dlaczego warto wdrażać ESG w organizacji?</h2>
          <!-- /wp:heading --> <!-- wp:paragraph -->
          
          </div>
          Jednym z głównych argumentów przemawiających za wdrażaniem ESG w firmach jest troska o bezpieczeństwo przyszłych pokoleń oraz długoterminową stabilność przedsiębiorstw.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Istnieje wiele powodów, dla których organizacje powinny rozważyć wprowadzenie ESG w działalność organizacji:
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Poprawa reputacji </strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Firmy, które angażują się w kwestie ESG, zyskują lepszą reputację i budują zaufanie klientów, inwestorów i społeczności.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Wzrost znaczenia na rynku</strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Wielu inwestorów alokuje kapitały w firmy zrównoważone, co może przyciągnąć nowe źródła finansowania. Coraz częściej mówi się o zielonych obligacjach zielonych inwestycjach czy zielonych zamówieniach publicznych.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Mitygacja ryzyka</strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Realizacja celów zrównoważonego rozwoju pomaga ograniczyć ryzyko związane z problemami środowiskowymi, społecznymi i zarządczymi w działalności własnej oraz w łańcuchu wartości. Pozwala to redukować ryzyko nieodpowiednich warunków pracy poprzez ankietę lub ocenę dostawcy.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Efektywność</strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Dobre praktyki ESG, w tym polityki i kodeksy, mogą pomóc w poprawie efektywności operacyjnej i obniżeniu kosztów produkcji lub utrzymania przedsiębiorstwa.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Spełnianie wymogów prawa i regulacji</strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          W wielu krajach wprowadzane są nowe przepisy dotyczące ESG, co sprawia, że organizacje muszą dostosować się do wymagań legislacyjnych. To proces czasochłonny, jednak zapewnia najwyższą jakość oferowanych usług, ich zgodność z prawem oraz minimalizowanie ryzyka w trakcie audytów przedsiębiorstwa.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Budowanie wartości pracowników</strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Młodsze pokolenia pracowników coraz częściej wybierają pracodawców, którzy dbają o ESG i odpowiedzialność społeczną oraz oczekują odpowiedzialnej postawy pracodawcy. Wpływa to na wzrost zaangażowania pracowników, poprawę ich dobrostanu oraz polepszanie wizerunku przedsiębiorstwa.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Długoterminowy sukces</strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Organizacje, które uwzględniają ESG w swojej strategii, są bardziej przygotowane do długoterminowych wyzwań i zmian na rynku.
          <div id="wnioski">
          
          <!-- /wp:paragraph --> <!-- wp:heading -->
          <h2 id="wnioski" class="wp-block-heading">Wnioski</h2>
          <!-- /wp:heading --> <!-- wp:paragraph -->
          
          </div>
          ESG to podejście do biznesu, które uwzględnia wpływ działalności na trzy kluczowe obszary: środowiskowy, społeczny i zarządczy, ale również wpływ tych obszarów na funkcjonowanie organizacji. Wdrażanie standardów ESG pomaga organizacjom zarządzać wyzwaniami związanymi ze zrównoważonym rozwojem, oczekiwaniami społecznymi oraz zyskać przewagę konkurencyjną. Firmy, które inwestują w ESG, mogą budować lepszą reputację, przyciągać inwestorów i klientów, minimalizować ryzyka własne i mieć pozytywny wpływ społeczny. Dlatego warto rozważyć implementację ESG w swojej organizacji i zacząć działać na rzecz bardziej zrównoważonej i odpowiedzialnej przyszłości.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          &nbsp;
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Jeśli chcesz dowiedzieć się więcej o ESG, wprowadzić zrównoważone praktyki w działalność swojej firmy oraz poznać najnowsze trendy w tym zakresie, to zapraszamy Cię na szkolenie "<strong>ESG i zrównoważony rozwój w biznesie</strong>".
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content => array (3) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          newsletter_campaignid => string (0) ""
          _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
          newsletter => string (0) ""
          _newsletter => string (19) "field_63873d04c7faf"
          _yoast_wpseo_estimated-reading-time-minutes => string (1) "8"
          _yoast_wpseo_wordproof_timestamp => string (0) ""
          _yoast_wpseo_focuskw => string (14) "Co to jest ESG"
          _yoast_wpseo_title => string (18) "%%title%% %%page%%"
          _yoast_wpseo_metadesc => UTF-8 string (140) "W dzisiejszym dynamicznym świecie zarządzanie ESG przestaje być jedynie tren...
          W dzisiejszym dynamicznym świecie zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
          
          _yoast_wpseo_linkdex => string (2) "80"
          _oembed_91c3bd6af021e0551fd1132a675f996d => UTF-8 string (692) "<blockquote class="wp-embedded-content" data-secret="Y41Uv4dnC5"><a href="ht...
          <blockquote class="wp-embedded-content" data-secret="Y41Uv4dnC5"><a href="https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/">ESG i zrównoważony rozwój w biznesie ONLINE</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8222;ESG i zrównoważony rozwój w biznesie ONLINE&#8221; &#8212; CSRinfo - społeczna odpowiedzialność biznesu" src="https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/embed/#?secret=xzliFhYSa5#?secret=Y41Uv4dnC5" data-secret="Y41Uv4dnC5" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
          
          _oembed_time_91c3bd6af021e0551fd1132a675f996d => string (10) "1706832422"
          2024-02-02 00:07:02 UTC
          _yoast_wpseo_content_score => string (2) "30"
          content_content_1_title => UTF-8 string (39) "ESG i zrównoważony rozwój w biznesie"
          _content_content_1_title => string (19) "field_65ba00f6ef476"
          content_content_1_text => UTF-8 string (336) "<p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</s...
          <p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</span></p>
          <span style="font-size: 1.4rem;">• praktyczna pomoc we wdrożeniu zrównoważonych działań,</span>
          
          <span style="font-size: 1.4rem;">• aktualna wiedza na temat ESG,</span>
          
          <span style="font-size: 1.4rem;">• szkolenie warsztatowe.</span>
          
          _content_content_1_text => string (19) "field_65ba00f6ef477"
          content_content_1_file => array (3) Depth Limit
          _content_content_1_file => string (19) "field_65ba0101ef479"
          content_content_2_text => UTF-8 string (577) "Przydatne linki: <!-- /wp:paragraph --> <!-- wp:paragraph --> <ul> <li>Jak z...
          Przydatne linki:
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          <ul>
           	<li>Jak zyskać na odpowiedzialności? CSR w strategiach spółek giełdowych.<a href="https://www.csrinfo.org/category/publikacje-csrinfo/">https://www.csrinfo.org/category/publikacje-csrinfo/</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
           	<li>Forum Odpowiedzialnego Biznesu <a href="http://www.odpowiedzialnybiznes.pl">www.odpowiedzialnybiznes.pl</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
           	<li>UN Global Goals2030 <a href="https://sdgs.un.org">https://sdgs.un.org</a></li>
          </ul>
          
          _content_content_2_text => string (19) "field_62c4151f67596"
          _wp_old_date => string (10) "2024-02-02"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        1 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 941
          public post_author -> string (1) "2"
          public post_date -> string (19) "2019-03-13 16:41:32"
          public post_date_gmt -> string (19) "2019-03-13 15:41:32"
          public post_content -> string (0) ""
          public post_title -> string (35) "RAPORTOWANIE NIEFINANSOWE W MEDIACH"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (35) "raportowanie-niefinansowe-w-mediach"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2025-01-30 11:00:50"
          public post_modified_gmt -> string (19) "2025-01-30 10:00:50"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=941"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 941
          public slug -> string (35) "raportowanie-niefinansowe-w-mediach"
          public custom -> array (25)
          _edit_lock => string (12) "1738231292:4"
          _edit_last => string (1) "4"
          _wp_old_date => string (10) "2022-10-23"
          img_main => string (3) "942"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (770) "CSRinfo wspólnie z Instytutem Monitorowania Mediów przygotowało raport dotyc...
          CSRinfo wspólnie z Instytutem Monitorowania Mediów przygotowało raport dotyczący percepcji raportowania niefinansowego w mediach. Jakie terminy są najbardziej popularne? Jakie media są wiodące? Jakie publikacje miały największy zasięg? Odpowiedzi na te pytania znajdziesz w raporcie.<span id="more-4368"></span>
          
          Raport został przygotowany przez Insytut Monitorowania Mediów na podstawie publikacji prasowych i internetowych dotyczących tematyki raportowania niefinansowego wydanych w okresie od 1 stycznia 2017 r. do 31 grudnia 2018.
          <p style="text-align: center;"><span style="font-size: 1.9rem;"><a href="https://www.csrinfo.org/wp-content/uploads/2019/03/Raportowanie_niefinansowe_w_mediach_2019.pdf"><strong>POBIERZ MATERIAŁ</strong></a></span></p>
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content => array (1) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          content_content_1_title => string (40) "RAPORTOWANIE NIEFINANSOWE W MEDIACH 2019"
          _content_content_1_title => string (19) "field_62c5bfce99739"
          content_content_1_text => UTF-8 string (166) "<p>Raport przygotowany przez Instytut Monitorowania Mediów prezentujący obec...
          <p>Raport przygotowany przez Instytut Monitorowania Mediów prezentujący obecność tematyki raportowania niefinansowego w ciągu ostatnich dwóch lat w mediach.</p>
          
          _content_content_1_text => string (19) "field_62c5bfe09973a"
          content_content_1_file => string (3) "967"
          _content_content_1_file => string (19) "field_62c5bfed9973b"
          newsletter_campaignid => string (0) ""
          _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
          newsletter => string (0) ""
          _newsletter => string (19) "field_63873d04c7faf"
          _yoast_wpseo_content_score => string (2) "30"
          _yoast_wpseo_estimated-reading-time-minutes => string (1) "1"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        2 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 958
          public post_author -> string (1) "2"
          public post_date -> string (19) "2018-10-09 00:50:42"
          public post_date_gmt -> string (19) "2018-10-08 22:50:42"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (74) "CZEGO NAUCZYLI SIĘ STUDENCI IV EDYCJI STUDIÓW PODYPLOMOWYCH MANAGER CSR?"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (71) "czego-nauczyli-sie-studenci-iv-edycji-studiow-podyplomowych-manager-csr"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2022-10-24 00:53:21"
          public post_modified_gmt -> string (19) "2022-10-23 22:53:21"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=958"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 958
          public slug -> string (71) "czego-nauczyli-sie-studenci-iv-edycji-studiow-podyplomowych-manager-csr"
          public custom -> array (13)
          _edit_lock => string (12) "1704302362:4"
          _edit_last => string (1) "2"
          img_main => string (3) "959"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (5415) "<p>Wielkimi krokami zbliża się V edycja studiów, która startuje już 24 listo...
          <p>Wielkimi krokami zbliża się V edycja studiów, która startuje już 24 listopada 2018. Jeżeli jeszcze zastanawiasz się czy warto, sprawdź czego nauczyli się studenci IV edycji.<span id="more-4120"></span></p>
          <blockquote><p>W tym artykule przeczytasz o tym, czego nauczyli się studenci. Poprosiliśmy ich o wypełnienie anonimowej ankiety na ostatnim zjeździe i podzielenie się opinią na temat studiów i tego czego się nauczyli. Mamy nadzieję, że pomoże Ci to w podjęciu decyzji o przyłączeniu się do IV edycji.</p></blockquote>
          <p>24 listopada rozpoczyna się jubileuszowa edycja studiów podyplomowych Manager CSR. Zajęcia trwają do 7 lipca 2019 roku w trybie sobotnio-niedzielnym i odbywają się w sercu Warszawy – w Pałacu Kultury i Nauki, siedzibie Collegium Civitas.</p>
          <p>Na studia można się jeszcze zapisać. <strong>Prosta <a href="https://www.civitas.edu.pl/pl/oferta-edukacyjna/manager-csr-podyplomowe?gclid=EAIaIQobChMIi8zZ1cH53QIVyagYCh2R0gViEAAYASAAEgLwp_D_BwE">rejestracja online</a> na stronie Collegium Civitas, gdzie znajduje się również bardziej szczegółowy opis studiów</strong>. Jeśli masz pytanie, możesz bezpośrednio skontaktować się z kierownikiem studiów pod numerem 608664812.</p>
          <h3>Studenci odpowiadali na pytanie czego się nauczyli podczas studiów w anonimowej ankiecie.</h3>
          <p>– Jak wzorowo raportować; z czego składa się CSR w organizacji, jak budować CSR team, jak lobbować CSR</p>
          <hr />
          <p>– Określać zagadnienia związane z CSR; tego jak budować strategię, od czego zacząć i jak rozmawiać z biznesem; co powinien zawierać raport i jak go stworzyć; gdzie szukać informacji potrzebnych do prowadzenia i wdrożenia CSR</p>
          <hr />
          <p>– W jaki sposób rozmawiać z biznesem o CSR; jaki pozytywny wpływ może to mieć w długim okresie na wynik finansowy; jak to prezentować; znaczenie zagadnień środowiskowych we wszystkich gałęziach biznesu oraz kwestia pracownicze to też CSR</p>
          <hr />
          <p>– Co to jest CSR, dlaczego warto go stosować</p>
          <hr />
          <p>– Czym tak naprawdę jest zrównoważony biznes; dowiedziałam się jak stworzyć strategię CSR; wiem na co zwracać uwagę i gdzie szukać informacji potrzebnych do stworzenia raportu społecznego</p>
          <hr />
          <p>– Poznałam szerzej czym jest CSR i jak to funkcjonuje w firmach; otrzymałam informacje dot. tworzenia strategii i raportowania niefinansowego; poznałam tez szczegółowo obszary, w których CSR jest obecny. Dotychczas najbliższe było mi zaangażowanie społeczne, mniej wiedziałam o pracownikach czy środowisku</p>
          <hr />
          <p>– Że nie można realizować działań w biznesie (i życiu) bez uwzględniania kwestii ESG</p>
          <hr />
          <p>– Nauczyłam się podstaw, które są niezbędne dla właściwego zrozumienia zagadnień związanych z CSR i zrównoważonym rozwojem</p>
          <hr />
          <p>– Co to jest CSR; jak w praktyce ten temat funkcjonuje w firmach; tematyka zrównoważonego rozwoju zupełnie dla mnie nowa; proces tworzenia strategii – w tym w szczególności zarządzania interesariuszami</p>
          <hr />
          <p>– Czym jest CSR; standard GRI, raport niefinansowy, komunikacja, dialog z interesariuszami, praktyki firm</p>
          <hr />
          <p>– Jak rozumiany jest ZR w obecnym świecie, złożoność tematu CSR, jak CSR-owiec funkcjonuje w firmie, co nam ułatwia pracę, a co utrudnia, ogólne pojęcie jak działa biznes</p>
          <hr />
          <p>– Jak korporacje prowadzą działania CSR; jak wygląda proces raportowania; jak powinno się prowadzić dialog z interesariuszami; jakie normy, standardy i ustawy są ważne w CSR</p>
          <hr />
          <p>– Słuchania innych; tolerancji dla innych poglądów, komunikacji strategii CSR, myślenia o kryzysie</p>
          <hr />
          <p>– Szukać informacji i zrozumiałam czym jest zrównoważony rozwój, jakie ma znaczenie, jak przekłada się na CSR, jaka jest rola interesariuszy i jak ich włączyć w CSR, rola komunikacji wewnętrznej i raportowanie i strategie, poznałam Global Compact</p>
          <hr />
          <p>– Zdobyłam wiedzę o biznesie, o polityce CR, że jest możliwa, realna do zrobienia, że są ludzie, którzy się w to angażują i walczą o to, aby biznes był etyczny, to budujące</p>
          <hr />
          <p>– Pogłębiłam wiedzę nt. CSR-u i zrównoważonego rozwoju. O wiele lepiej rozumiem tę problematykę i sam biznes, bo przy okazji dużo dowiedziałam się też na temat tego jak funkcjonują firmy</p>
          <hr />
          <p>– Nauczyłem się czym jest CSR i jak można wprowadzać elementy CSR do swojej organizacji.</p>
          <hr />
          <p>– Myślenie systemowe, nowa perspektywa łańcucha dostaw i obszar ryzyka</p>
          <p>Zapraszamy na V edycję studiów podyplomowych „Manager CSR”. <strong>Rejestracja odbywa się <a href="https://www.civitas.edu.pl/pl/oferta-edukacyjna/manager-csr-podyplomowe?gclid=EAIaIQobChMIi8zZ1cH53QIVyagYCh2R0gViEAAYASAAEgLwp_D_BwE">drogą online na stronie Collegium Civitas</a>.</strong></p>
          <p>Terminy zjazdów w roku 2018/2019:</p>
          <p>Semestr zimowy:                   Semestr letni:</p>
          <p>listopad: 24-25                       marzec: 16-17; 30-31<br />
          grudzień: 08-09                     kwiecień: 13-14<br />
          styczeń: 19-20                         maj: 18-19<br />
          luty: 16-17                                czerwiec: 22-23<br />
          lipiec: 06-07</p>
          <p>Godziny zajęć: Sobota: 9:30-16:30,  Niedziela 9:00-16.15</p>
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content => array (1) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          _wp_old_date => string (10) "2022-10-24"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        3 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 846
          public post_author -> string (1) "2"
          public post_date -> string (19) "2017-10-06 13:49:11"
          public post_date_gmt -> string (19) "2017-10-06 11:49:11"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (57) "RAPORTOWANIE NIEFINANSOWE – PORADNIK DLA RAPORTUJĄCYCH"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (52) "raportowanie-niefinansowe-poradnik-dla-raportujacych"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2025-01-30 11:08:08"
          public post_modified_gmt -> string (19) "2025-01-30 10:08:08"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=846"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 846
          public slug -> string (52) "raportowanie-niefinansowe-poradnik-dla-raportujacych"
          public custom -> array (27)
          _edit_lock => string (12) "1738231558:4"
          _edit_last => string (1) "4"
          img_main => string (3) "847"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (1851) "Jeżeli stoisz przed wyzwaniem jakim jest obowiązek raportowania niefinansowe...
          Jeżeli stoisz przed wyzwaniem jakim jest obowiązek raportowania niefinansowego w Twojej firmie i nie wiesz od czego zacząć. Bez obaw. Mamy dla Ciebie konkretną pomoc =&gt; <strong>„<a href="https://www.csrinfo.org/wp-content/uploads/2022/10/Raportowanie-Niefinansowe_Poradnik-dla-raportujacych.pdf">Raportowanie niefinansowe. Poradnik dla raportujących</a>”.</strong> Poradnik pozwali Ci szybko zorientować się w zagadnieniach raportowania niefinansowego i wskaże konkretne narzędzia, które każda organizacja może zastosować przy tworzeniu pierwszego procesu raportowania.
          <blockquote>Wejście w życie zmian w Ustawie o rachunkowości nakłada na duże przedsiębiorstwa obowiązki w zakresie ujawniania danych niefinansowych. Tym samym zmienia się dostęp do informacji gospodarczej dla szerokiego grona interesariuszy. Ta zmiana powoduje wiele wyzwań dla raportujących i zapewne najbliższe dwa lata będą decydujące w zakresie kształtowania się praktyki w tym zakresie – komentuje<strong> Liliana Anam</strong>, menedżer zarządzających CSRinfo.</blockquote>
          Dla wielu podmiotów objętych obowiązkiem raportowanie niefinansowe jest zupełnie nowym procesem. Z myślą o nich przygotowaliśmy niniejszy poradnik, który ma pomóc organizacjom w przygotowaniu się do procesu raportowania. Mapa rekomendowanych narzędzi składa się ze starannie wybranych standardów służących zarówno raportowaniu jak i wdrażaniu CSR. Pokazuje również, w jakim stopniu omówione standardy odnoszą się do wytyczonych Ustawie o rachunkowości obszarów raportowania, co pozwoli raportującym na dokonanie wyboru co do sposobu raportowania.
          
          Masz pytania odnośnie raportowania niefinansowego? Skontaktuj się z nami: 608 664 812, <a href="mailto:biuro@csrinfo.org" target="_blank" rel="noopener">biuro@csrinfo.org</a>
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content_1_title => UTF-8 string (53) "RAPORTOWANIE NIEFINANSOWE_PORADNIK DLA RAPORTUJĄCYCH"
          _content_content_1_title => string (19) "field_62c5bfce99739"
          content_content_1_text => UTF-8 string (183) "<p><strong>Redakcja</strong></p> <p>Praca zbiorowa pod redakcją:<br /> Lilia...
          <p><strong>Redakcja</strong></p>
          <p>Praca zbiorowa pod redakcją:<br />
          Liliany Anam, CSRinfo<br />
          Jacqueline Kacprzak, Ministerstwo Rozwoju</p>
          <p>Wydanie II poprawione, 2017 r.</p>
          
          _content_content_1_text => string (19) "field_62c5bfe09973a"
          content_content_1_file => string (3) "848"
          _content_content_1_file => string (19) "field_62c5bfed9973b"
          content_content => array (1) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          _wp_old_date => array (3) Depth Limit
          page-title-seo => string (0) ""
          _page-title-seo => string (19) "field_665704b857eac"
          newsletter_campaignid => string (0) ""
          _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
          newsletter => string (0) ""
          _newsletter => string (19) "field_63873d04c7faf"
          _yoast_wpseo_content_score => string (2) "90"
          _yoast_wpseo_estimated-reading-time-minutes => string (1) "2"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        4 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 968
          public post_author -> string (1) "2"
          public post_date -> string (19) "2017-10-06 08:32:21"
          public post_date_gmt -> string (19) "2017-10-06 06:32:21"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (61) "PRAKTYKA RAPORTOWANIA NIEFINANSOWEGO – RELACJA Z WYDARZENIA"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (57) "praktyka-raportowania-niefinansowego-relacja-z-wydarzenia"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2025-01-30 11:05:33"
          public post_modified_gmt -> string (19) "2025-01-30 10:05:33"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=968"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 968
          public slug -> string (57) "praktyka-raportowania-niefinansowego-relacja-z-wydarzenia"
          public custom -> array (64)
          _edit_lock => string (12) "1738231395:4"
          _edit_last => string (1) "4"
          _wp_old_date => string (10) "2022-10-24"
          img_main => string (3) "969"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (7430) "Za nami konferencja <strong>„Praktyka raportowania niefinansowego. Jak wypeł...
          Za nami konferencja <strong>„Praktyka raportowania niefinansowego. Jak wypełnić nowe wymogi ustawy o rachunkowości”</strong>, która odbyła się 3 października 2017 r. w Ministerstwie Rozwoju.
          <blockquote>Znowelizowana ustawa o rachunkowości nakłada na duże podmioty obowiązek raportowania informacji niefinansowych po raz pierwszy za rok 2017. <strong>Celem konferencji było wyposażenie przedstawicieli firm objętych nowymi wymogami ustawy o rachunkowości w praktyczne wskazówki dot. procesu raportowania niefinansowego.</strong></blockquote>
          Wydarzenie cieszyło się bardzo dużym zainteresowaniem, o czym świadczy prawie 500 zarejestrowanych na konferencję osób. Wyjątkowość tej konferencji podkreśla również fakt, że tak wiele instytucji zaangażowało się w tę inicjatywę, aby jak najlepiej przygotować firmy do wypełnienia nowych wymogów ustawy o rachunkowości w zakresie raportowania niefinansowego.
          <h5>BLOK 1. PRAKTYKA RAPORTOWANIA ZAGADNIEŃ NIEFINANSOWYCH</h5>
          Pierwszy blok konferencji poświęcony był pięciu obszarom raportowania niefinansowego, które zgodnie z ustawą o rachunkowości powinny zostać szerzej opisane przez firmy: <strong>obszar pracowniczy, kwestie poszanowania praw człowieka, kwestie społeczne, kwestie środowiskowe oraz przeciwdziałania korupcji</strong>. Swoim doświadczeniem i praktycznymi wskazówkami podzielili się eksperci od lat przygotowujący bądź analizujący raporty niefinansowe.
          
          O zagadnieniach pracowniczych rozmawiali <strong>Jacek Chmielewski</strong>, Dyrektor Departamentu Kadr z Banku Millennium oraz <strong>Liliana Anam</strong>, Menedżer zarządzający CSRinfo. Prezentacje na temat poszanowania praw człowieka przedstawiła <strong>Jacqueline Kacprzak</strong>, Koordynator Zespołu ds. CSR i Kontaktów z Interesariuszami w Ministerstwie Rozwoju. Na temat kwestii społecznych rozmawiały <strong>Katarzyna Teter</strong>, menedżer ds. społecznej odpowiedzialności biznesu w Banku Zachodnim WBK oraz <strong>Marzena Strzelczak</strong>, dyrektorka generalna Forum Odpowiedzialnego Biznesu. Praktycznym podejściem do raportowania kwestii środowiskowych podzielili się przedstawiciele Bureau Veritas Certification: <strong>Witold Dżugan</strong>, Dyrektor certyfikacji oraz <strong>Michał Stalmach</strong>, Konsultant ds. Zrównoważonego Rozwoju. Rozmowę na temat kwestii środowiskowych poprowadziła <strong>Liliana Anam</strong> z CSRinfo. Ostatnim punktem w pierwszym bloku konferencji były kwestie przeciwdziałania korupcji. Swoją wiedzą na ten temat podzielili się z uczestnikami profesor Uniwersytetu Jagiellońskiego, <strong>dr hab. Zbysław Dobrowolski</strong>, Dyrektor Delegatury Najwyższej Izby Kontroli w Zielonej Górze oraz <strong>Olga Petelczyc</strong>, pełnomocnik Zarządu Instytutu Audytorów Wewnętrznych ds. CSR.
          <blockquote>Dokonując przeglądu polityk warto pokazać co naprawdę stoi za politykami, jakie działania i programy, które składają się na wypełnianie przez firmy roli pracodawcy.
          
          Wskaźniki powinny być adekwatne w stosunku do tego czym zajmuje się firma. Jest to szczególnie istotne przy wskaźnikach środowiskowych.</blockquote>
          <h5>BLOK 2. RYZYKA, ISTOTNOŚĆ I STANDARDY W RAPORTOWANIU</h5>
          Drugi blok konferencji dotyczył m.in. kwestii identyfikacji oraz raportowania ryzyk niefinansowych. Ten temat przybliżyli uczestnikom konferencji przedstawiciele firmy audytorskiej PwC: <strong>Anna Johnson</strong> oraz <strong>Lech Dąbrowski.</strong> W kolejnej części bloku o tym jak spośród szerokiej listy tematów wybrać te najbardziej istotne z perspektywy organizacji, które powinny być opisane w raporcie niefinansowym oraz jak ustalić istotność raportowanych aspektów rozmawiali <strong>prof. dr hab. Wanda Skoczylas</strong> ze Stowarzyszenia Księgowych w Polsce, <strong>Magdalena Raczek-Kołodyńska</strong>, Dyrektor Zarządzający Stowarzyszenia Emitentów Giełdowych oraz <strong>Piotr Biernacki</strong>, Wiceprezes Stowarzyszenia Emitentów Giełdowych, Prezes Fundacji Standardów Raportowania.
          <blockquote>Ryzyko to wpływ niepewności na cele. W związku z tym powinniśmy rozpatrywać ryzyka w powiązaniu z konkretnym celem i działaniami.
          
          Trudnością przy opisie ryzyk jest… brak określonych celów. Bez nich określenie wrażliwości a ryzyka jest niemożliwe.
          
          Zasada istotności jest podstawową zasadą w rachunkowości. Pozwala pokonać szum informacyjny i daje nam prawo do uproszczeń.</blockquote>
          <strong>Wybór standardów raportowania</strong>
          
          Ustawa o rachunkowości pozostawia raportującym dowolność w zakresie wyboru standardu raportowania. Jednym z najpopularniejszych na świecie jak i w Polsce standardów jest międzynarodowy standard raportowania Global Reporting Initiative. Jak korzystać z tego standardu by wypełnić obowiązki ustawy opowiedziała <strong>Liliana Anam</strong>, która była przewodniczącą Komitetu nadzorującego tłumaczenie standardu GRI na język polski. CSRinfo rozpoczęło współpracę z GRI w 2009 i obecnie firma wspiera GRI w globalnym monitoringu raportowania.
          
          Alternatywę dla międzynarodowych standardów stanowi Standard Informacji Niefinansowych (SIN). O tym jak skorzystać z tego standardu opowiedział podczas konferencji <strong>dr Jacek Dymowski</strong>, redaktor naczelny SIN.
          <blockquote>Standard Global Reporting Initaitive wspiera raportowanie na wielu poziomach. Najważniejsze to definiowanie treści raportu, propozycja uniwersalnych wskaźników i możliwość dokonywania porównań na poziomie międzynarodowym.</blockquote>
          <h5>BLOK 3. SPRAWOZDANIA NIEFINANSOWE A KWESTIA AUDYTU – OBOWIĄZKI USTAWOWE I PRAKTYKA RYNKOWA</h5>
          W trzecim bloku konferencji przyjrzeliśmy się bliżej roli biegłego rewidenta oraz Komisji Nadzoru Finansowego w świetle ustawy o rachunkowości. Do aktywnego udziału zaprosiliśmy audytorów z największych firm audytorskich, aby porozmawiać o tym jak może wyglądać praktyka oceny sprawozdań niefinansowych.
          
          <strong>Joanna Dadacz</strong>, Dyrektor Departamentu Rachunkowości i Rewizji Finansowej z Ministerstwa Finansów przedstawiła prezentację dotyczącą roli biegłego rewidenta w świetle ustawy o rachunkowości. Z kolei, o tym jaka będzie rola Komisji Nadzoru Finansowego w tym zakresie przedstawiła <strong>Ilona Pieczyńska-Czerny</strong>, Dyrektor Departamentu Ofert Publicznych i Informacji Finansowej.
          
          Jak będzie wyglądać praktyka oceny sprawozdań niefinansowych? Jak warto podejść do tego tematu w spółce? Jakie są obowiązki ustawowe a jaka praktyka rynkowa? Odpowiedzi na te pytania poszukiwano podczas panelu moderowanego przez <strong>Ewę Sowińską</strong>, Zastępcę Prezesa Krajowej Rady Biegłych Rewidentów z Polskiej Izby Biegłych Rewidentów. W panelu wzięli udział: <strong>Krzysztof Burnos</strong> (Polska Izba Biegłych Rewidentów), <strong>Monika Jakubczyk</strong> (Deloitte), <strong>Tomasz Konieczny</strong> (PwC), <strong>Zbigniew Libera</strong> (KPMG) oraz <strong>Anna Sirocka</strong> (EY).
          
          <strong>Relacja filmowa z wydarzenia będzie dostępna już wkrótce. </strong><strong>Zapisz się na nasz Newsletter, a powiadomimy Cię kiedy będzie gotowa.</strong>
          <strong>Wszystkie wyświetlane prezentacje podczas konferencji są do pobrania poniżej.</strong>
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content_1_img => string (3) "970"
          _content_content_1_img => string (19) "field_62c4152b67598"
          content_content_1_text => string (13) "ORGANIZATORZY"
          _content_content_1_text => string (19) "field_62c4234aceb98"
          content_content_2_img => string (3) "971"
          _content_content_2_img => string (19) "field_62c4152b67598"
          content_content_2_text => string (16) "PATRONI HONOROWI"
          _content_content_2_text => string (19) "field_62c4234aceb98"
          content_content_3_img => string (3) "972"
          _content_content_3_img => string (19) "field_62c4152b67598"
          content_content_3_text => string (9) "PARTNERZY"
          _content_content_3_text => string (19) "field_62c4234aceb98"
          content_content => array (5) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          content_content_4_text => string (87) "[gallery link="file" ids="987,979,978,986,985,977,976,984,983,975,974,982,98...
          [gallery link="file" ids="987,979,978,986,985,977,976,984,983,975,974,982,981,973,980"]
          
          _content_content_4_text => string (19) "field_62c4151f67596"
          content_content_5_title => UTF-8 string (28) "POSZANOWANIE PRAW CZŁOWIEKA"
          _content_content_5_title => string (19) "field_62c5bfce99739"
          content_content_5_text => UTF-8 string (234) "<div class="box"> <div class="desc"> <p><strong>Jacqueline Kacprzak</strong>...
          <div class="box">
          <div class="desc">
          <p><strong>Jacqueline Kacprzak</strong>, Koordynator Zespołu ds. CSR i Kontaktów z Interesariuszami w Ministerstwie Rozwoju</p>
          </div>
          </div>
          <div class="box">
          <div class="icon pdf"></div>
          </div>
          
          _content_content_5_text => string (19) "field_62c5bfe09973a"
          content_content_5_file => string (3) "988"
          _content_content_5_file => string (19) "field_62c5bfed9973b"
          content_content_6_title => UTF-8 string (65) "USTALANIE ISTOTNOŚCI RAPORTOWANYCH ASPEKTÓW - KLUCZOWE CZYNNIKI"
          _content_content_6_title => string (19) "field_62c5bfce99739"
          content_content_6_text => UTF-8 string (471) "<p><b>prof. dr hab. Wanda Skoczylas, </b>Członek Rady Naukowej, Stowarzyszen...
          <p><b>prof. dr hab. Wanda Skoczylas, </b>Członek Rady Naukowej, Stowarzyszenie Księgowych w Polsce, Kierownik Katedry Pomiaru i Kontroli Wyników, Wydziała Nauk Ekonomicznych i Zarządzania, Uniwersytet Szczeciński</p>
          <p><b>Piotr Biernacki, </b>Prezes Zarządu, Fundacja Standardów Raportowania, Wiceprezes Zarządu, Stowarzyszenie Emitentów Giełdowych</p>
          <p><b>Magda Raczek-Kołodyńska, </b>Dyrektor Zarządzający, Stowarzyszenie Emitentów Giełdowych</p>
          
          _content_content_6_text => string (19) "field_62c5bfe09973a"
          content_content_6_file => string (3) "989"
          _content_content_6_file => string (19) "field_62c5bfed9973b"
          content_content_7_title => UTF-8 string (48) "JAK KORZYSTAĆ Z MIĘDZYNARODOWEGO STANDARDU GRI"
          _content_content_7_title => string (19) "field_62c5bfce99739"
          content_content_7_text => UTF-8 string (175) "<div class="box"> <div class="desc"> <p><strong>Liliana Anam</strong>, Mened...
          <div class="box">
          <div class="desc">
          <p><strong>Liliana Anam</strong>, Menedżer zarządzający CSRinfo</p>
          </div>
          </div>
          <div class="box">
          <div class="icon pdf"></div>
          </div>
          
          _content_content_7_text => string (19) "field_62c5bfe09973a"
          content_content_7_file => string (3) "990"
          _content_content_7_file => string (19) "field_62c5bfed9973b"
          content_content_8_title => UTF-8 string (53) "JAK KORZYSTAĆ ZE STANDARDU INFORMACJI NIEFINANSOWYCH"
          _content_content_8_title => string (19) "field_62c5bfce99739"
          content_content_8_text => UTF-8 string (198) "<div class="box"> <div class="desc"> <p><strong>dr Jacek Dymowski</strong>, ...
          <div class="box">
          <div class="desc">
          <p><strong>dr Jacek Dymowski</strong>, Niezależny doradca, Redaktor Naczelny SIN</p>
          </div>
          </div>
          <div class="box lastRow">
          <div class="icon pdf"></div>
          </div>
          
          _content_content_8_text => string (19) "field_62c5bfe09973a"
          content_content_8_file => string (3) "991"
          _content_content_8_file => string (19) "field_62c5bfed9973b"
          content_content_9_title => UTF-8 string (59) "ROLA BIEGŁEGO REWIDENTA W ŚWIETLE USTAWY O RACHUNKOWOŚCI"
          _content_content_9_title => string (19) "field_62c5bfce99739"
          content_content_9_text => UTF-8 string (459) "<section class="mainContent"> <div class="centerContent"> <section id="files...
          <section class="mainContent">
          <div class="centerContent">
          <section id="files" class="projectFiles">
          <div class="boxes">
          <div class="box lastRow">
          <div class="desc">
          <p><strong>Joanna Dadacz,</strong> Dyrektor Departamentu Rachunkowości i Rewizji Finansowej, Ministerstwo Finansów</p>
          </div>
          </div>
          </div>
          </section>
          </div>
          </section>
          <footer class="mainFooter">
          <div class="cols">
          <div class="centerContent">
          <div class="col"></div>
          </div>
          </div>
          </footer>
          
          _content_content_9_text => string (19) "field_62c5bfe09973a"
          content_content_9_file => string (3) "992"
          _content_content_9_file => string (19) "field_62c5bfed9973b"
          page-title-seo => string (0) ""
          _page-title-seo => string (19) "field_665704b857eac"
          newsletter_campaignid => string (0) ""
          _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
          newsletter => string (0) ""
          _newsletter => string (19) "field_63873d04c7faf"
          _yoast_wpseo_estimated-reading-time-minutes => string (1) "5"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        5 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 849
          public post_author -> string (1) "2"
          public post_date -> string (19) "2017-08-18 13:53:03"
          public post_date_gmt -> string (19) "2017-08-18 11:53:03"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (61) "CZEGO NAUCZYLI SIĘ STUDENCI III EDYCJI STUDIÓW MANAGER CSR?"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (58) "czego-nauczyli-sie-studenci-iii-edycji-studiow-manager-csr"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2022-10-24 01:07:25"
          public post_modified_gmt -> string (19) "2022-10-23 23:07:25"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=849"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 849
          public slug -> string (58) "czego-nauczyli-sie-studenci-iii-edycji-studiow-manager-csr"
          public custom -> array (13)
          _edit_lock => string (12) "1666594097:2"
          _edit_last => string (1) "2"
          _wp_old_date => string (10) "2022-10-21"
          img_main => string (3) "850"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (5367) "<p>Trwa rekrutacja na IV. edycję studiów podyplomowych Manager CSR na Colleg...
          <p>Trwa rekrutacja na IV. edycję studiów podyplomowych Manager CSR na Collegium Civitas. Jeżeli jeszcze zastanawiasz się czy warto, sprawdź co było najbardziej przydatne i czego nauczyli się studenci III edycji. Przeczytaj artykuł.<br />
          <span id="more-2689"></span></p>
          <blockquote><p>W tym artykule przeczytasz o tym, co najbardziej cenili sobie na studiach studenci III edycji. Poprosiliśmy studentów o wypełnienie anonimowej ankiety na ostatnim zjeździe i podzielenie się opinią na temat studiów i tego czego się nauczyli.</p></blockquote>
          <p>Przed nami VI edycja studiów Manager CSR, która rozpoczyna się 25 listopada 2017 i trwa dwa semestry do 17 czerwca. Zajęcia odbywają się przeważnie raz w miesiącu w sobotę i niedzielę w siedzibie Collegium Civitas w Pałacu Kultury i Nauki. W 2016 roku kierunek otrzymał nagrodę i akredytację w programie <strong>„Studia z przyszłością” za dopasowany do rynku pracy, oczekiwań i wyzwań gospodarczych program nauczania</strong>. Poniżej informację o tym, za co jeszcze cenili sobie te studia studenci III edycji.</p>
          <p>Mamy nadzieję, że pomoże Ci to w podjęciu decyzji o przyłączeniu do IV. edycji! Rejestracja na stronie <strong><a href="https://www.civitas.edu.pl/collegium/oferta-edukacyjna/po-polsku/studia-podyplomowe-po-polsku/kierunki-studiow-podyplomowych/obszar-marketing-zarzadzanie-badania/manager-csr" target="_blank" rel="noopener noreferrer">Collegium Civitas. </a></strong></p>
          <hr />
          <p>Przede wszystkim wiem co to jest CSR. Jestem świadoma jego ważności i misji dla otaczającego mnie środowiska. Odnoszę go jako pobożne życzenie idealistów, ale cieszę się, że są tacy wśród ludzi. Poznałam zasady, kierunki rozwoju, zwróciłam uwagę na rzeczywiste potrzeby.</p>
          <hr />
          <p>Usystematyzowałam szczątkową wiedzę, pogłębiając i podpierając przepisami. Narzędzia do konkretnych rozwiązań. Pewności siebie, w tym co chcę robić, że to ma sens i wielu ludzi popiera takie podejście.</p>
          <hr />
          <p>Utwierdziłam się w przekonaniu, że współpraca jest bardzo ważnym działaniem. Nauczyłam się jaka jest rola osoby odpowiedzialnej za CSR, jakie jest/może być jej miejsce w strukturze firmy.</p>
          <hr />
          <p>Nauczyłam się tego, że czasem warto odpuścić. ? Dzięki studiom zaczęłam dużo czytać o zrównoważonym rozwoju i moja świadomość konsumenta bardzo wzrosła.</p>
          <hr />
          <p>Poznałem obszar CSR, na świecie i w Polsce, nauczyłem się metodologii i umiejętności działania i raportowania.</p>
          <hr />
          <p>Nauczyłam się, że CSR to nie tylko działania społeczne, ale całość funkcjonowania firmy, obejmująca wszystkie obszary jej aktywności.</p>
          <hr />
          <p>Usystematyzowałam wiedzę dot. CSR, nauczyłam się zasad raportowania zgodnego z wytycznymi GRI oraz zasad budowania strategii CSR w organizacji.</p>
          <hr />
          <p>Szerokiej perspektywy, brania pod uwagę wielu aspektów i patrzenia na sprawy i CSR pod różnymi kątami. Jednocześnie ta rozległa perspektywa przełożyła się na konkretne narzędzia, które można wykorzystać. Poszerzyłam wiedzę o łańcuchu dostaw i środowisku, o których wiedziałam najmniej.</p>
          <hr />
          <p>Co to jest, jak ugryźć CSR. CSR to nie tylko PR czy moda. Każdy z nas może zmienić „świat” poprzez CSR.</p>
          <hr />
          <p>Nauczyłam się widzieć CSR, zrozumiałam co to jest i w którą stronę należy rozwijać biznes. Wiem też, że CSR to integrowalna część strategii biznesowej, bez której nie ma nas ani przyszłości naszych pokoleń.</p>
          <hr />
          <p>Poza kwestiami CSR, tworzeniem raportu CSR, odnalazłam w rozmowach z zaproszonymi gośćmi, ale i uczestnikami rozwiązania, które będę próbować wykorzystać na co dzień w pracy z zespołem. Podejście do ludzi oczekiwania ich, jak rozmawiać, od tej strony również studia poszerzają perspektywę.</p>
          <hr />
          <p>Zrozumienia CSR wystarczająco dobrze by mieć poczucie, że wybrałam dobry zawód i uzupełniłam swoje kwalifikacje.</p>
          <hr />
          <p>Podobało mi się zaangażowanie wielu praktyków na co dzień zajmujących się CSR w dużych firmach i oparcie programu studiów na konkretnych przykładach z życia.</p>
          <hr />
          <p>Przyjazna, rodzinna atmosfera. Po prostu dobrze się czułam uczestnicząc w zjazdach. Dużo praktyki i konkretnych przykładów – bardzo cenne.</p>
          <hr />
          <p>Studia inspirują i poszerzają spojrzenie, dają duży bagaż dobrych praktyk i wiedzy przydatnych w pracy. Gratuluję pomysłu i energii! Tak trzymać! ? Będę polecać innym te studia.</p>
          <hr />
          <p>Jestem bardzo zadowolona ze studiów i zdecydowanie podjęłabym decyzje o udziale w nich raz jeszcze!</p>
          <hr />
          <p>Trzymajcie tak wysoki poziom!</p>
          <p>Zapraszamy na IV. edycję studiów podyplomowych „Manager CSR”. Rejestracja na <a href="http://www.civitas.edu.pl/collegium/oferta-edukacyjna/po-polsku/studia-podyplomowe-po-polsku/kierunki-studiow-podyplomowych/obszar-marketing-zarzadzanie-badania/manager-csr" target="_blank" rel="noopener noreferrer"><strong>stronie Collegium Civitas</strong></a>.</p>
          <p>A o tym dlaczego warto zostać dyplomowanym managerem CSR opowiada w <strong><a href="http://www.csrinfo.org/dlaczego-warto-zostac-dyplomowanym-managerem-csr/" target="_blank" rel="noopener noreferrer">tym artykule</a></strong> Alicja Marciniak, absolwentka I. edycji.</p>
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content => array (1) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        6 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 851
          public post_author -> string (1) "2"
          public post_date -> string (19) "2017-03-22 14:00:21"
          public post_date_gmt -> string (19) "2017-03-22 13:00:21"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (57) "NAJNOWSZY RAPORT ANNUAL CSR OUTLOOK 2017 JUŻ DO POBRANIA"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (56) "najnowszy-raport-annual-csr-outlook-2017-juz-do-pobrania"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2025-04-06 13:01:54"
          public post_modified_gmt -> string (19) "2025-04-06 11:01:54"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=851"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 851
          public slug -> string (56) "najnowszy-raport-annual-csr-outlook-2017-juz-do-pobrania"
          public custom -> array (35)
          _edit_lock => string (12) "1743937208:4"
          _edit_last => string (1) "4"
          _wp_old_date => string (10) "2022-10-21"
          img_main => string (3) "861"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (4173) "<strong>Jak gospodarka cyrkularna tworzy nowe modele biznesowe? Jak rozwój m...
          <strong>Jak gospodarka cyrkularna tworzy nowe modele biznesowe? Jak rozwój miast może wpłynąć na zmianę biznesu? Czy kobiety rządzą biznesem? CSRinfo w najnowszym raporcie Annual CSR Outlook 2017 pokazuje trendy, na które biznes powinien zwrócić szczególną uwagę. W skondensowany sposób przedstawia przegląd ponad 40 raportów i badań z całego świata. Partnerem Strategicznym tegorocznego raportu jest Grupa Adamed.</strong>
          
          Raport Annual CSR Outlook jest jedną z najbardziej wyczekiwanych publikacji z zakresu CSR na polskim rynku. Co roku firma szkoleniowo-doradcza CSRinfo prezentuje dane liczbowe dotyczące CSR w Polsce za rok ubiegły oraz przewiduje trendy, które będą kształtowały CSR w najbliższym czasie. Część tegorocznej publikacji poświęcona została polskiej branży farmaceutycznej, jej roli gospodarczej oraz wpływu na jakość życia.
          <blockquote><em>Ideą Annual CSR Outlook jest wybór wśród gąszcza trendów i zjawisk wiodące. Raport jest krótki i zawiera w przyjaznej ikonografice dane dotyczące zarówno świata jak i Polski. Zachęcamy wszystkich do korzystania z informacji zawartych w raporcie i wykorzystywaniu go w prezentacjach. Oprócz trendów, co roku podsumowujemy również wydarzenia roku 2016. Ułatwia to analizę rozwoju zarządzania w sposób odpowiedzialny na naszym rynku</em><em>– </em>opowiada <strong>Liliana Anam, Menedżer Zarządzający CSRinfo.</strong></blockquote>
          Annual CSR Outlook 2017 prezentuje trzy wiodące trendy.
          
          #Pierwszy z nich to <strong>ekonomia cyrkularna</strong> (obiegu zamkniętego). Termin może nie jest wszystkim znany, ale uczestniczymy w niej robiąc zakupy online, korzystając z usług jak Uber, Airbnb, używając produktów z recyklingu.
          
          To gospodarka nastawiona na jak najdłuższe utrzymanie wartości produktów i na eliminację odpadów. Model RESOLVE, ujęty w Annual CSR Outlook 2017, pokazuje jakie już dzisiaj mamy sprawdzone modele biznesowe funkcjonujące w gospodarce.
          
          #Drugi trend to szybki <strong>rozwój</strong> <strong>miast, </strong>które gromadzą większość populacji. Za 13 lat 750 miast będzie generowało ponad 61% PKB.
          
          #Trzecim trendem jest zarządzanie różnorodnością, które zakłada, że różnorodność w miejscu pracy jest ważnym zasobem organizacji, przyczyniającym się do rozwoju i realizacji jej celów. W tym szerokim obszarze <strong>skoncentrowaliśmy się przede wszystkim na kobietach</strong> i ich roli w biznesie.
          
          Pomysłodawcą projektu jest firma doradczo-edukacyjna <strong>CSRinfo, </strong>jedna z najbardziej doświadczonych firm na polskim rynku w zakresie edukacji i działań doradczych w obszarze CSR.
          
          Partnerem Strategicznym 5. edycji raportu jest <strong>Grupa Adamed</strong>.
          
          &nbsp;
          <p style="text-align: center;"><a href="https://www.csrinfo.org/wp-content/uploads/2022/10/Annual-CSR-Outlook_2017.pdf"><span style="color: #66b0d6; font-size: 2.2rem;"><strong>POBIERZ</strong></span></a></p>
          &nbsp;
          <h4>RELACJA FILMOWA Z WYDARZENIA</h4>
          <a href="http://RELACJA FILMOWA Z WYDARZENIA" target="_blank" rel="noopener">http://RELACJA FILMOWA Z WYDARZENIA</a>
          <h4>ZDJĘCIA Z WYDARZENIA 22.03.2017</h4>
          <img class="alignnone wp-image-852" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_1-1024x684-1-640x428.jpeg" alt="" width="468" height="313" /> <img class="alignnone wp-image-853" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_2-150x150-1.jpeg" alt="" width="310" height="310" /> <img class="alignnone wp-image-854" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_3-150x150-1.jpeg" alt="" width="334" height="334" /> <img class="alignnone wp-image-855" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_8-150x150-1.jpeg" alt="" width="332" height="332" /> <img class="alignnone wp-image-856" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_6-150x150-1.jpeg" alt="" width="332" height="332" /> <img class="alignnone wp-image-857" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_Grupa-Adamed_Anna-Kosińska_1-150x150-1.jpeg" alt="" width="299" height="299" />
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content_1_img => string (3) "858"
          _content_content_1_img => string (19) "field_62c4152b67598"
          content_content_1_text => string (14) "Organizatorzy "
          _content_content_1_text => string (19) "field_62c4234aceb98"
          content_content_2_title => string (23) "ANNUAL CSR OUTLOOK 2017"
          _content_content_2_title => string (19) "field_62c5bfce99739"
          content_content_2_text => UTF-8 string (90) "<p>Przegląd najważniejszych wydarzeń i zjawisk z roku 2016 oraz trendy na 20...
          <p>Przegląd najważniejszych wydarzeń i zjawisk z roku 2016 oraz trendy na 2017 rok.</p>
          
          _content_content_2_text => string (19) "field_62c5bfe09973a"
          content_content_2_file => string (3) "859"
          _content_content_2_file => string (19) "field_62c5bfed9973b"
          content_content_3_title => string (42) "ANNUAL CSR OUTLOOK 2017 - WERSJA ANGIELSKA"
          _content_content_3_title => string (19) "field_62c5bfce99739"
          content_content_3_text => string (0) ""
          _content_content_3_text => string (19) "field_62c5bfe09973a"
          content_content_3_file => string (3) "860"
          _content_content_3_file => string (19) "field_62c5bfed9973b"
          content_content => array (2) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          newsletter_campaignid => string (0) ""
          _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
          newsletter => string (0) ""
          _newsletter => string (19) "field_63873d04c7faf"
          _yoast_wpseo_content_score => string (2) "30"
          _yoast_wpseo_estimated-reading-time-minutes => string (1) "4"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        7 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 867
          public post_author -> string (1) "2"
          public post_date -> string (19) "2016-08-25 14:34:26"
          public post_date_gmt -> string (19) "2016-08-25 12:34:26"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (90) "CO MYŚLI 89% PREZESÓW O CSR? CZY TWÓJ PREZES PODZIELA WIZJĘ GLOBALNYCH LIDER...
          CO MYŚLI 89% PREZESÓW O CSR? CZY TWÓJ PREZES PODZIELA WIZJĘ GLOBALNYCH LIDERÓW? A TY?
          
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (81) "co-mysli-89-prezesow-o-csr-czy-twoj-prezes-podziela-wizje-globalnych-liderow...
          co-mysli-89-prezesow-o-csr-czy-twoj-prezes-podziela-wizje-globalnych-liderow-a-ty
          
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2022-10-24 01:15:48"
          public post_modified_gmt -> string (19) "2022-10-23 23:15:48"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=867"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 867
          public slug -> string (81) "co-mysli-89-prezesow-o-csr-czy-twoj-prezes-podziela-wizje-globalnych-liderow...
          co-mysli-89-prezesow-o-csr-czy-twoj-prezes-podziela-wizje-globalnych-liderow-a-ty
          
          public custom -> array (13)
          _edit_lock => string (12) "1666594282:2"
          _edit_last => string (1) "2"
          img_main => string (3) "868"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (2780) "<p>Co myślą prezesi o zrównoważonym rozwoju odkrywa przed nami największe do...
          <p>Co myślą prezesi o zrównoważonym rozwoju odkrywa przed nami największe dotąd badanie ONZ-towskiej inicjatywy Global Compact i firmy Accenture. Jak Ty byś odpowiedziała/ł na pytania? A jak Twój prezes? Tak samo? Sprawdź.<span id="more-1970"></span></p>
          <blockquote><p>Artykuł pokazuje wyniki największego dotąd badania UN Global Compact i Accenture wśród prezesów na temat odpowiedzialnego i zrównoważonego biznesu – „<em>Agenda 2030 a window of opportunity</em>”.</p></blockquote>
          <p>W 2016 roku badanie ankietowe uzyskało ponad 1000 odpowiedzi, które zostały pogłębione przez badania z 50 prezesami reprezentującymi firmy – wiodących innowatorów. Zanim zaczniesz dalej czytać, słowo wyjaśnienia. Na potrzeby niniejszego artykułu termin „sustainability” tłumaczymy jako CSR/odpowiedzialny i zrównoważony biznes.</p>
          <h4>JAK PREZESI WIDZĄ CELE ZRÓWNOWAŻONEGO ROZWOJU ONZ NA LATA 2015-30?</h4>
          <p>Aż<strong> 87%</strong> postrzega Cele zrównoważonego rozwoju ONZ na lata 2015-30 jako szansę na przemyślenie podejścia do tworzenia wartości w firmie.</p>
          <p><strong>70%</strong> uważa, że Cele stanowią ustrukturyzowaną ramę dla podejmowanych działań. Jednak tylko połowa – <strong>49%</strong> jest przekonanych, że biznes będzie najważniejszym aktorem w osiągnięciu Celów.</p>
          <p>Znacznie więcej z nich, bo aż<strong> 73%</strong> uważa, że biznes powinien rozwinąć wskaźniki do mierzenia i komunikacji swojego wpływu na realizację Celów.</p>
          <h4>CZY DEKLARACJE DOT. CSR PRZEKŁADAJĄ SIĘ NA DZIAŁANIA?</h4>
          <p><strong>89%</strong> prezesów uważa, że deklaracje zaangażowania w CSR przekładają się na realne działania w ich branży.</p>
          <p>Być może wynika to z faktu, że<strong> 80%</strong> z nich wierzy, że pokazanie zaangażowania w realizację celów społecznych stanowi czynnik wyróżniający w ich branży.</p>
          <h4>A JAK DZIAŁAJĄ ICH FIRMY? CZY PODEJŚCIE CSR-OWE JEST W NICH OBECNE?</h4>
          <p><strong>90%</strong> prezesów czuje się osobiście odpowiedzialnymi za określenie jasnego celu ich firmy i jej roli w społeczeństwie.</p>
          <p>Aż <strong>59%</strong> z nich uważa, że ich firma jest w stanie skwantyfikować wartość inicjatyw CSR. W 2013 roku takiej odpowiedzi udzieliło 38%.</p>
          <p><strong>88%</strong> uważa, że większa integracja kwestii CSR z rynkami finansowymi jest niezbędna dla dalszego postępu. Jednak tylko <strong>10%</strong> wskazuje presję inwestorów jako jeden z top 3 czynników mobilizujących ich do działań CSR.</p>
          <h5>DODATKOWE INFORMACJE</h5>
          <p>Informacje o badaniu dostępne są na <a href="https://www.accenture.com/us-en/insight-un-global-compact-ceo-study"><strong>dedykowanej stronie</strong></a>.</p>
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content => array (1) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          _wp_old_date => string (10) "2022-10-21"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        8 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 943
          public post_author -> string (1) "2"
          public post_date -> string (19) "2016-08-24 16:43:56"
          public post_date_gmt -> string (19) "2016-08-24 14:43:56"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (59) "3 RZECZY, O KTÓRYCH WARTO PAMIĘTAĆ PLANUJĄC BUDŻET CSR"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (53) "3-rzeczy-o-ktorych-warto-pamietac-planujac-budzet-csr"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2022-10-24 08:54:24"
          public post_modified_gmt -> string (19) "2022-10-24 06:54:24"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=943"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 943
          public slug -> string (53) "3-rzeczy-o-ktorych-warto-pamietac-planujac-budzet-csr"
          public custom -> array (13)
          _edit_lock => string (12) "1704320768:4"
          _edit_last => string (1) "2"
          _wp_old_date => string (10) "2022-10-23"
          img_main => string (3) "944"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (8687) "<p>Przed nami ostatni kwartał i intensywna praca nad realizacją zaplanowanyc...
          <p>Przed nami ostatni kwartał i intensywna praca nad realizacją zaplanowanych na 2016 rok działań. To jednocześnie również czas planów i budżetowania na kolejny rok. Na jakie kwestie warto zwrócić uwagę planując budżet i rozwój CSR w kolejnym roku?<span id="more-1950"></span></p>
          <blockquote><p>Artykuł prezentuje wskazówki dotyczące planowania i budżetowania działań CSR na kolejny rok niezależnie od typów projektów, które chcesz realizować.</p></blockquote>
          <p>Trzeci kwartał każdego roku ma nie tylko charakter urlopowy. Osiągnęliśmy półmetek działań i często mamy za sobą podsumowanie połowy roku. To jest dobry moment by usiąść z kartką papieru, kawą, herbatą, samodzielnie lub jeśli masz zespół to ze swoją drużyną i zastanowić się nad działaniami w perspektywie kolejnych 12 miesięcy.<br />
          Na dole artykułu zamieszczam proste narzędzie do ujęcia głównych projektów i działań, które może Ci w tym pomóc.</p>
          <p>Pierwsza ważna sprawa, to sama <strong>technika planowania</strong>. Być może wystarczy Ci jedno spotkanie, a może kilka sesji konsultacji i analiza różnych ścieżek osiągnięcia podobnego celu. Po podstawowym planowaniu często pojawia się potrzeba zebrania dodatkowych informacji (np. ogólne rozeznanie dot. planowanego projektu, koszty, dane przemawiające za pozycją w budżecie itp.), które pozwolą Ci ocenić projekty i podjąć decyzje. Budżet CSR zazwyczaj jest szczegółowo prześwietlany. Dlatego planowanie działań rozwijających CSR wymaga nieraz szczególnej wnikliwości na tym właśnie etapie. Zazwyczaj po tym następuje przegląd planu po poprawkach i jego finalne zatwierdzenie.</p>
          <p>Druga sprawa to kwestie, na które <strong>warto zwrócić uwagę</strong> już przy pierwszej sesji planowania:</p>
          <h4><strong>#1 WYNIKI DZIAŁAŃ, PLANY I INTERESARIUSZE</strong></h4>
          <p><strong>1.</strong> Wyniki dotychczasowych działań tworzą bazę do wytyczania nowych. Podsumowując pół roku zapewne masz informację o tym, co się udało osiągnąć i gdzie jesteś w stosunku do założonego planu. Może jakieś działania zdecydowałaś/łeś wygasić, a może pojawiły się nowe pomysły.</p>
          <p>Jeśli w organizacji funkcjonuje strategia zrównoważonego rozwoju, jesteś w bardziej komfortowej sytuacji niż Ci, którzy takiego kierunkowskazu jeszcze nie wypracowali. Wiesz konkretnie jakie cele musisz zrealizować.</p>
          <p><strong>2.</strong> Oprócz bieżących wyników działań warto przeanalizować długoterminowe plany firmy, wizję jej rozwoju i sprawdzić, na ile powinny one skorygować plan określany w skali najbliższego roku.</p>
          <p><strong>3.</strong> Jeśli szukasz pomysłów i inspiracji, zwróć uwagę na analizę trendów, na Cele zrównoważonego rozwoju 2015-30 ONZ, a jeśli jesteś z branży finansowej to na Annual CSR Outlook 2016.</p>
          <p><strong>4.</strong> Jeśli dysponujesz feedbackiem ze strony interesariuszy to również jest materiał, który należy wziąć pod uwagę. To także dobry moment na zastanowienie się, czy ten lub przyszłoroczny proces planowania działań nie powinien być wzmocniony poprzez jedną z metod angażowania interesariuszy i sprawdzania, jakie rekomendacje i opinie ma dla nas nasze otoczenie. Warto zwrócić uwagę na mapę interesariuszy i sprawdzić czy nasz plan przewiduje zaangażowanie kluczowych interesariuszy.</p>
          <h4><strong>#2 EDUKACJA PRACOWNIKÓW</strong></h4>
          <p>To jest punkt, na który zawsze, ale to zawsze warto zabezpieczyć środki. Jakość implementacji CSR jest uzależniona w pierwszej kolejności od świadomości i wiedzy pracowników. Przy planowaniu działań edukacyjnych warto wziąć pod uwagę różne grupy pracownicze, w zależności od Twoich i ich potrzeb.</p>
          <p>Jeżeli któryś z celów strategii CSR wymaga zaangażowania szerszego grona, co jest najczęstszym scenariuszem, zastanów się na ile zwiększy się zaangażowanie wybranych pracowników, jeżeli zwiększysz ich wiedzę i stworzysz im przestrzeń do omówienia CSR z praktycznego punktu widzenia.</p>
          <p>W zależności od punktu w jakim jest Twoja organizacja dzisiaj możesz potrzebować:</p>
          <p><strong>1.</strong> Szkolenia dla siebie lub głównych osób w Twoim zespole z tematów CSR. Być może zdecydujesz się bardziej zaangażować, wówczas możliwe są studia podyplomowe lub cykl kursów.</p>
          <p><strong>2.</strong> Warsztatów czy szkoleń dla konkretnych grup pracowników w Twojej firmie, np. związane z konkretnymi projektami operacyjnymi np. kodeksem dla dostawców (zakupowcy), marką zrównoważonego rozwoju (handlowcy), wdrożeniem wolontariatu (dział HR).</p>
          <p><strong>3.</strong> Szkolenia inspiracyjnego, rozwojowego, dla pracowników, którzy są szczególnie zaangażowani w rozwój tematyki CSR.</p>
          <p><strong>4.</strong> Spotkania informacyjnego/inspiracyjnego/dot. trendów dla kadry zarządzającej, które może prezentować wyniki firmy i jednocześnie pokazać firmę w szerszym kontekście zrównoważonego rozwoju.</p>
          <p><strong>5.</strong> E-learningu. Edukacja i komunikacja jest na dobrym poziomie, natomiast chcesz się upewnić, że docierasz do wszystkich pracowników, w tym nowych. Wówczas rozwiązaniem jest e-learning.</p>
          <h4><strong>#3 KOMUNIKACJA DZIAŁAŃ</strong></h4>
          <p>Komunikacja działań i postępów jest bardzo ważna w rozwoju CSR w firmie. Pokazuje, że firma nie tylko deklaruje konkretne wartości, ale również wkłada wysiłek w ich realizację. Nie ma co ukrywać, że pracownicy i otoczenie rozpoznają CSR firmy po zakomunikowanych im działaniach.</p>
          <p>Jeśli będziesz komunikować wolontariat z tym będą kojarzyć w pierwszej kolejności odpowiedzialny biznes Twojej firmy. Jeśli skoncentrujesz się np. na głównych punktach strategii zrównoważonego rozwoju, to właśnie będą pamiętali.</p>
          <p>Dlatego warto zastanowić się już na etapie planowania roku o linii komunikacyjnej. <strong>Pytania, które warto sobie zadać to:</strong><br />
          <strong>1.</strong> Jaki przekaz chcesz kreować w danym roku?<br />
          <strong>2.</strong> Jaka grupa interesariuszy będzie szczególnie dla Ciebie ważna w tym roku?<br />
          <strong>3.</strong> Kogo w firmie musisz wesprzeć w komunikacji do wybranej grupy interesariuszy?<br />
          <strong>4.</strong> Czy warto zaplanować odrębny projekt związany z komunikacją?</p>
          <h4><strong>PRZYDATNE INFORMACJE</strong></h4>
          <p><strong>1.</strong> Do <a href="http://www.csrinfo.org/wp-content/uploads/2016/03/Roczna_formatka_od_CSRinfo.pdf" target="_blank" rel="noopener">pobrania </a>formatka do rozpisania projektów<br />
          <strong>2. </strong><a href="https://pl.wikipedia.org/wiki/Analiza_SWOT" target="_blank" rel="noopener">SWOT</a> – metoda do oceny mocnych i słabych stron celów/projektów (strenghts, weaknesses, opportunities, threats)<br />
          <strong>3.</strong> <a href="http://www.dummies.com/how-to/content/set-goals-and-objectives-in-your-business-plan.html">ACES</a> – metoda do oceny celów/projektów (achieve, conserve, eliminate, steer clear of)<br />
          <strong>4.</strong> Szkolenia <a href="http://www.csrinfo.org/szkolenia/" target="_blank" rel="noopener">otwarte CSRinfo </a>i edukacja CSRinfo<br />
          <strong>5.</strong> Podyplomowe studia <a href="http://www.civitas.edu.pl/collegium/oferta-edukacyjna/po-polsku/studia-podyplomowe-po-polsku/kierunki-studiow-podyplomowych/obszar-marketing-zarzadzanie-badania/manager-csr" target="_blank" rel="noopener">Manager CSR </a>na Collegium Civitas (Warszawa)<br />
          <strong>6.</strong> <a href="https://www.coursera.org/" target="_blank" rel="noopener">Coursera </a>– międzynarodowa platforma ze szkoleniami e-learningowymi, w tym dotyczącymi zrównoważonego rozwoju i CSR<br />
          <strong>7.</strong> Twój osobisty plan na dany rok jest równie ważny. <a href="http://www.paniswojegoczasu.pl/zostan-pania-swojego-czasu/moje-plany-na-2016-rok/" target="_blank" rel="noopener">Tutaj </a>znajdziesz ciekawy artykuł o planowaniu.</p>
          <p><strong>Publikacje wymienione w treści artykułu</strong></p>
          <p><strong>1. <a href="http://www.un.org/sustainabledevelopment/sustainable-development-goals/" target="_blank" rel="noopener">Cele zrównoważonego rozwoju 2015-30<br />
          </a>2. <a href="http://www.csrinfo.org/annual-csr-outlook-2016-ogloszony/" target="_blank" rel="noopener">Annual CSR Outlook 2016</a></strong></p>
          <p>A jakie są Twoje patenty dotyczące tworzenia budżetu i planów CSR na kolejny rok? Podziel się z nami na <a href="https://www.facebook.com/CSRinfo/" target="_blank" rel="noopener">naszym FB</a>.</p>
          <p><em>Autor: Liliana Anam</em></p>
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content => array (1) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        9 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 945
          public post_author -> string (1) "2"
          public post_date -> string (19) "2016-03-23 16:45:44"
          public post_date_gmt -> string (19) "2016-03-23 15:45:44"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (63) "STUDIA „MANAGER CSR” W GRONIE NAJLEPSZYCH STUDIÓW W POLSCE"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (56) "studia-manager-csr-w-gronie-najlepszych-studiow-w-polsce"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2022-10-24 08:55:21"
          public post_modified_gmt -> string (19) "2022-10-24 06:55:21"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=945"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 945
          public slug -> string (56) "studia-manager-csr-w-gronie-najlepszych-studiow-w-polsce"
          public custom -> array (13)
          _edit_lock => string (12) "1666594379:2"
          _edit_last => string (1) "2"
          _wp_old_date => string (10) "2022-10-23"
          img_main => string (3) "946"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (3563) "<p>Komisja Certyfikacyjna Konkursu i Programu Akredytacyjnego „Studia z Przy...
          <p>Komisja Certyfikacyjna Konkursu i Programu Akredytacyjnego „Studia z Przyszłością” przyznała nagrodę studiom Manager CSR, realizowanym wspólnie przez CSRinfo i Collegium Civitas. Zostały one ocenione jako jedne z najlepszych w Polsce ze względu na praktyczny i warsztatowy profil kształcenia oraz dopasowanie do potrzeb rynku pracy.<br />
          Manager CSR to nasz autorski program i idea. Dzięki współpracy z tak nowoczesną uczelnią jaką jest Collegium Civitas mogliśmy stworzyć program studiów, w którym sami chcielibyśmy uczestniczyć. Studia mają praktyczny wymiar, a zajęcia i wykłady prowadzone są przez ekspertów w swoich dziedzinach. – mówi Liliana Anam, Kierownik Studiów oraz Menedżer Zarządzający CSRinfo.</p>
          <h3>Czego dotyczą studia podyplomowe Manager CSR?</h3>
          <p>Studia przygotowują do pełnienia funkcji menedżera CSR w firmie i realizowane są w partnerstwie przez Collegium Civitas i CSRinfo.</p>
          <p><strong>Program</strong> podzielony jest na moduły, na które składają się przedmioty wprowadzające do tematyki zrównoważonego rozwoju i CSR, przedmioty dot. zarządzania jak strategie, zarządzanie ryzykami zrównoważonego rozwoju czy raportowanie oraz wykłady tematyczne obejmujące przekrojowo tematykę CSR.</p>
          <p>Obecnie realizowane jest II edycja studiów i <a href="http://www.civitas.edu.pl/collegium/oferta-edukacyjna/po-polsku/studia-podyplomowe-po-polsku/kierunki-studiow-podyplomowych/obszar-marketing-zarzadzanie-badania/manager-csr">trwa nabór na III edycję</a>. Program realizowany jest w trybie zjazdów weekendowych (sobota-niedziela). Zajęcia odbywają się w Pałacu Kultury i Nauki w Warszawie. Można zarejestrować się już dzisiaj i wnieść opłatę na jesieni.</p>
          <h3>Kto jest organizatorem Konkursu i Programu Akredytacyjnego?</h3>
          <p>Organizatorem merytorycznym Konkursu i Programu Akredytacyjnego „Studia z Przyszłością” jest Fundacja Rozwoju Edukacji i Szkolnictwa Wyższego. Certyfikatem „Studia z Przyszłością” wyróżniane są kierunki realizowane „według nowoczesnych i innowacyjnych programów kształcenia, dobrze odpowiadające na potrzeby rynku pracy, zgodne z oczekiwaniami otoczenia społeczno-gospodarczego”.</p>
          <h3>Kto ocenia kierunki studiów?</h3>
          <p>Program powołał Komisję Certyfikującą, która jest złożone z wybitnych naukowców<strong> specjalizujących się w problematyce jakości kształcenia i zarządzania szkolnictwem wyższym</strong>, pracujących m.in.na Uniwersytecie Jagiellońskim, Uniwersytecie Wrocławskim, Uniwersytecie Śląskim i Katolickim Uniwersytecie Lubelskim. W Komisji zasiądą również przedstawiciele środowiska pracodawców.</p>
          <h3>Kto jeszcze otrzymał nagrodę w województwie mazowieckim?</h3>
          <p>Komisja Certyfikacyjna <strong>przyznała Collegium Civitas</strong> Certyfikaty i Znak Jakości „Studia z Przyszłością” dla <strong>dwóch kierunków</strong>. Oprócz „Manager CSR” nagrodę otrzymała specjalność na kierunku Socjologia „Komunikacja zintegrowana – reklama, public relations, branding”.<br />
          <strong>Poza Collegium Civitas w województwie mazowieckim</strong> nagrody otrzymały wybrane kierunki na uczelniach: Politechnika Warszawska, SGGW, SGH, UW, Uniwersytet Stefana Kardynała Wyszyńskiego w Warszawie i Wyższa Szkoła Informatyki Stosowanej i Zarządzania w Warszawie pod auspicjami PAN.</p>
          <p>Warto dodać, że oprócz „Manager CSR” tylko jeden kierunek studiów podyplomowych otrzymał nagrodę w województwie mazowieckim.</p>
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content => array (1) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        10 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 947
          public post_author -> string (1) "2"
          public post_date -> string (19) "2016-03-09 16:47:11"
          public post_date_gmt -> string (19) "2016-03-09 15:47:11"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (34) "Annual CSR Outlook 2016 ogłoszony"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (33) "annual-csr-outlook-2016-ogloszony"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2025-04-06 12:58:28"
          public post_modified_gmt -> string (19) "2025-04-06 10:58:28"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=947"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 947
          public slug -> string (33) "annual-csr-outlook-2016-ogloszony"
          public custom -> array (25)
          _edit_lock => string (12) "1743937122:4"
          _edit_last => string (1) "4"
          _wp_old_date => string (10) "2022-10-23"
          img_main => string (3) "948"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (871) "Jakie są cztery trendy, na które biznes powinien zwrócić uwagę? Dzisiaj ogło...
          Jakie są cztery trendy, na które biznes powinien zwrócić uwagę? Dzisiaj ogłoszono Annual CSR Outlook 2016, czwartą już edycję raportu, który podsumowuje wydarzenia z 2015 roku i pokazuje trendy na przyszłość.
          
          <strong>Pobierz materiał:</strong> <a href="http://www.csrinfo.org/wp-content/uploads/2016/07/annual-csr-outlook-2016_wersja-online.pdf">Annual CSR Outlook 2016</a> [PDF]
          
          <strong>Wydawca:</strong> CSRinfo
          
          <strong>Partnerem Strategicznym</strong> 4. edycji raportu jest Bank Zachodni WBK, od 2013 w portfelu spółek wchodzących w skład Respect Index na GPW, w 2015 roku po raz drugi opublikował raport CSR.
          
          <strong>Patronami honorowymi są:</strong> Ministerstwo Rozwoju, Związek Banków Polskich oraz Stowarzyszenie Emitentów Giełdowych.
          
          <strong>Partnerami medialnymi są:</strong> odpowiedzialnybiznes.pl oraz proto.pl.
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content => array (1) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          content_content_1_title => string (23) "ANNUAL CSR OUTLOOK 2016"
          _content_content_1_title => string (19) "field_62c5bfce99739"
          content_content_1_text => string (0) ""
          _content_content_1_text => string (19) "field_62c5bfe09973a"
          content_content_1_file => string (3) "993"
          _content_content_1_file => string (19) "field_62c5bfed9973b"
          newsletter_campaignid => string (0) ""
          _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
          newsletter => string (0) ""
          _newsletter => string (19) "field_63873d04c7faf"
          _yoast_wpseo_content_score => string (2) "60"
          _yoast_wpseo_estimated-reading-time-minutes => string (1) "1"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        11 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 994
          public post_author -> string (1) "2"
          public post_date -> string (19) "2015-03-27 08:57:04"
          public post_date_gmt -> string (19) "2015-03-27 07:57:04"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (34) "ANNUAL CSR OUTLOOK 2015 OGŁOSZONY"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (3) "994"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2025-04-06 12:59:02"
          public post_modified_gmt -> string (19) "2025-04-06 10:59:02"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=994"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 994
          public slug -> string (3) "994"
          public custom -> array (25)
          _edit_lock => string (12) "1743937019:4"
          _edit_last => string (1) "4"
          _wp_old_date => string (10) "2022-10-24"
          img_main => string (3) "995"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (1032) "Jakie są trzy najważniejsze trendy CSR, na które menedżerowie powinni zwróci...
          Jakie są trzy najważniejsze trendy CSR, na które menedżerowie powinni zwrócić uwagę w 2015 roku? Jak branża energetyczno-paliwowa odpowiada na wyzwania zrównoważonego rozwoju? Jakie wydarzenia były najważniejsze w 2014 roku? Na te pytania odpowiada najnowszy raport Annual CSR Outlook 2015.
          
          Annual CSR Outlook 2015 to zestawienie prezentujące najważniejsze trendy w zakresie odpowiedzialnego i zrównoważonego biznesu (CSR). Autorem publikacji jest CSRinfo. Partnerem III edycji raportu jest PKN ORLEN.
          <blockquote>„Annual CSR Outlook 2015 jest przydatny dla każdego menedżera CSR. Pokazuje, jakie zjawiska będą kształtowały CSR w najbliższym czasie i na jakie wyzwania firmy powinny zwrócić uwagę. Podsumowanie jest przygotowane w skondensowanej formie raportu i doskonale uzupełnia inne inicjatywy, jakie są dostępne na rynku. Za rok planujemy wydać kolejny raport” – mówi Liliana Anam, Menedżer Zarządzający CSRinfo. Partnerem medialnym jest serwis Odpowiedzialnybiznes.pl.</blockquote>
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content_1_title => string (23) "ANNUAL CSR OUTLOOK 2015"
          _content_content_1_title => string (19) "field_62c5bfce99739"
          content_content_1_text => UTF-8 string (82) "<p>Rok wydania: 2015<br /> Język: Polski<br /> Instytucje: CSRinfo, PKN ORLE...
          <p>Rok wydania: 2015<br />
          Język: Polski<br />
          Instytucje: CSRinfo, PKN ORLEN</p>
          
          _content_content_1_text => string (19) "field_62c5bfe09973a"
          content_content_1_file => string (3) "996"
          _content_content_1_file => string (19) "field_62c5bfed9973b"
          content_content => array (1) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          newsletter_campaignid => string (0) ""
          _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
          newsletter => string (0) ""
          _newsletter => string (19) "field_63873d04c7faf"
          _yoast_wpseo_content_score => string (2) "90"
          _yoast_wpseo_estimated-reading-time-minutes => string (1) "1"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        12 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 949
          public post_author -> string (1) "2"
          public post_date -> string (19) "2014-04-17 16:49:16"
          public post_date_gmt -> string (19) "2014-04-17 14:49:16"
          public post_content -> string (0) ""
          public post_title -> string (23) "ANNUAL CSR OUTLOOK 2014"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (23) "annual-csr-outlook-2014"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2025-04-06 13:22:31"
          public post_modified_gmt -> string (19) "2025-04-06 11:22:31"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=949"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 949
          public slug -> string (23) "annual-csr-outlook-2014"
          public custom -> array (24)
          _edit_lock => string (12) "1743938432:4"
          _edit_last => string (1) "4"
          _wp_old_date => string (10) "2022-10-23"
          img_main => string (3) "948"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (660) "Jakie wskaźniki raportują największe firmy? Jakie nowe standardy pojawiły si...
          Jakie wskaźniki raportują największe firmy? Jakie nowe standardy pojawiły się w zeszłym roku? Na które zagadnienia globalne warto zwrócić uwagę? Jaki jest ich polski wymiar? Jakie były debiuty na polskim rynku? Na te pytania odpowiada Annual CSR Outlook 2014, wydany przez CSRinfo.
          To druga edycja Annual CSR Outlook. Krótka forma i zebrane w przystępnej formie kluczowe dane. Wkrótce wersja anglojęzyczna.
          
          &nbsp;
          <p style="text-align: center;"><a href="https://www.csrinfo.org/wp-content/uploads/2014/04/annual_csr_outlook_2014.pdf"><span style="color: #66b0d6; font-size: 2.2rem; font-weight: 800;"><strong>POBIERZ</strong></span></a></p>
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content => array (1) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          content_content_1_title => string (23) "ANNUAL CSR OUTLOOK 2014"
          _content_content_1_title => string (19) "field_62c5bfce99739"
          content_content_1_text => UTF-8 string (71) "<p>Język: polski<br /> Rok wydania: 2014<br /> Instytucja: CSRinfo</p>"
          <p>Język: polski<br />
          Rok wydania: 2014<br />
          Instytucja: CSRinfo</p>
          
          _content_content_1_text => string (19) "field_62c5bfe09973a"
          content_content_1_file => string (3) "997"
          _content_content_1_file => string (19) "field_62c5bfed9973b"
          newsletter_campaignid => string (0) ""
          _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
          newsletter => string (0) ""
          _newsletter => string (19) "field_63873d04c7faf"
          _yoast_wpseo_estimated-reading-time-minutes => string (1) "1"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        13 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 950
          public post_author -> string (1) "2"
          public post_date -> string (19) "2013-11-07 16:50:48"
          public post_date_gmt -> string (19) "2013-11-07 15:50:48"
          public post_content -> string (0) ""
          public post_title -> string (11) "BRUDNY ZYSK"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (11) "brudny-zysk"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2025-04-06 13:25:07"
          public post_modified_gmt -> string (19) "2025-04-06 11:25:07"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=950"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 950
          public slug -> string (11) "brudny-zysk"
          public custom -> array (25)
          _edit_lock => string (12) "1743938582:4"
          _edit_last => string (1) "4"
          _wp_old_date => string (10) "2022-10-23"
          img_main => string (3) "951"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (3965) "Według opublikowanego przez Fundację CentrumCSR.PL raportu pt. „Brudny zysk....
          Według opublikowanego przez Fundację CentrumCSR.PL raportu pt. „Brudny zysk. Jak korporacje, banki i fundusze inwestycyjne czerpią zyski z łamania praw człowieka”, największe europejskie grupy finansowe ponoszą pośrednią odpowiedzialność za liczne przypadki naruszeń praw człowieka i zniszczenia środowiska naturalnego w Krajach Rozwijających się. Banki i fundusze inwestycyjne nie analizują swojego portfolio pod kątem kontrowersyjnych inwestycji, ryzykując tym samym swoją reputację, a brak regulacji prawnych w tym zakresie pozwala im pośrednio czerpać zyski z pracy przymusowej, nielegalnych wysiedleń, eksportu broni do krajów objętych embargiem czy też spekulować cenami żywności.
          
          Raport opisuje kontrowersyjne praktyki których dopuszczają się najbardziej znane korporacje wydobywcze (np. Rio Tinto, BHP Billiton, Barrick Gold), zbrojeniowe (General Dynamics, EADS), firmy z branży elektronicznej (Samsung, Foxconn, Flextronics) czy odzieżowej (H&amp;M). Tłumaczy, w jaki sposób i na jaką skalę działania tych firm finansują grupy finansowe takie jak Allianz, ING, BNP Paribas, Commerzbank, Deutsche Bank i UniCredit.
          <blockquote>„Publikując raport, chcemy zwrócić uwagę na poważny problem zaniechań, których dopuszczają się instytucje finansowe, ignorując temat ochrony praw człowieka i środowiska naturalnego.Jestem przekonany, że gdyby banki i fundusze inwestycyjne stawiały pewne minimalne wymagania etyczne swoim partnerom biznesowym, można by uniknąć wielu szczególnie drastycznych przypadków łamania praw pracowniczych czy dewastacji środowiska naturalnego w Azji, Afryce czy Ameryce Łacińskiej” – mówi Grzegorz Piskalski, Dyrektor Fundacji CentrumCSR.PL.</blockquote>
          Brazylijska firma Vale prowadzi kopalnię węgla w Moatize w Mozambiku, jedną z największych w Afryce. W związku z jej rozbudową, jak dotąd przesiedlono 1.300 rodzin, którym nie zostały zapewnione godne warunki życia. Sprzeciwiający się działaniom firmy przedstawiciele lokalnych społeczności spotkali się z groźbami i szykanami. W 2012 r. internauci z całego świata uznali Vale w plebiscycie Public Eye Awards za najgorszą firmę na świecie. Niemiecki Allianz jest zaangażowany w Vale na kwotę co najmniej 700 mln EUR, a francuskie BNP Paribas na co najmniej 400 mln EUR.
          
          Flextronics, jeden największych producentów elektroniki na świecie (pracuje na zlecenie m.in. Cisco, IBM, HP, Dell, Motorola, Apple) poprzez agencje pracy tymczasowej w swoich malezyjskich fabrykach zatrudnia wielu migrantów z krajów takich jak Bangladesz, Nepal, Kambodża czy Birma. Aby zdobyć pracę, są oni zmuszani do płacenia nielegalnych prowizji, które wpędzają ich w długi. Nie otrzymują kopii umów o pracę, rekwirowane są ich paszporty. Pracują 6 dni w tygodniu po 12 godzin, opóźnienia w wypłatach sięgają pół roku, nie wypłacane są nadgodziny. Związki zawodowe są zwalczane, a kobiety w ciąży wyrzucane z pracy. Na koniec 2012 roku ponad 120 mln EUR zainwestował w Flextronics bank BNP Paribas.
          <blockquote>„Jestem zaskoczony, że europejskie instytucje finansowe, takie jak BNP Paribas, Deutsche Bank czy KBC, ryzykują swoją reputację inwestując w firmę Flextronics, która w sposób oczywisty przyczynia się do łamania podstawowych standardów praw człowieka. W mojej opinii, banki te powinny wymóc na firmie Flextronics poprawę warunków pracy, lub po prostu wycofać z niej swoje udziały” – mówi Tadeusz Joniewicz, ekspert Fundacji CentrumCSR.PL. „Klienci indywidualni muszą mieć pewność, że ich środki ulokowane w bankach nie przyczyniają się do kontrowersyjnych inwestycji” – dodaje Joniewicz.</blockquote>
          &nbsp;
          <p style="text-align: center;"><a href="https://www.csrinfo.org/wp-content/uploads/2013/11/raport_brudny-zysk-2013.pdf"><span style="color: #66b0d6; font-size: 2.2rem;"><strong>POBIERZ</strong></span></a></p>
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content => array (1) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          content_content_1_title => string (20) "RAPORT "BRUDNY ZYSK""
          _content_content_1_title => string (19) "field_62c5bfce99739"
          content_content_1_text => UTF-8 string (493) "<section class="mainContent"> <div class="centerContent"> <section id="files...
          <section class="mainContent">
          <div class="centerContent">
          <section id="files" class="projectFiles">
          <div class="boxes">
          <div class="box lastRow">
          <div class="desc">
          <p>Jego publikacja była możliwa dzięki wsparciu Komisji Europejskiej oraz Ministerstwa Spraw Zagranicznych RP w ramach programu „Polska Pomoc”.</p>
          
          </div>
          </div>
          </div>
          </section>
          </div>
          </section>
          <footer class="mainFooter">
          <div class="cols">
          <div class="centerContent">
          <div class="col"></div>
          </div>
          </div>
          </footer>
          
          _content_content_1_text => string (19) "field_62c5bfe09973a"
          content_content_1_file => string (3) "998"
          _content_content_1_file => string (19) "field_62c5bfed9973b"
          newsletter_campaignid => string (0) ""
          _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
          newsletter => string (0) ""
          _newsletter => string (19) "field_63873d04c7faf"
          _yoast_wpseo_content_score => string (2) "30"
          _yoast_wpseo_estimated-reading-time-minutes => string (1) "3"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        14 => WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 999
          public post_author -> string (1) "2"
          public post_date -> string (19) "2013-03-21 09:02:11"
          public post_date_gmt -> string (19) "2013-03-21 08:02:11"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (67) "ODPOWIEDZIALNY BIZNES TO MY – RAPORT O POLSKICH PRZEDSIĘBIORCACH"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (62) "odpowiedzialny-biznes-to-my-raport-o-polskich-przedsiebiorcach"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2025-04-06 13:30:14"
          public post_modified_gmt -> string (19) "2025-04-06 11:30:14"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=999"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 999
          public slug -> string (62) "odpowiedzialny-biznes-to-my-raport-o-polskich-przedsiebiorcach"
          public custom -> array (25)
          _edit_lock => string (12) "1743938873:4"
          _edit_last => string (1) "4"
          _wp_old_date => string (10) "2022-10-24"
          img_main => string (4) "1000"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => string (0) ""
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (560) "PKPP Lewiatan opublikował raport o polskich przedsiębiorcach, który pokazuje...
          PKPP Lewiatan opublikował raport o polskich przedsiębiorcach, który pokazuje ich wkład w rozwój Polski. Materiał ma bardzo przystępną formę i zawiera same fakty i liczby. Przykładowo 48% inwestycji w środowisko finansowane jest przed firmy ze środków własnych.
          Raport po wstępie zawiera infografiki dotyczące różnych aspektów przedsiębiorczości takich jak udziału kobiet, eksportu czy odpowiedzialnego biznesu.
          
          &nbsp;
          <p style="text-align: center;"><span style="font-size: 2.2rem; color: #66b0d6;"><strong>POBIERZ</strong></span></p>
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content_1_title => UTF-8 string (51) "PRZEDSIĘBIORCY W POLSCE: FAKTY, LICZBY, PRZYKŁADY"
          _content_content_1_title => string (19) "field_62c5bfce99739"
          content_content_1_text => UTF-8 string (83) "<p>Rok wydania: 2013<br /> Język: polski<br /> Instytucja: PKPP „Lewiatan”</p>"
          <p>Rok wydania: 2013<br />
          Język: polski<br />
          Instytucja: PKPP „Lewiatan”</p>
          
          _content_content_1_text => string (19) "field_62c5bfe09973a"
          content_content_1_file => string (4) "1001"
          _content_content_1_file => string (19) "field_62c5bfed9973b"
          content_content => array (1) Depth Limit
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          newsletter_campaignid => string (0) ""
          _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
          newsletter => string (0) ""
          _newsletter => string (19) "field_63873d04c7faf"
          _yoast_wpseo_content_score => string (2) "60"
          _yoast_wpseo_estimated-reading-time-minutes => string (1) "1"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        public post_count -> integer 15
        public current_post -> integer -1
        public before_loop -> boolean true
        public in_the_loop -> boolean false
        public post -> WP_Post (28)
        • Properties (28)
        • Available methods (6)
        • public ID -> integer 2437
          public post_author -> string (1) "4"
          public post_date -> string (19) "2023-09-22 00:45:55"
          public post_date_gmt -> string (19) "2023-09-21 22:45:55"
          public post_content -> string (0) ""
          public post_title -> UTF-8 string (76) "Co to jest ESG i dlaczego warto wdrażać je w strategię przedsiębiorstwa?"
          public post_excerpt -> string (0) ""
          public post_status -> string (7) "publish"
          public comment_status -> string (6) "closed"
          public ping_status -> string (6) "closed"
          public post_password -> string (0) ""
          public post_name -> string (71) "co-to-jest-esg-i-dlaczego-warto-wdrazac-je-w-strategie-przedsiebiorstwa"
          public to_ping -> string (0) ""
          public pinged -> string (0) ""
          public post_modified -> string (19) "2024-02-02 21:15:55"
          public post_modified_gmt -> string (19) "2024-02-02 20:15:55"
          public post_content_filtered -> string (0) ""
          public post_parent -> integer 0
          public guid -> string (51) "https://www.csrinfo.org/?post_type=blog&#038;p=2437"
          public menu_order -> integer 0
          public post_type -> string (4) "blog"
          public post_mime_type -> string (0) ""
          public comment_count -> string (1) "0"
          public filter -> string (3) "raw"
          public status -> string (7) "publish"
          public id -> integer 2437
          public slug -> string (71) "co-to-jest-esg-i-dlaczego-warto-wdrazac-je-w-strategie-przedsiebiorstwa"
          public custom -> array (34)
          _edit_lock => string (12) "1706904816:4"
          _edit_last => string (1) "4"
          img_main => string (4) "2302"
          _img_main => string (19) "field_62c4065d0b60c"
          text_preview => UTF-8 string (306) "W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności ...
          W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności społeczne i problemy związane z zarządzaniem zasobami naturalnymi stają się coraz bardziej palącymi zagadnieniami, zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
          
          _text_preview => string (19) "field_62c406990b60f"
          content_content_0_text => UTF-8 string (12904) "Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisk...
          Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisko człowieka. To wtedy po raz pierwszy dostrzeżono problemy ludzkości, które na początku skupiały się jedynie na zmniejszającej się ilości zasobów naturalnych. Dopiero Szczyt Ziemi w Rio de Janeiro, który odbył się pod hasłem Środowisko i Rozwój, postawił znak równości między czynnikami środowiskowymi a rozwojem społeczno-gospodarczym. Aktualnie, strategia zrównoważonego rozwoju to wachlarz zagadnień związanych ze środowiskiem, społecznością i ładem korporacyjnym, czyli ESG.
          
          Pojęcie ESG nabiera coraz większego znaczenia. Skrót ten odnosi się do trzech kluczowych kategorii tematów, które organizacje powinny uwzględniać w swojej działalności: E jak Environmental (kwestie środowiskowe), S jak Social (kwestie społeczne) i G jak Governance (zarządzanie). Wdrażanie działań ESG nie tylko pomaga organizacjom radzić sobie z wyzwaniami związanymi z tematyką zrównoważonego rozwoju, ale także przyczynia się do poprawy ich efektywności i reputacji. Dlatego warto przyjrzeć się bliżej temu tematowi i dowiedzieć się, dlaczego koncepcja społecznej odpowiedzialności biznesu staje się coraz bardziej istotna dla firm, inwestorów i społeczeństwa.
          
          <a href="#cotojestesg">Co to jest ESG?</a>
          
          <a href="#kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</a>
          
          <a href="#dlaczegowarto">Dlaczego warto wdrażać ESG w organizacji?</a>
          
          <a href="#wnioski">Wnioski</a>
          <h2 id="cotojestesg">Co to jest ESG?</h2>
          ESG to skrót od trzech kluczowych czynników, które są używane do oceny zrównoważonej działalności i odpowiedzialności społecznej organizacji. Oto co oznaczają:
          
          <span style="text-decoration: underline;">Kwestie środowiskowe (E - Environmental)</span>
          
          Pierwsza litera w skrócie ESG odnosi się do kategorii środowiskowej, co oznacza, że organizacje muszą zwracać uwagę na wpływ swojej działalności na stan środowiska w łańcuchu wartości. Wdrażanie zasad ESG w obszarze środowiskowym oznacza podejmowanie działań mających na celu redukcję emisji gazów cieplarnianych, oszczędzanie zasobów naturalnych, gospodarowanie zasobami wodnymi i minimalizowanie negatywnego wpływu na ekosystemy. Firmy, które skutecznie integrują politykę klimatyczną w swojej strategii biznesowej, mogą zarówno obniżyć koszty oraz przyciągnąć klientów i inwestorów, którzy coraz częściej kierują się wartościami związanymi z ochroną środowiska.
          
          <span style="text-decoration: underline;">Kwestie społeczne (S - Social)</span>
          
          Kwestie społecznej odpowiedzialności koncentrują się na relacjach organizacji z pracownikami, warunkami pracy, klientami, dostawcami i społecznością lokalną. Firmy, które dbają o dobrostan swoich pracowników, promują różnorodność i inkluzję oraz angażują się w społeczność, zyskują na zaufaniu i lojalności. Ponadto, społeczne inwestycje mogą pomóc w budowaniu lepszej reputacji firmy, przyciąganiu zdolnych pracowników oraz nowych inwestorów.
          
          <span style="text-decoration: underline;">Zarządzanie i ład korporacyjny (G - Governance)</span>
          
          Ostatnia litera ESG odnosi się do zarządzania, czyli sposobu, w jaki organizacja jest kierowana i kontrolowana. Ład korporacyjny to przede wszystkim transparentność, uczciwość i etyka w działaniu. Firmom, które skupiają się na dobrych praktykach zarządzania, łatwiej uniknąć skandali i konfliktów, co ma ogromne znaczenie dla inwestorów. Ponadto, skuteczne zarządzanie może pomóc w podejmowaniu lepszych decyzji biznesowych i zwiększeniu efektywności organizacji.
          <h2 id="kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</h2>
          Istnieje wiele dokumentów regulujących zagadnienia zrównoważonego rozwoju na różnych poziomach, zarówno międzynarodowych, jak i krajowych. Poniżej znajduje się lista najważniejszych dokumentów i inicjatyw:
          
          <a href="https://www.un.org.pl/agenda-2030-rezolucja" target="_blank" rel="noopener">Agenda 2030 dla Zrównoważonego Rozwoju</a> (Agenda 2030) to globalny plan działania przyjęty przez wszystkie państwa członkowskie ONZ w 2015 roku. Skupia się na 17 Celach Zrównoważonego Rozwoju (SDG), które obejmują różnorodne kwestie, m.in. eliminacja ubóstwa, ochrona środowiska, równość płci i zdrowie.
          
          <img class="aligncenter wp-image-2439 size-full" src="https://www.csrinfo.org/wp-content/uploads/2024/02/Agenda-ONZ.png" alt="Agenda ONZ 2030" width="706" height="344" />
          
          <a href="https://www.consilium.europa.eu/pl/policies/climate-change/paris-agreement/" target="_blank" rel="noreferrer noopener">Porozumienie Paryskie</a> przyjęte w 2015 roku, ma na celu globalne ograniczenie wzrostu temperatury na świecie poniżej 2°C w stosunku do okresu przedindustrialnego. Koncentruje się na redukcji emisji gazów cieplarnianych i dostosowaniu się do zmian klimatycznych.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <a href="https://www.europarl.europa.eu/news/pl/headlines/society/20200618STO81513/zielony-lad-klucz-do-neutralnej-klimatycznie-i-zrownowazonej-ue?&amp;at_campaign=20234-Green&amp;at_medium=Google_Ads&amp;at_platform=Search&amp;at_creation=RSA&amp;at_goal=TR_G&amp;at_audience=europejski%20zielony%20%C5%82ad&amp;at_topic=Green_Deal&amp;at_location=PO&amp;gclid=Cj0KCQjw9rSoBhCiARIsAFOipllp_YEBUj3UdL1AT0zYlNvYUsceAbJytKYdChhJWTvQHvEsI4mzDQIaAjD4EALw_wcB" target="_blank" rel="noreferrer noopener">Europejski Zielony Ład</a> (ang. European Green Deal) to strategia i szereg inicjatyw Unii Europejskiej mających na celu osiągnięcie neutralności klimatycznej do 2050 roku, promowanie zrównoważonego rozwoju, ochronę środowiska i przejście na bardziej ekologiczny model gospodarki.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <a href="https://www.gov.pl/web/finanse/dyrektywa-o-sprawozdawczosci-przedsiebiorstw-w-zakresie-zrownowazonego-rozwoju-juz-opublikowana" target="_blank" rel="noreferrer noopener">Dyrektywa CSRD</a> (ang. Corporate Sustainability Reporting Directive) to unijna inicjatywa mająca na celu rozszerzenie i ulepszenie standardów raportowania ESG przez przedsiębiorstwa.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Skupia się na wymogach dotyczących raportowania informacji związanych z aspektami społecznymi, środowiskowymi i rządzącymi oraz ma na celu zwiększenie transparentności działań firm w tych obszarach.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <a href="https://finance.ec.europa.eu/sustainable-finance/tools-and-standards/eu-taxonomy-sustainable-activities_en" target="_blank" rel="noreferrer noopener">Taksonomia</a> jest narzędziem regulacyjnym Unii Europejskiej, które określa, jakie działalności gospodarcze można uznać za zrównoważone pod względem ekologicznym. Koncentruje się na identyfikowaniu sektorów gospodarki, które przyczyniają się pozytywnie do celów zrównoważonego rozwoju, oraz tych, które są z nimi sprzeczne.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <a href="https://www.weforum.org/reports/" target="_blank" rel="noreferrer noopener">Raporty Forum Ekonomicznego w Davos</a> to dokumenty przedstawiane podczas dorocznych spotkań Światowego Forum Ekonomicznego w Davos.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Zakres tematyczny tych raportów jest szeroki i obejmuje kwestie gospodarcze, społeczne, środowiskowe i polityczne. Forum to miejsce dyskusji na temat globalnych wyzwań, takich jak nierówność, zmiany klimatyczne, innowacje i polityka światowa.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <a href="https://www.fsb-tcfd.org/" target="_blank" rel="noreferrer noopener">TCFD</a> (ang. Task Force on Climate-related Financial Disclosures) to grupa robocza powołana przez Financial Stability Board (FSB), która koncentruje się na dostarczaniu wytycznych dotyczących raportowania finansowego związanego z klimatem. Jej celem jest promowanie przejrzystego i spójnego raportowania informacji finansowych dotyczących ryzyka klimatycznego i jego wpływu na przedsiębiorstwa.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Mnogość dokumentów, wytycznych i inicjatyw sprawia, że zarządzanie ESG jest strategią równoczesnego rozpoznawania i rozwiązywania współczesnych problemów gospodarczych, społecznych i środowiskowym, z uwzględnieniem wpływów finansowym i bezpieczeństwa przyszłych pokoleń.
          <div id="dlaczegowarto">
          
          <!-- /wp:paragraph --> <!-- wp:heading -->
          <h2 id="dlaczego-warto" class="wp-block-heading">Dlaczego warto wdrażać ESG w organizacji?</h2>
          <!-- /wp:heading --> <!-- wp:paragraph -->
          
          </div>
          Jednym z głównych argumentów przemawiających za wdrażaniem ESG w firmach jest troska o bezpieczeństwo przyszłych pokoleń oraz długoterminową stabilność przedsiębiorstw.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Istnieje wiele powodów, dla których organizacje powinny rozważyć wprowadzenie ESG w działalność organizacji:
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Poprawa reputacji </strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Firmy, które angażują się w kwestie ESG, zyskują lepszą reputację i budują zaufanie klientów, inwestorów i społeczności.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Wzrost znaczenia na rynku</strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Wielu inwestorów alokuje kapitały w firmy zrównoważone, co może przyciągnąć nowe źródła finansowania. Coraz częściej mówi się o zielonych obligacjach zielonych inwestycjach czy zielonych zamówieniach publicznych.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Mitygacja ryzyka</strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Realizacja celów zrównoważonego rozwoju pomaga ograniczyć ryzyko związane z problemami środowiskowymi, społecznymi i zarządczymi w działalności własnej oraz w łańcuchu wartości. Pozwala to redukować ryzyko nieodpowiednich warunków pracy poprzez ankietę lub ocenę dostawcy.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Efektywność</strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Dobre praktyki ESG, w tym polityki i kodeksy, mogą pomóc w poprawie efektywności operacyjnej i obniżeniu kosztów produkcji lub utrzymania przedsiębiorstwa.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Spełnianie wymogów prawa i regulacji</strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          W wielu krajach wprowadzane są nowe przepisy dotyczące ESG, co sprawia, że organizacje muszą dostosować się do wymagań legislacyjnych. To proces czasochłonny, jednak zapewnia najwyższą jakość oferowanych usług, ich zgodność z prawem oraz minimalizowanie ryzyka w trakcie audytów przedsiębiorstwa.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Budowanie wartości pracowników</strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Młodsze pokolenia pracowników coraz częściej wybierają pracodawców, którzy dbają o ESG i odpowiedzialność społeczną oraz oczekują odpowiedzialnej postawy pracodawcy. Wpływa to na wzrost zaangażowania pracowników, poprawę ich dobrostanu oraz polepszanie wizerunku przedsiębiorstwa.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          <strong>Długoterminowy sukces</strong>
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Organizacje, które uwzględniają ESG w swojej strategii, są bardziej przygotowane do długoterminowych wyzwań i zmian na rynku.
          <div id="wnioski">
          
          <!-- /wp:paragraph --> <!-- wp:heading -->
          <h2 id="wnioski" class="wp-block-heading">Wnioski</h2>
          <!-- /wp:heading --> <!-- wp:paragraph -->
          
          </div>
          ESG to podejście do biznesu, które uwzględnia wpływ działalności na trzy kluczowe obszary: środowiskowy, społeczny i zarządczy, ale również wpływ tych obszarów na funkcjonowanie organizacji. Wdrażanie standardów ESG pomaga organizacjom zarządzać wyzwaniami związanymi ze zrównoważonym rozwojem, oczekiwaniami społecznymi oraz zyskać przewagę konkurencyjną. Firmy, które inwestują w ESG, mogą budować lepszą reputację, przyciągać inwestorów i klientów, minimalizować ryzyka własne i mieć pozytywny wpływ społeczny. Dlatego warto rozważyć implementację ESG w swojej organizacji i zacząć działać na rzecz bardziej zrównoważonej i odpowiedzialnej przyszłości.
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          &nbsp;
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          
          Jeśli chcesz dowiedzieć się więcej o ESG, wprowadzić zrównoważone praktyki w działalność swojej firmy oraz poznać najnowsze trendy w tym zakresie, to zapraszamy Cię na szkolenie "<strong>ESG i zrównoważony rozwój w biznesie</strong>".
          
          _content_content_0_text => string (19) "field_62c4151f67596"
          content_content => array (3)
          0 => string (4) "text"
          1 => string (8) "cta_link"
          2 => string (4) "text"
          _content_content => string (19) "field_62c4140c95fd9"
          content => string (0) ""
          _content => string (19) "field_62c413ed1bd11"
          newsletter_campaignid => string (0) ""
          _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
          newsletter => string (0) ""
          _newsletter => string (19) "field_63873d04c7faf"
          _yoast_wpseo_estimated-reading-time-minutes => string (1) "8"
          _yoast_wpseo_wordproof_timestamp => string (0) ""
          _yoast_wpseo_focuskw => string (14) "Co to jest ESG"
          _yoast_wpseo_title => string (18) "%%title%% %%page%%"
          _yoast_wpseo_metadesc => UTF-8 string (140) "W dzisiejszym dynamicznym świecie zarządzanie ESG przestaje być jedynie tren...
          W dzisiejszym dynamicznym świecie zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
          
          _yoast_wpseo_linkdex => string (2) "80"
          _oembed_91c3bd6af021e0551fd1132a675f996d => UTF-8 string (692) "<blockquote class="wp-embedded-content" data-secret="Y41Uv4dnC5"><a href="ht...
          <blockquote class="wp-embedded-content" data-secret="Y41Uv4dnC5"><a href="https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/">ESG i zrównoważony rozwój w biznesie ONLINE</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8222;ESG i zrównoważony rozwój w biznesie ONLINE&#8221; &#8212; CSRinfo - społeczna odpowiedzialność biznesu" src="https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/embed/#?secret=xzliFhYSa5#?secret=Y41Uv4dnC5" data-secret="Y41Uv4dnC5" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
          
          _oembed_time_91c3bd6af021e0551fd1132a675f996d => string (10) "1706832422"
          2024-02-02 00:07:02 UTC
          _yoast_wpseo_content_score => string (2) "30"
          content_content_1_title => UTF-8 string (39) "ESG i zrównoważony rozwój w biznesie"
          _content_content_1_title => string (19) "field_65ba00f6ef476"
          content_content_1_text => UTF-8 string (336) "<p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</s...
          <p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</span></p>
          <span style="font-size: 1.4rem;">• praktyczna pomoc we wdrożeniu zrównoważonych działań,</span>
          
          <span style="font-size: 1.4rem;">• aktualna wiedza na temat ESG,</span>
          
          <span style="font-size: 1.4rem;">• szkolenie warsztatowe.</span>
          
          _content_content_1_text => string (19) "field_65ba00f6ef477"
          content_content_1_file => array (3)
          title => UTF-8 string (15) "Zapisuję się!"
          url => string (56) "https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/"
          target => string (0) ""
          _content_content_1_file => string (19) "field_65ba0101ef479"
          content_content_2_text => UTF-8 string (577) "Przydatne linki: <!-- /wp:paragraph --> <!-- wp:paragraph --> <ul> <li>Jak z...
          Przydatne linki:
          
          <!-- /wp:paragraph --> <!-- wp:paragraph -->
          <ul>
           	<li>Jak zyskać na odpowiedzialności? CSR w strategiach spółek giełdowych.<a href="https://www.csrinfo.org/category/publikacje-csrinfo/">https://www.csrinfo.org/category/publikacje-csrinfo/</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
           	<li>Forum Odpowiedzialnego Biznesu <a href="http://www.odpowiedzialnybiznes.pl">www.odpowiedzialnybiznes.pl</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
           	<li>UN Global Goals2030 <a href="https://sdgs.un.org">https://sdgs.un.org</a></li>
          </ul>
          
          _content_content_2_text => string (19) "field_62c4151f67596"
          _wp_old_date => string (10) "2024-02-02"
        • public __construct($post) Constructor.
          /**
          * Constructor.
          *
          * @since 3.5.0
          *
          * @param WP_Post|object $post Post object.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:265
          public __isset($key): bool Isset-er.
          /**
          * Isset-er.
          *
          * @since 3.5.0
          *
          * @param string $key Property to check if set.
          * @return bool
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:279
          public __get($key): mixed Getter.
          /**
          * Getter.
          *
          * @since 3.5.0
          *
          * @param string $key Key to get.
          * @return mixed
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:307
          public filter($filter): WP_Post {@Missing Summary}
          /**
          * {@Missing Summary}
          *
          * @since 3.5.0
          *
          * @param string $filter Filter.
          * @return WP_Post
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:358
          public to_array(): array Object as array. Convert object to array.
          /**
          * Convert object to array.
          *
          * @since 3.5.0
          *
          * @return array Object as array.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:377
          public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
          \WP_Post::get_instance($post_id)
          /**
          * Retrieve WP_Post instance.
          *
          * @since 3.5.0
          *
          * @global wpdb $wpdb WordPress database abstraction object.
          *
          * @param int $post_id Post ID.
          * @return WP_Post|false Post object, false otherwise.
          */
          
          Defined in <ROOT>/wp-includes/class-wp-post.php:232
        public comment_count -> integer 0
        public current_comment -> integer -1
        public found_posts -> integer 52
        public max_num_pages -> integer 4
        public max_num_comment_pages -> integer 0
        public is_single -> boolean false
        public is_preview -> boolean false
        public is_page -> boolean false
        public is_archive -> boolean true
        public is_date -> boolean false
        public is_year -> boolean false
        public is_month -> boolean false
        public is_day -> boolean false
        public is_time -> boolean false
        public is_author -> boolean false
        public is_category -> boolean false
        public is_tag -> boolean false
        public is_tax -> boolean true
        public is_search -> boolean false
        public is_feed -> boolean false
        public is_comment_feed -> boolean false
        public is_trackback -> boolean false
        public is_home -> boolean false
        public is_privacy_policy -> boolean false
        public is_404 -> boolean false
        public is_embed -> boolean false
        public is_paged -> boolean false
        public is_admin -> boolean false
        public is_attachment -> boolean false
        public is_singular -> boolean false
        public is_robots -> boolean false
        public is_favicon -> boolean false
        public is_posts_page -> boolean false
        public is_post_type_archive -> boolean false
        private query_vars_hash -> string (32) "424faaff5640c0ff6deb852ba1d7510f"
        private query_vars_changed -> boolean true
        public thumbnails_cached -> boolean false
        protected allow_query_attachment_by_filename -> boolean false
        private stopwords -> null
        private compat_fields -> array (2)
        0 => string (15) "query_vars_hash"
        1 => string (18) "query_vars_changed"
        private compat_methods -> array (2)
        0 => string (16) "init_query_flags"
        1 => string (15) "parse_tax_query"
      • public init() Initiates object properties and sets default values.
        /**
        * Initiates object properties and sets default values.
        *
        * @since 1.5.0
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:519
        public parse_query_vars() Reparses the query vars.
        /**
        * Reparses the query vars.
        *
        * @since 1.5.0
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:547
        public fill_query_vars($query_vars): array Complete query variables with undefined ones filled in empty. Fills in the query variables, which do not exist within the parameter.
        /**
        * Fills in the query variables, which do not exist within the parameter.
        *
        * @since 2.1.0
        * @since 4.5.0 Removed the `comments_popup` public query variable.
        *
        * @param array $query_vars Defined query variables.
        * @return array Complete query variables with undefined ones filled in empty.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:560
        public parse_query($query = '') Parses a query string and sets query type booleans.
        /**
        * Parses a query string and sets query type booleans.
        *
        * @since 1.5.0
        * @since 4.2.0 Introduced the ability to order by specific clauses of a `$meta_query`, by passing the clause's
        *              array key to `$orderby`.
        * @since 4.4.0 Introduced `$post_name__in` and `$title` parameters. `$s` was updated to support excluded
        *              search terms, by prepending a hyphen.
        * @since 4.5.0 Removed the `$comments_popup` parameter.
        *              Introduced the `$comment_status` and `$ping_status` parameters.
        *              Introduced `RAND(x)` syntax for `$orderby`, which allows an integer seed value to random sorts.
        * @since 4.6.0 Added 'post_name__in' support for `$orderby`. Introduced the `$lazy_load_term_meta` argument.
        * @since 4.9.0 Introduced the `$comment_count` parameter.
        * @since 5.1.0 Introduced the `$meta_compare_key` parameter.
        * @since 5.3.0 Introduced the `$meta_type_key` parameter.
        * @since 6.1.0 Introduced the `$update_menu_item_cache` parameter.
        * @since 6.2.0 Introduced the `$search_columns` parameter.
        *
        * @param string|array $query {
        *     Optional. Array or string of Query parameters.
        *
        *     @type int             $attachment_id          Attachment post ID. Used for 'attachment' post_type.
        *     @type int|string      $author                 Author ID, or comma-separated list of IDs.
        *     @type string          $author_name            User 'user_nicename'.
        *     @type int[]           $author__in             An array of author IDs to query from.
        *     @type int[]           $author__not_in         An array of author IDs not to query from.
        *     @type bool            $cache_results          Whether to cache post information. Default true.
        *     @type int|string      $cat                    Category ID or comma-separated list of IDs (this or any children).
        *     @type int[]           $category__and          An array of category IDs (AND in).
        *     @type int[]           $category__in           An array of category IDs (OR in, no children).
        *     @type int[]           $category__not_in       An array of category IDs (NOT in).
        *     @type string          $category_name          Use category slug (not name, this or any children).
        *     @type array|int       $comment_count          Filter results by comment count. Provide an integer to match
        *                                                   comment count exactly. Provide an array with integer 'value'
        *                                                   and 'compare' operator ('=', '!=', '>', '>=', '<', '<=' ) to
        *                                                   compare against comment_count in a specific way.
        *     @type string          $comment_status         Comment status.
        *     @type int             $comments_per_page      The number of comments to return per page.
        *                                                   Default 'comments_per_page' option.
        *     @type array           $date_query             An associative array of WP_Date_Query arguments.
        *                                                   See WP_Date_Query::__construct().
        *     @type int             $day                    Day of the month. Default empty. Accepts numbers 1-31.
        *     @type bool            $exact                  Whether to search by exact keyword. Default false.
        *     @type string          $fields                 Post fields to query for. Accepts:
        *                                                   - '' Returns an array of complete post objects (`WP_Post[]`).
        *                                                   - 'ids' Returns an array of post IDs (`int[]`).
        *                                                   - 'id=>parent' Returns an associative array of parent post IDs,
        *                                                     keyed by post ID (`int[]`).
        *                                                   Default ''.
        *     @type int             $hour                   Hour of the day. Default empty. Accepts numbers 0-23.
        *     @type int|bool        $ignore_sticky_posts    Whether to ignore sticky posts or not. Setting this to false
        *                                                   excludes stickies from 'post__in'. Accepts 1|true, 0|false.
        *                                                   Default false.
        *     @type int             $m                      Combination YearMonth. Accepts any four-digit year and month
        *                                                   numbers 01-12. Default empty.
        *     @type string|string[] $meta_key               Meta key or keys to filter by.
        *     @type string|string[] $meta_value             Meta value or values to filter by.
        *     @type string          $meta_compare           MySQL operator used for comparing the meta value.
        *                                                   See WP_Meta_Query::__construct() for accepted values and default value.
        *     @type string          $meta_compare_key       MySQL operator used for comparing the meta key.
        *                                                   See WP_Meta_Query::__construct() for accepted values and default value.
        *     @type string          $meta_type              MySQL data type that the meta_value column will be CAST to for comparisons.
        *                                                   See WP_Meta_Query::__construct() for accepted values and default value.
        *     @type string          $meta_type_key          MySQL data type that the meta_key column will be CAST to for comparisons.
        *                                                   See WP_Meta_Query::__construct() for accepted values and default value.
        *     @type array           $meta_query             An associative array of WP_Meta_Query arguments.
        *                                                   See WP_Meta_Query::__construct() for accepted values.
        *     @type int             $menu_order             The menu order of the posts.
        *     @type int             $minute                 Minute of the hour. Default empty. Accepts numbers 0-59.
        *     @type int             $monthnum               The two-digit month. Default empty. Accepts numbers 1-12.
        *     @type string          $name                   Post slug.
        *     @type bool            $nopaging               Show all posts (true) or paginate (false). Default false.
        *     @type bool            $no_found_rows          Whether to skip counting the total rows found. Enabling can improve
        *                                                   performance. Default false.
        *     @type int             $offset                 The number of posts to offset before retrieval.
        *     @type string          $order                  Designates ascending or descending order of posts. Default 'DESC'.
        *                                                   Accepts 'ASC', 'DESC'.
        *     @type string|array    $orderby                Sort retrieved posts by parameter. One or more options may be passed.
        *                                                   To use 'meta_value', or 'meta_value_num', 'meta_key=keyname' must be
        *                                                   also be defined. To sort by a specific `$meta_query` clause, use that
        *                                                   clause's array key. Accepts:
        *                                                   - 'none'
        *                                                   - 'name'
        *                                                   - 'author'
        *                                                   - 'date'
        *                                                   - 'title'
        *                                                   - 'modified'
        *                                                   - 'menu_order'
        *                                                   - 'parent'
        *                                                   - 'ID'
        *                                                   - 'rand'
        *                                                   - 'relevance'
        *                                                   - 'RAND(x)' (where 'x' is an integer seed value)
        *                                                   - 'comment_count'
        *                                                   - 'meta_value'
        *                                                   - 'meta_value_num'
        *                                                   - 'post__in'
        *                                                   - 'post_name__in'
        *                                                   - 'post_parent__in'
        *                                                   - The array keys of `$meta_query`.
        *                                                   Default is 'date', except when a search is being performed, when
        *                                                   the default is 'relevance'.
        *     @type int             $p                      Post ID.
        *     @type int             $page                   Show the number of posts that would show up on page X of a
        *                                                   static front page.
        *     @type int             $paged                  The number of the current page.
        *     @type int             $page_id                Page ID.
        *     @type string          $pagename               Page slug.
        *     @type string          $perm                   Show posts if user has the appropriate capability.
        *     @type string          $ping_status            Ping status.
        *     @type int[]           $post__in               An array of post IDs to retrieve, sticky posts will be included.
        *     @type int[]           $post__not_in           An array of post IDs not to retrieve. Note: a string of comma-
        *                                                   separated IDs will NOT work.
        *     @type string          $post_mime_type         The mime type of the post. Used for 'attachment' post_type.
        *     @type string[]        $post_name__in          An array of post slugs that results must match.
        *     @type int             $post_parent            Page ID to retrieve child pages for. Use 0 to only retrieve
        *                                                   top-level pages.
        *     @type int[]           $post_parent__in        An array containing parent page IDs to query child pages from.
        *     @type int[]           $post_parent__not_in    An array containing parent page IDs not to query child pages from.
        *     @type string|string[] $post_type              A post type slug (string) or array of post type slugs.
        *                                                   Default 'any' if using 'tax_query'.
        *     @type string|string[] $post_status            A post status (string) or array of post statuses.
        *     @type int             $posts_per_page         The number of posts to query for. Use -1 to request all posts.
        *     @type int             $posts_per_archive_page The number of posts to query for by archive page. Overrides
        *                                                   'posts_per_page' when is_archive(), or is_search() are true.
        *     @type string          $s                      Search keyword(s). Prepending a term with a hyphen will
        *                                                   exclude posts matching that term. Eg, 'pillow -sofa' will
        *                                                   return posts containing 'pillow' but not 'sofa'. The
        *                                                   character used for exclusion can be modified using the
        *                                                   the 'wp_query_search_exclusion_prefix' filter.
        *     @type string[]        $search_columns         Array of column names to be searched. Accepts 'post_title',
        *                                                   'post_excerpt' and 'post_content'. Default empty array.
        *     @type int             $second                 Second of the minute. Default empty. Accepts numbers 0-59.
        *     @type bool            $sentence               Whether to search by phrase. Default false.
        *     @type bool            $suppress_filters       Whether to suppress filters. Default false.
        *     @type string          $tag                    Tag slug. Comma-separated (either), Plus-separated (all).
        *     @type int[]           $tag__and               An array of tag IDs (AND in).
        *     @type int[]           $tag__in                An array of tag IDs (OR in).
        *     @type int[]           $tag__not_in            An array of tag IDs (NOT in).
        *     @type int             $tag_id                 Tag id or comma-separated list of IDs.
        *     @type string[]        $tag_slug__and          An array of tag slugs (AND in).
        *     @type string[]        $tag_slug__in           An array of tag slugs (OR in). unless 'ignore_sticky_posts' is
        *                                                   true. Note: a string of comma-separated IDs will NOT work.
        *     @type array           $tax_query              An associative array of WP_Tax_Query arguments.
        *                                                   See WP_Tax_Query::__construct().
        *     @type string          $title                  Post title.
        *     @type bool            $update_post_meta_cache Whether to update the post meta cache. Default true.
        *     @type bool            $update_post_term_cache Whether to update the post term cache. Default true.
        *     @type bool            $update_menu_item_cache Whether to update the menu item cache. Default false.
        *     @type bool            $lazy_load_term_meta    Whether to lazy-load term meta. Setting to false will
        *                                                   disable cache priming for term meta, so that each
        *                                                   get_term_meta() call will hit the database.
        *                                                   Defaults to the value of `$update_post_term_cache`.
        *     @type int             $w                      The week number of the year. Default empty. Accepts numbers 0-53.
        *     @type int             $year                   The four-digit year. Default empty. Accepts any four-digit year.
        * }
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:791
        public parse_tax_query(&$q) Parses various taxonomy related query vars.
        /**
        * Parses various taxonomy related query vars.
        *
        * For BC, this method is not marked as protected. See [28987].
        *
        * @since 3.1.0
        *
        * @param array $q The query variables. Passed by reference.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:1152
        public set_404() Sets the 404 property and saves whether query is feed.
        /**
        * Sets the 404 property and saves whether query is feed.
        *
        * @since 2.0.0
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:1804
        public get($query_var, $default_value = ''): mixed Contents of the query variable. Retrieves the value of a query variable.
        /**
        * Retrieves the value of a query variable.
        *
        * @since 1.5.0
        * @since 3.9.0 The `$default_value` argument was introduced.
        *
        * @param string $query_var     Query variable key.
        * @param mixed  $default_value Optional. Value to return if the query variable is not set.
        *                              Default empty string.
        * @return mixed Contents of the query variable.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:1833
        public set($query_var, $value) Sets the value of a query variable.
        /**
        * Sets the value of a query variable.
        *
        * @since 1.5.0
        *
        * @param string $query_var Query variable key.
        * @param mixed  $value     Query variable value.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:1849
        public get_posts(): WP_Post[]|int[] Array of post objects or post IDs. Retrieves an array of posts based on query variables.
        /**
        * Retrieves an array of posts based on query variables.
        *
        * There are a few filters and actions that can be used to modify the post
        * database query.
        *
        * @since 1.5.0
        *
        * @global wpdb $wpdb WordPress database abstraction object.
        *
        * @return WP_Post[]|int[] Array of post objects or post IDs.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:1865
        public next_post(): WP_Post Next post. Sets up the next post and iterate current post index.
        /**
        * Sets up the next post and iterate current post index.
        *
        * @since 1.5.0
        *
        * @return WP_Post Next post.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3666
        public the_post() Sets up the current post.
        /**
        * Sets up the current post.
        *
        * Retrieves the next post, sets up the post, sets the 'in the loop'
        * property to true.
        *
        * @since 1.5.0
        *
        * @global WP_Post $post Global post object.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3685
        public have_posts(): bool True if posts are available, false if end of the loop. Determines whether there are more posts available in the loop.
        /**
        * Determines whether there are more posts available in the loop.
        *
        * Calls the {@see 'loop_end'} action when the loop is complete.
        *
        * @since 1.5.0
        *
        * @return bool True if posts are available, false if end of the loop.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3727
        public rewind_posts() Rewinds the posts and resets post index.
        /**
        * Rewinds the posts and resets post index.
        *
        * @since 1.5.0
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3763
        public next_comment(): WP_Comment Comment object. Iterates current comment index and returns WP_Comment object.
        /**
        * Iterates current comment index and returns WP_Comment object.
        *
        * @since 2.2.0
        *
        * @return WP_Comment Comment object.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3777
        public the_comment() Sets up the current comment.
        /**
        * Sets up the current comment.
        *
        * @since 2.2.0
        *
        * @global WP_Comment $comment Global comment object.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3792
        public have_comments(): bool True if comments are available, false if no more comments. Determines whether there are more comments available.
        /**
        * Determines whether there are more comments available.
        *
        * Automatically rewinds comments when finished.
        *
        * @since 2.2.0
        *
        * @return bool True if comments are available, false if no more comments.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3816
        public rewind_comments() Rewinds the comments, resets the comment index and comment to first.
        /**
        * Rewinds the comments, resets the comment index and comment to first.
        *
        * @since 2.2.0
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3831
        public query($query): WP_Post[]|int[] Array of post objects or post IDs. Sets up the WordPress query by parsing query string.
        /**
        * Sets up the WordPress query by parsing query string.
        *
        * @since 1.5.0
        *
        * @see WP_Query::parse_query() for all available arguments.
        *
        * @param string|array $query URL query string or array of query arguments.
        * @return WP_Post[]|int[] Array of post objects or post IDs.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3848
        public get_queried_object(): WP_Term|WP_Post_Type|WP_Post|WP_User|null The queried object. Retrieves the currently queried object.
        /**
        * Retrieves the currently queried object.
        *
        * If queried object is not set, then the queried object will be set from
        * the category, tag, taxonomy, posts page, single post, page, or author
        * query variable. After it is set up, it will be returned.
        *
        * @since 1.5.0
        *
        * @return WP_Term|WP_Post_Type|WP_Post|WP_User|null The queried object.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3866
        public get_queried_object_id(): int Retrieves the ID of the currently queried object.
        /**
        * Retrieves the ID of the currently queried object.
        *
        * @since 1.5.0
        *
        * @return int
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3961
        public __construct($query = '') Constructor.
        /**
        * Constructor.
        *
        * Sets up the WordPress query, if parameter is not empty.
        *
        * @since 1.5.0
        *
        * @see WP_Query::parse_query() for all available arguments.
        *
        * @param string|array $query URL query string or array of vars.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3982
        public __get($name): mixed Property. Makes private properties readable for backward compatibility.
        /**
        * Makes private properties readable for backward compatibility.
        *
        * @since 4.0.0
        *
        * @param string $name Property to get.
        * @return mixed Property.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3996
        public __isset($name): bool Whether the property is set. Makes private properties checkable for backward compatibility.
        /**
        * Makes private properties checkable for backward compatibility.
        *
        * @since 4.0.0
        *
        * @param string $name Property to check if set.
        * @return bool Whether the property is set.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4010
        public __call($name, $arguments): mixed|false Return value of the callback, false otherwise. Makes private/protected methods readable for backward compatibility.
        /**
        * Makes private/protected methods readable for backward compatibility.
        *
        * @since 4.0.0
        *
        * @param string $name      Method to call.
        * @param array  $arguments Arguments to pass when calling.
        * @return mixed|false Return value of the callback, false otherwise.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4025
        public is_archive(): bool Whether the query is for an existing archive page. Determines whether the query is for an existing archive page.
        /**
        * Determines whether the query is for an existing archive page.
        *
        * Archive pages include category, tag, author, date, custom post type,
        * and custom taxonomy based archives.
        *
        * @since 3.1.0
        *
        * @see WP_Query::is_category()
        * @see WP_Query::is_tag()
        * @see WP_Query::is_author()
        * @see WP_Query::is_date()
        * @see WP_Query::is_post_type_archive()
        * @see WP_Query::is_tax()
        *
        * @return bool Whether the query is for an existing archive page.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4049
        public is_post_type_archive($post_types = ''): bool Whether the query is for an existing post type archive page. Determines whether the query is for an existing post type archive page.
        /**
        * Determines whether the query is for an existing post type archive page.
        *
        * @since 3.1.0
        *
        * @param string|string[] $post_types Optional. Post type or array of posts types
        *                                    to check against. Default empty.
        * @return bool Whether the query is for an existing post type archive page.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4062
        public is_attachment($attachment = ''): bool Whether the query is for an existing attachment page. Determines whether the query is for an existing attachment page.
        /**
        * Determines whether the query is for an existing attachment page.
        *
        * @since 3.1.0
        *
        * @param int|string|int[]|string[] $attachment Optional. Attachment ID, title, slug, or array of such
        *                                              to check against. Default empty.
        * @return bool Whether the query is for an existing attachment page.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4089
        public is_author($author = ''): bool Whether the query is for an existing author archive page. Determines whether the query is for an existing author archive page.
        /**
        * Determines whether the query is for an existing author archive page.
        *
        * If the $author parameter is specified, this function will additionally
        * check if the query is for one of the authors specified.
        *
        * @since 3.1.0
        *
        * @param int|string|int[]|string[] $author Optional. User ID, nickname, nicename, or array of such
        *                                          to check against. Default empty.
        * @return bool Whether the query is for an existing author archive page.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4127
        public is_category($category = ''): bool Whether the query is for an existing category archive page. Determines whether the query is for an existing category archive page.
        /**
        * Determines whether the query is for an existing category archive page.
        *
        * If the $category parameter is specified, this function will additionally
        * check if the query is for one of the categories specified.
        *
        * @since 3.1.0
        *
        * @param int|string|int[]|string[] $category Optional. Category ID, name, slug, or array of such
        *                                            to check against. Default empty.
        * @return bool Whether the query is for an existing category archive page.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4166
        public is_tag($tag = ''): bool Whether the query is for an existing tag archive page. Determines whether the query is for an existing tag archive page.
        /**
        * Determines whether the query is for an existing tag archive page.
        *
        * If the $tag parameter is specified, this function will additionally
        * check if the query is for one of the tags specified.
        *
        * @since 3.1.0
        *
        * @param int|string|int[]|string[] $tag Optional. Tag ID, name, slug, or array of such
        *                                       to check against. Default empty.
        * @return bool Whether the query is for an existing tag archive page.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4205
        public is_tax($taxonomy = '', $term = ''): bool Whether the query is for an existing custom taxonomy archive page. Determines whether the query is for an existing custom taxonomy archive page.
        /**
        * Determines whether the query is for an existing custom taxonomy archive page.
        *
        * If the $taxonomy parameter is specified, this function will additionally
        * check if the query is for that specific $taxonomy.
        *
        * If the $term parameter is specified in addition to the $taxonomy parameter,
        * this function will additionally check if the query is for one of the terms
        * specified.
        *
        * @since 3.1.0
        *
        * @global WP_Taxonomy[] $wp_taxonomies Registered taxonomies.
        *
        * @param string|string[]           $taxonomy Optional. Taxonomy slug or slugs to check against.
        *                                            Default empty.
        * @param int|string|int[]|string[] $term     Optional. Term ID, name, slug, or array of such
        *                                            to check against. Default empty.
        * @return bool Whether the query is for an existing custom taxonomy archive page.
        *              True for custom taxonomy archive pages, false for built-in taxonomies
        *              (category and tag archives).
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4254
        public is_comments_popup(): false Always returns false. Determines whether the current URL is within the comments popup window.
        /**
        * Determines whether the current URL is within the comments popup window.
        *
        * @since 3.1.0
        * @deprecated 4.5.0
        *
        * @return false Always returns false.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4296
        public is_date(): bool Whether the query is for an existing date archive. Determines whether the query is for an existing date archive.
        /**
        * Determines whether the query is for an existing date archive.
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is for an existing date archive.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4309
        public is_day(): bool Whether the query is for an existing day archive. Determines whether the query is for an existing day archive.
        /**
        * Determines whether the query is for an existing day archive.
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is for an existing day archive.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4320
        public is_feed($feeds = ''): bool Whether the query is for a feed. Determines whether the query is for a feed.
        /**
        * Determines whether the query is for a feed.
        *
        * @since 3.1.0
        *
        * @param string|string[] $feeds Optional. Feed type or array of feed types
        *                                         to check against. Default empty.
        * @return bool Whether the query is for a feed.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4333
        public is_comment_feed(): bool Whether the query is for a comments feed. Determines whether the query is for a comments feed.
        /**
        * Determines whether the query is for a comments feed.
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is for a comments feed.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4353
        public is_front_page(): bool Whether the query is for the front page of the site. Determines whether the query is for the front page of the site.
        /**
        * Determines whether the query is for the front page of the site.
        *
        * This is for what is displayed at your site's main URL.
        *
        * Depends on the site's "Front page displays" Reading Settings 'show_on_front' and 'page_on_front'.
        *
        * If you set a static page for the front page of your site, this function will return
        * true when viewing that page.
        *
        * Otherwise the same as {@see WP_Query::is_home()}.
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is for the front page of the site.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4373
        public is_home(): bool Whether the query is for the blog homepage. Determines whether the query is for the blog homepage.
        /**
        * Determines whether the query is for the blog homepage.
        *
        * This is the page which shows the time based blog content of your site.
        *
        * Depends on the site's "Front page displays" Reading Settings 'show_on_front' and 'page_for_posts'.
        *
        * If you set a static page for the front page of your site, this function will return
        * true only on the page you set as the "Posts page".
        *
        * @since 3.1.0
        *
        * @see WP_Query::is_front_page()
        *
        * @return bool Whether the query is for the blog homepage.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4402
        public is_privacy_policy(): bool Whether the query is for the Privacy Policy page. Determines whether the query is for the Privacy Policy page.
        /**
        * Determines whether the query is for the Privacy Policy page.
        *
        * This is the page which shows the Privacy Policy content of your site.
        *
        * Depends on the site's "Change your Privacy Policy page" Privacy Settings 'wp_page_for_privacy_policy'.
        *
        * This function will return true only on the page you set as the "Privacy Policy page".
        *
        * @since 5.2.0
        *
        * @return bool Whether the query is for the Privacy Policy page.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4419
        public is_month(): bool Whether the query is for an existing month archive. Determines whether the query is for an existing month archive.
        /**
        * Determines whether the query is for an existing month archive.
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is for an existing month archive.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4436
        public is_page($page = ''): bool Whether the query is for an existing single page. Determines whether the query is for an existing single page.
        /**
        * Determines whether the query is for an existing single page.
        *
        * If the $page parameter is specified, this function will additionally
        * check if the query is for one of the pages specified.
        *
        * @since 3.1.0
        *
        * @see WP_Query::is_single()
        * @see WP_Query::is_singular()
        *
        * @param int|string|int[]|string[] $page Optional. Page ID, title, slug, path, or array of such
        *                                        to check against. Default empty.
        * @return bool Whether the query is for an existing single page.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4455
        public is_paged(): bool Whether the query is for a paged result. Determines whether the query is for a paged result and not for the first page.
        /**
        * Determines whether the query is for a paged result and not for the first page.
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is for a paged result.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4500
        public is_preview(): bool Whether the query is for a post or page preview. Determines whether the query is for a post or page preview.
        /**
        * Determines whether the query is for a post or page preview.
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is for a post or page preview.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4511
        public is_robots(): bool Whether the query is for the robots.txt file. Determines whether the query is for the robots.txt file.
        /**
        * Determines whether the query is for the robots.txt file.
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is for the robots.txt file.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4522
        public is_favicon(): bool Whether the query is for the favicon.ico file. Determines whether the query is for the favicon.ico file.
        /**
        * Determines whether the query is for the favicon.ico file.
        *
        * @since 5.4.0
        *
        * @return bool Whether the query is for the favicon.ico file.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4533
        public is_search(): bool Whether the query is for a search. Determines whether the query is for a search.
        /**
        * Determines whether the query is for a search.
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is for a search.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4544
        public is_single($post = ''): bool Whether the query is for an existing single post. Determines whether the query is for an existing single post.
        /**
        * Determines whether the query is for an existing single post.
        *
        * Works for any post type excluding pages.
        *
        * If the $post parameter is specified, this function will additionally
        * check if the query is for one of the Posts specified.
        *
        * @since 3.1.0
        *
        * @see WP_Query::is_page()
        * @see WP_Query::is_singular()
        *
        * @param int|string|int[]|string[] $post Optional. Post ID, title, slug, path, or array of such
        *                                        to check against. Default empty.
        * @return bool Whether the query is for an existing single post.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4565
        public is_singular($post_types = ''): bool Whether the query is for an existing single post Determines whether the query is for an existing single post of any post type ...
        /**
        * Determines whether the query is for an existing single post of any post type
        * (post, attachment, page, custom post types).
        *
        * If the $post_types parameter is specified, this function will additionally
        * check if the query is for one of the Posts Types specified.
        *
        * @since 3.1.0
        *
        * @see WP_Query::is_page()
        * @see WP_Query::is_single()
        *
        * @param string|string[] $post_types Optional. Post type or array of post types
        *                                    to check against. Default empty.
        * @return bool Whether the query is for an existing single post
        *              or any of the given post types.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4619
        public is_time(): bool Whether the query is for a specific time. Determines whether the query is for a specific time.
        /**
        * Determines whether the query is for a specific time.
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is for a specific time.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4639
        public is_trackback(): bool Whether the query is for a trackback endpoint call. Determines whether the query is for a trackback endpoint call.
        /**
        * Determines whether the query is for a trackback endpoint call.
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is for a trackback endpoint call.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4650
        public is_year(): bool Whether the query is for an existing year archive. Determines whether the query is for an existing year archive.
        /**
        * Determines whether the query is for an existing year archive.
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is for an existing year archive.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4661
        public is_404(): bool Whether the query is a 404 error. Determines whether the query is a 404 (returns no results).
        /**
        * Determines whether the query is a 404 (returns no results).
        *
        * @since 3.1.0
        *
        * @return bool Whether the query is a 404 error.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4672
        public is_embed(): bool Whether the query is for an embedded post. Determines whether the query is for an embedded post.
        /**
        * Determines whether the query is for an embedded post.
        *
        * @since 4.4.0
        *
        * @return bool Whether the query is for an embedded post.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4683
        public is_main_query(): bool Whether the query is the main query. Determines whether the query is the main query.
        /**
        * Determines whether the query is the main query.
        *
        * @since 3.3.0
        *
        * @global WP_Query $wp_the_query WordPress Query object.
        *
        * @return bool Whether the query is the main query.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4696
        public setup_postdata($post): true True when finished. Sets up global post data.
        /**
        * Sets up global post data.
        *
        * @since 4.1.0
        * @since 4.4.0 Added the ability to pass a post ID to `$post`.
        *
        * @global int     $id
        * @global WP_User $authordata
        * @global string  $currentday
        * @global string  $currentmonth
        * @global int     $page
        * @global array   $pages
        * @global int     $multipage
        * @global int     $more
        * @global int     $numpages
        *
        * @param WP_Post|object|int $post WP_Post instance or Post ID/object.
        * @return true True when finished.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4720
        public generate_postdata($post): array|false Elements of post or false on failure. Generates post data.
        /**
        * Generates post data.
        *
        * @since 5.2.0
        *
        * @param WP_Post|object|int $post WP_Post instance or Post ID/object.
        * @return array|false Elements of post or false on failure.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4768
        public reset_postdata() After looping through a nested query, this function restores the $post global...
        /**
        * After looping through a nested query, this function
        * restores the $post global to the current post in this query.
        *
        * @since 3.7.0
        *
        * @global WP_Post $post Global post object.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4953
        public lazyload_term_meta($check, $term_id): mixed Lazyloads term meta for posts in the loop.
        /**
        * Lazyloads term meta for posts in the loop.
        *
        * @since 4.4.0
        * @deprecated 4.5.0 See wp_queue_posts_for_term_meta_lazyload().
        *
        * @param mixed $check
        * @param int   $term_id
        * @return mixed
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4970
        public lazyload_comment_meta($check, $comment_id): mixed Lazyloads comment meta for comments in the loop.
        /**
        * Lazyloads comment meta for comments in the loop.
        *
        * @since 4.4.0
        * @deprecated 4.5.0 See wp_lazyload_comment_meta().
        *
        * @param mixed $check
        * @param int   $comment_id
        * @return mixed
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4985
        protected parse_search(&$q): string WHERE clause. Generates SQL for the WHERE clause based on passed search terms.
        /**
        * Generates SQL for the WHERE clause based on passed search terms.
        *
        * @since 3.7.0
        *
        * @global wpdb $wpdb WordPress database abstraction object.
        *
        * @param array $q Query variables.
        * @return string WHERE clause.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:1394
        protected parse_search_terms($terms): string[] Terms that are not stopwords. Checks if the terms are suitable for searching.
        /**
        * Checks if the terms are suitable for searching.
        *
        * Uses an array of stopwords (terms) that are excluded from the separate
        * term matching when searching for posts. The list of English stopwords is
        * the approximate search engines list, and is translatable.
        *
        * @since 3.7.0
        *
        * @param string[] $terms Array of terms to check.
        * @return string[] Terms that are not stopwords.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:1517
        protected get_search_stopwords(): string[] Stopwords. Retrieves stopwords used when parsing search terms.
        /**
        * Retrieves stopwords used when parsing search terms.
        *
        * @since 3.7.0
        *
        * @return string[] Stopwords.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:1553
        protected parse_search_order(&$q): string ORDER BY clause. Generates SQL for the ORDER BY condition based on passed search terms.
        /**
        * Generates SQL for the ORDER BY condition based on passed search terms.
        *
        * @since 3.7.0
        *
        * @global wpdb $wpdb WordPress database abstraction object.
        *
        * @param array $q Query variables.
        * @return string ORDER BY clause.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:1600
        protected parse_orderby($orderby): string|false Table-prefixed value to used in the ORDER clause. False otherwise. Converts the given orderby alias (if allowed) to a properly-prefixed value.
        /**
        * Converts the given orderby alias (if allowed) to a properly-prefixed value.
        *
        * @since 4.0.0
        *
        * @global wpdb $wpdb WordPress database abstraction object.
        *
        * @param string $orderby Alias for the field to order by.
        * @return string|false Table-prefixed value to used in the ORDER clause. False otherwise.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:1659
        protected parse_order($order): string The sanitized 'order' query variable. Parse an 'order' query variable and cast it to ASC or DESC as necessary.
        /**
        * Parse an 'order' query variable and cast it to ASC or DESC as necessary.
        *
        * @since 4.0.0
        *
        * @param string $order The 'order' query variable.
        * @return string The sanitized 'order' query variable.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:1787
        protected generate_cache_key(array $args, $sql): string Cache key. Generates cache key.
        /**
        * Generates cache key.
        *
        * @since 6.1.0
        *
        * @global wpdb $wpdb WordPress database abstraction object.
        *
        * @param array  $args Query arguments.
        * @param string $sql  SQL statement.
        * @return string Cache key.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:4874
        private init_query_flags() Resets query flags to false.
        /**
        * Resets query flags to false.
        *
        * The query flags are what page info WordPress was able to figure out.
        *
        * @since 2.0.0
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:483
        private set_found_posts($q, $limits) Sets up the amount of found posts and the number of pages (if limit clause wa...
        /**
        * Sets up the amount of found posts and the number of pages (if limit clause was used)
        * for the current query.
        *
        * @since 3.5.0
        *
        * @global wpdb $wpdb WordPress database abstraction object.
        *
        * @param array  $q      Query variables.
        * @param string $limits LIMIT clauses of the query.
        */
        
        Defined in <ROOT>/wp-includes/class-wp-query.php:3609
      private _posts_class -> string (12) "\Timber\Post"
    • public __construct($query = false, $posts_class = 'Timber\\Post')
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:23
      public post_count()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:63
      public found_posts(): int Gets the amount of found posts in the query.
      /**
      * Gets the amount of found posts in the query.
      *
      * @api
      * @since 1.11.1
      *
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:75
      public get_pagination($prefs)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:79
      public get_posts($return_collection = false)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:83
      public valid()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:133
      public current()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:137
      final public next() Don't implement next, because current already advances the loop
      /**
      * Don't implement next, because current already advances the loop
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:150
      public rewind()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:152
      public key()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:156
      public count(): int The custom count as an integer. Count elements of an object.
      /**
      * Count elements of an object.
      *
      * Necessary for some Twig `loop` variable properties.
      * @see http://twig.sensiolabs.org/doc/tags/for.html#the-loop-variable
      * @link  http://php.net/manual/en/countable.count.php
      * @return int The custom count as an integer.
      * The return value is cast to an integer.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:202
      public static get_query_from_array_of_ids($query = array())
      \Timber\QueryIterator::get_query_from_array_of_ids($query = array())
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:93
      public static get_query_from_string($string = '')
      \Timber\QueryIterator::get_query_from_string($string = '')
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:107
      public static fix_number_posts_wp_quirk($query)
      \Timber\QueryIterator::fix_number_posts_wp_quirk($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:161
      public static fix_cat_wp_quirk($query)
      \Timber\QueryIterator::fix_cat_wp_quirk($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:170
      public static handle_maybe_custom_posts_page($query): WP_Query this will test for whether a custom page to display posts is active, and if s...
      \Timber\QueryIterator::handle_maybe_custom_posts_page($query)
      /**
      * this will test for whether a custom page to display posts is active, and if so, set the query to the default
      * @param  WP_Query $query the original query recived from WordPress
      * @return WP_Query
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/QueryIterator.php:184
    • => Timber\Post (62)
      • Properties (62)
      • Available methods (95)
      • Static class properties
      • public id -> integer 999
        public ID -> integer 999
        public object_type -> string (4) "post"
        public ImageClass -> string (12) "Timber\Image"
        public PostClass -> string (11) "Timber\Post"
        public TermClass -> string (11) "Timber\Term"
        public custom -> array (25)
        _edit_lock => string (12) "1743938873:4"
        _edit_last => string (1) "4"
        _wp_old_date => string (10) "2022-10-24"
        img_main => string (4) "1000"
        _img_main => string (19) "field_62c4065d0b60c"
        text_preview => string (0) ""
        _text_preview => string (19) "field_62c406990b60f"
        content_content_0_text => UTF-8 string (560) "PKPP Lewiatan opublikował raport o polskich przedsiębiorcach, który pokazuje...
        PKPP Lewiatan opublikował raport o polskich przedsiębiorcach, który pokazuje ich wkład w rozwój Polski. Materiał ma bardzo przystępną formę i zawiera same fakty i liczby. Przykładowo 48% inwestycji w środowisko finansowane jest przed firmy ze środków własnych.
        Raport po wstępie zawiera infografiki dotyczące różnych aspektów przedsiębiorczości takich jak udziału kobiet, eksportu czy odpowiedzialnego biznesu.
        
        &nbsp;
        <p style="text-align: center;"><span style="font-size: 2.2rem; color: #66b0d6;"><strong>POBIERZ</strong></span></p>
        
        _content_content_0_text => string (19) "field_62c4151f67596"
        content_content_1_title => UTF-8 string (51) "PRZEDSIĘBIORCY W POLSCE: FAKTY, LICZBY, PRZYKŁADY"
        _content_content_1_title => string (19) "field_62c5bfce99739"
        content_content_1_text => UTF-8 string (83) "<p>Rok wydania: 2013<br /> Język: polski<br /> Instytucja: PKPP „Lewiatan”</p>"
        <p>Rok wydania: 2013<br />
        Język: polski<br />
        Instytucja: PKPP „Lewiatan”</p>
        
        _content_content_1_text => string (19) "field_62c5bfe09973a"
        content_content_1_file => string (4) "1001"
        _content_content_1_file => string (19) "field_62c5bfed9973b"
        content_content => array (1)
        0 => string (4) "text"
        _content_content => string (19) "field_62c4140c95fd9"
        content => string (0) ""
        _content => string (19) "field_62c413ed1bd11"
        newsletter_campaignid => string (0) ""
        _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
        newsletter => string (0) ""
        _newsletter => string (19) "field_63873d04c7faf"
        _yoast_wpseo_content_score => string (2) "60"
        _yoast_wpseo_estimated-reading-time-minutes => string (1) "1"
        protected ___content -> null
        protected _permalink -> null
        protected _next -> array (0)
        protected _prev -> array (0)
        protected _css_class -> null
        public post_author -> string (1) "2"
        public post_content -> string (0) ""
        public post_date -> string (19) "2013-03-21 09:02:11"
        public post_excerpt -> string (0) ""
        public post_parent -> integer 0
        public post_status -> string (7) "publish"
        public post_title -> UTF-8 string (67) "ODPOWIEDZIALNY BIZNES TO MY – RAPORT O POLSKICH PRZEDSIĘBIORCACH"
        public post_type -> string (4) "blog"
        public slug -> string (62) "odpowiedzialny-biznes-to-my-raport-o-polskich-przedsiebiorcach"
        protected __type -> null
        public _edit_lock -> string (12) "1743938873:4"
        public _edit_last -> string (1) "4"
        public _wp_old_date -> string (10) "2022-10-24"
        public img_main -> string (4) "1000"
        public _img_main -> string (19) "field_62c4065d0b60c"
        public text_preview -> string (0) ""
        public _text_preview -> string (19) "field_62c406990b60f"
        public content_content_0_text -> UTF-8 string (560) "PKPP Lewiatan opublikował raport o polskich przedsiębiorcach, który pokazuje...
        PKPP Lewiatan opublikował raport o polskich przedsiębiorcach, który pokazuje ich wkład w rozwój Polski. Materiał ma bardzo przystępną formę i zawiera same fakty i liczby. Przykładowo 48% inwestycji w środowisko finansowane jest przed firmy ze środków własnych.
        Raport po wstępie zawiera infografiki dotyczące różnych aspektów przedsiębiorczości takich jak udziału kobiet, eksportu czy odpowiedzialnego biznesu.
        
        &nbsp;
        <p style="text-align: center;"><span style="font-size: 2.2rem; color: #66b0d6;"><strong>POBIERZ</strong></span></p>
        
        public _content_content_0_text -> string (19) "field_62c4151f67596"
        public content_content_1_title -> UTF-8 string (51) "PRZEDSIĘBIORCY W POLSCE: FAKTY, LICZBY, PRZYKŁADY"
        public _content_content_1_title -> string (19) "field_62c5bfce99739"
        public content_content_1_text -> UTF-8 string (83) "<p>Rok wydania: 2013<br /> Język: polski<br /> Instytucja: PKPP „Lewiatan”</p>"
        <p>Rok wydania: 2013<br />
        Język: polski<br />
        Instytucja: PKPP „Lewiatan”</p>
        
        public _content_content_1_text -> string (19) "field_62c5bfe09973a"
        public content_content_1_file -> string (4) "1001"
        public _content_content_1_file -> string (19) "field_62c5bfed9973b"
        public content_content -> array (1)
        0 => string (4) "text"
        public _content_content -> string (19) "field_62c4140c95fd9"
        public _content -> string (19) "field_62c413ed1bd11"
        public newsletter_campaignid -> string (0) ""
        public _newsletter_campaignid -> string (19) "field_63873d0fc7fb0"
        public newsletter -> string (0) ""
        public _newsletter -> string (19) "field_63873d04c7faf"
        public _yoast_wpseo_content_score -> string (2) "60"
        public _yoast_wpseo_estimated-reading-time-minutes -> string (1) "1"
        public post_date_gmt -> string (19) "2013-03-21 08:02:11"
        public comment_status -> string (6) "closed"
        public ping_status -> string (6) "closed"
        public post_password -> string (0) ""
        public post_name -> string (62) "odpowiedzialny-biznes-to-my-raport-o-polskich-przedsiebiorcach"
        public to_ping -> string (0) ""
        public pinged -> string (0) ""
        public post_modified -> string (19) "2025-04-06 13:30:14"
        public post_modified_gmt -> string (19) "2025-04-06 11:30:14"
        public post_content_filtered -> string (0) ""
        public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=999"
        public menu_order -> integer 0
        public post_mime_type -> string (0) ""
        public comment_count -> string (1) "0"
        public filter -> string (3) "raw"
        public status -> string (7) "publish"
      • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
        /**
        * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
        * @example
        * ```php
        * $post = new Timber\Post();
        * $other_post = new Timber\Post($random_post_id);
        * ```
        * @param mixed $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
        public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
        public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
        public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        /**
        * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
        public get_edit_url(): bool|string Get the URL that will edit the current post/object
        /**
        * Get the URL that will edit the current post/object
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::edit_link
        * @return bool|string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
        public update($field, $value) updates the post_meta of the current object with the given value
        /**
        * updates the post_meta of the current object with the given value
        * @param string $field
        * @param mixed $value
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
        public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
        /**
        * Gets a preview/excerpt of your post.
        *
        * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
        * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
        * where to pull through.
        *
        * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
        * means that you can change the output of the preview by **adding more methods**. Refer to the
        * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
        * to get an overview of all the available methods.
        *
        * @example
        * ```twig
        * {# Use default preview #}
        * <p>{{ post.preview }}</p>
        *
        * {# Change the post preview text #}
        * <p>{{ post.preview.read_more('Continue Reading') }}</p>
        *
        * {# Additionally restrict the length to 50 words #}
        * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
        * ```
        * @see \Timber\PostPreview
        * @return \Timber\PostPreview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
        public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
        /**
        * get a preview of your post, if you have an excerpt it will use that,
        * otherwise it will pull from the post_content.
        * If there's a <!-- more --> tag it will use that to mark where to pull through.
        * @deprecated since 1.3.1, use {{ post.preview }} instead
        * @example
        * ```twig
        * <p>{{post.get_preview(50)}}</p>
        * ```
        * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
        * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
        * @param string $readmore The text you want to use on the 'readmore' link
        * @param bool|string $strip true for default, false for none, string for list of custom attributes
        * @param string $end The text to end the preview with (defaults to ...)
        * @return string of the post preview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
        public import_custom($pid) gets the post custom and attaches it to the current object
        /**
        * gets the post custom and attaches it to the current object
        * @internal
        * @param integer $pid a post ID number
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
        public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
        /**
        *
        * Gets the comment form for use on a single article page
        * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
        * @return string of HTML for the form
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
        public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
        /**
        * Gets the terms associated with the post.
        *
        * @api
        * @todo Remove deprecated parameters in 2.x
        * @example
        * ```twig
        * <section id="job-feed">
        * {% for post in job %}
        *     <div class="job">
        *         <h2>{{ post.title }}</h2>
        *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
        *     </div>
        * {% endfor %}
        * </section>
        * ```
        * ```html
        * <section id="job-feed">
        *     <div class="job">
        *         <h2>Cheese Maker</h2>
        *         <p>Cheese, Food, Fromage</p>
        *     </div>
        *     <div class="job">
        *         <h2>Mime</h2>
        *         <p>Performance, Silence</p>
        *     </div>
        * </section>
        * ```
        * ```php
        * // Get all terms of a taxonomy.
        * $terms = $post->terms( 'category' );
        *
        * // Get terms of multiple taxonomies.
        * $terms = $post->terms( array( 'books', 'movies' ) );
        *
        * // Use custom arguments for taxonomy query and options.
        * $terms = $post->terms( array(
        *     'query' => [
        *         'taxonomy' => 'custom_tax',
        *         'orderby'  => 'count',
        *     ],
        *     'merge'      => false,
        *     'term_class' => 'My_Term_Class'
        * ) );
        * ```
        *
        * @param string|array $args {
        *     Optional. Name of the taxonomy or array of arguments.
        *
        *     @type array $query       Any array of term query parameters for getting the terms. See
        *                              `WP_Term_Query::__construct()` for supported arguments. Use the
        *                              `taxonomy` argument to choose which taxonomies to get. Defaults
        *                              to querying all registered taxonomies for the post type. You can
        *                              use custom or built-in WordPress taxonomies (category, tag).
        *                              Timber plays nice and figures out that `tag`, `tags` or
        *                              `post_tag` are all the same (also for `categories` or
        *                              `category`). For custom taxonomies you need to define the
        *                              proper name.
        *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
        *                              whether it should be an array of sub-arrays for each taxonomy
        *                              (`false`). Default `true`.
        *     @type string $term_class The Timber term class to use for the term objects.
        * }
        * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
        * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
        *                           parameter.
        * @return array An array of taxonomies.
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
        public has_term($term_name_or_id, $taxonomy = 'all'): bool
        /**
        * @param string|int $term_name_or_id
        * @param string $taxonomy
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
        public get_paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
        public get_post_type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @deprecated since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
        public get_comment_count(): int the number of comments on a post
        /**
        * @return int the number of comments on a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
        public has_field($field_name): boolean
        /**
        * @param string $field_name
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
        public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
        /**
        * Gets the field object data from Advanced Custom Fields.
        * This includes metadata on the field like whether it's conditional or not.
        *
        * @since 1.6.0
        * @param string $field_name of the field you want to lookup.
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
        public get_field($field_name): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
        public import_field($field_name)
        /**
        * @param string $field_name
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
        public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
        /**
        * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @example
        * ```twig
        * <article class="{{ post.post_class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * ```html
        * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
        *    {# Some stuff here #}
        * </article>
        * ```
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
        public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
        /**
        * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @see Timber\Post::$_css_class
        * @example
        * ```twig
        * <article class="{{ post.class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
        public get_method_values(): array
        /**
        * @return array
        * @codeCoverageIgnore
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
        public author(): User|null A User object if found, false if not Return the author of a post
        /**
        * Return the author of a post
        * @api
        * @example
        * ```twig
        * <h1>{{post.title}}</h1>
        * <p class="byline">
        *     <a href="{{post.author.link}}">{{post.author.name}}</a>
        * </p>
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
        public authors()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
        public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
        /**
        * Get the author (WordPress user) who last modified the post
        * @example
        * ```twig
        * Last updated by {{ post.modified_author.name }}
        * ```
        * ```html
        * Last updated by Harper Lee
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
        public categories(): array of Timber\Terms Get the categoires on a particular post
        /**
        * Get the categoires on a particular post
        * @api
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
        public category(): Timber\Term|null Returns a category attached to a post
        /**
        * Returns a category attached to a post
        * @api
        * If mulitpuile categories are set, it will return just the first one
        * @return Timber\Term|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
        public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
        /**
        * Returns an array of children on the post as Timber\Posts
        * (or other claass as you define).
        * @api
        * @example
        * ```twig
        * {% if post.children %}
        *     Here are the child pages:
        *     {% for child in post.children %}
        *         <a href="{{ child.link }}">{{ child.title }}</a>
        *     {% endfor %}
        * {% endif %}
        * ```
        * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
        * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
        public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
        /**
        * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
        * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
        * (or whatever comment class you set).
        * @api
        *
        * @param int    $count        Set the number of comments you want to get. `0` is analogous to
        *                             "all".
        * @param string $order        Use ordering set in WordPress admin, or a different scheme.
        * @param string $type         For when other plugins use the comments table for their own
        *                             special purposes. Might be set to 'liveblog' or other, depending
        *                             on what’s stored in your comments table.
        * @param string $status       Could be 'pending', etc.
        * @param string $CommentClass What class to use when returning Comment objects. As you become a
        *                             Timber Pro, you might find yourself extending `Timber\Comment`
        *                             for your site or app (obviously, totally optional).
        * @see \Timber\CommentThread for an example with nested comments
        * @return bool|\Timber\CommentThread
        *
        * @example
        *
        * **single.twig**
        *
        * ```twig
        * <div id="post-comments">
        *   <h4>Comments on {{ post.title }}</h4>
        *   <ul>
        *     {% for comment in post.comments() %}
        *       {% include 'comment.twig' %}
        *     {% endfor %}
        *   </ul>
        *   <div class="comment-form">
        *     {{ function('comment_form') }}
        *   </div>
        * </div>
        * ```
        *
        * **comment.twig**
        *
        * ```twig
        * {# comment.twig #}
        * <li>
        *   <p class="comment-author">{{ comment.author.name }} says:</p>
        *   <div>{{ comment.content }}</div>
        * </li>
        * ```
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
        public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
        /**
        * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
        * @api
        * @example
        * ```twig
        * <div class="article">
        *     <h2>{{post.title}}</h2>
        *     <div class="content">{{ post.content }}</div>
        * </div>
        * ```
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
        public paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
        public date($date_format = ''): string Get the date to use in your template!
        /**
        * Get the date to use in your template!
        * @api
        * @example
        * ```twig
        * Published on {{ post.date }} // Uses WP's formatting set in Admin
        * OR
        * Published on {{ post.date('F jS') }} // Jan 12th
        * ```
        *
        * ```html
        * Published on January 12, 2015
        * OR
        * Published on Jan 12th
        * ```
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
        public time($time_format = ''): string Get the time to use in your template
        /**
        * Get the time to use in your template
        * @api
        * @example
        * ```twig
        * Published at {{ post.time }} // Uses WP's formatting set in Admin
        * OR
        * Published at {{ post.time | time('G:i') }} // 13:25
        * ```
        *
        * ```html
        * Published at 1:25 pm
        * OR
        * Published at 13:25
        * ```
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
        public type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.type.labels.name }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
        public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
        /**
        * Returns the edit URL of a post if the user has access to it
        * @return bool|string the edit URL of a post in the WordPress admin
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
        public format(): mixed
        /**
        * @api
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
        public password_required(): boolean whether post requires password and correct password has been provided
        /**
        * whether post requires password and correct password has been provided
        * @api
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
        public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
        /**
        * get the permalink for a post object
        * @api
        * @example
        * ```twig
        * <a href="{{post.link}}">Read my post</a>
        * ```
        * @return string ex: http://example.org/2015/07/my-awesome-post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
        public meta($field_name = null): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
        public name(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
        public modified_date($date_format = ''): string
        /**
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
        public modified_time($time_format = ''): string
        /**
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
        public next($in_same_term = false): mixed
        /**
        * @api
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
        public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
        public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
        /**
        * Finds any WP_Post objects and converts them to Timber\Posts
        * @param array|WP_Post $data
        * @param string $class
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
        public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
        /**
        * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
        * @api
        * @example
        * ```twig
        * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
        * ```
        * @return bool|Timber\Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
        public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
        /**
        * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
        * this will return just /2015/07/my-cool-post
        * @api
        * @example
        * ```twig
        * <a href="{{post.path}}">{{post.title}}</a>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
        public prev($in_same_term = false): mixed Get the previous post in a set
        /**
        * Get the previous post in a set
        * @api
        * @example
        * ```twig
        * <h4>Prior Entry:</h4>
        * <h3>{{post.prev.title}}</h3>
        * <p>{{post.prev.get_preview(25)}}</p>
        * ```
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
        public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
        /**
        * Gets the tags on a post, uses WP's post_tag taxonomy
        * @api
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
        public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
        /**
        * get the featured image as a Timber/Image
        * @api
        * @example
        * ```twig
        * <img src="{{ post.thumbnail.src }}" />
        * ```
        * @return Timber\Image|null of your thumbnail
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
        public title(): string Returns the processed title to be used in templates. This returns the title o...
        /**
        * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
        * @api
        * @example
        * ```twig
        * <h1>{{ post.title }}</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
        public gallery($html = true): html Returns the gallery
        /**
        * Returns the gallery
        * @api
        * @example
        * ```twig
        * {{ post.gallery }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
        public audio(): html Returns the audio
        /**
        * Returns the audio
        * @api
        * @example
        * ```twig
        * {{ post.audio }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
        public video(): html Returns the video
        /**
        * Returns the video
        * @api
        * @example
        * ```twig
        * {{ post.video }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
        public get_categories(): array of Timber\Terms Get the categories for a post
        /**
        * Get the categories for a post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::categories
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
        public get_category(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::category
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
        public get_image($field): Timber\Image
        /**
        * @param string $field
        * @return Timber\Image
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
        public get_tags(): array Gets an array of tags for you to use
        /**
        * Gets an array of tags for you to use
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <ul class="tags">
        *     {% for tag in post.tags %}
        *         <li>{{tag.name}}</li>
        *     {% endfor %}
        * </ul>
        * ```
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
        public get_title(): string Outputs the title with filters applied
        /**
        * Outputs the title with filters applied
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <h1>{{post.get_title}}</h1>
        * ```
        * ```html
        * <h1>Hello World!</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
        public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
        /**
        * Displays the content of the post with filters, shortcodes and wpautop applied
        * @example
        * ```twig
        * <div class="article-text">{{post.get_content}}</div>
        * ```
        * ```html
        * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
        * ```
        * @param int $len
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
        public get_format(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
        public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
        /**
        * Get the terms associated with the post
        * This goes across all taxonomies by default
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
        * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
        public permalink(): string
        /**
        * @deprecated 0.20.0 use link() instead
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
        public get_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
        public get_modified_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::modified_date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
        public get_modified_time($time_format = ''): string
        /**
        * @internal
        * @param  string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
        public get_children($post_type = 'any', $childPostClass = false): array
        /**
        * @internal
        * @see Timber\Post::children
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string 		$post_type
        * @param bool|string 	$childPostClass
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
        public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
        /**
        * Get the permalink for a post, but as a relative path
        * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
        * this will return the relative version: "/2015/07/04/my-cool-post"
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
        public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
        public get_parent(): bool|TimberPost Get the parent post of the post
        /**
        * Get the parent post of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return bool|TimberPost
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
        public get_author(): User|null Gets a User object from the author of the post
        /**
        * Gets a User object from the author of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::author
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
        public get_modified_author(): User|null
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
        public get_thumbnail(): Image|null
        /**
        * @internal
        * @see TimberPost::thumbnail
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return Image|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
        public get_permalink(): string
        /**
        * @internal
        * @see TimberPost::link
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
        public get_link(): string get the permalink for a post object In your templates you should use link: <a...
        /**
        * get the permalink for a post object
        * In your templates you should use link:
        * <a href="{{post.link}}">Read my post</a>
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
        public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param bool $taxonomy
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
        public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @internal
        * @see Timber\Post::pagination();
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
        public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
        /**
        * Get the comments for a post
        * @internal
        * @see Timber\Post::comments
        * @param int $count
        * @param string $order
        * @param string $type
        * @param string $status
        * @param string $CommentClass
        * @return array|mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
        public __isset($field): boolean
        /**
        *
        * @return boolean
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
        public import($info, $force = false) Takes an array or object and adds the properties to the parent object
        /**
        * Takes an array or object and adds the properties to the parent object
        * @example
        * ```php
        * $data = array('airplane' => '757-200', 'flight' => '5316');
        * $post = new Timber\Post()
        * $post->import(data);
        * echo $post->airplane; //757-200
        * ```
        * @param array|object $info an object or array you want to grab data from to attach to the Timber object
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
        public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
        /**
        * Can you edit this post/term/user? Well good for you. You're no better than me.
        * @example
        * ```twig
        * {% if post.can_edit %}
        * <a href="{{ post.edit_link }}">Edit</a>
        * {% endif %}
        * ```
        * ```html
        * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
        * ```
        * @return bool
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
        protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
        /**
        * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
        * @internal
        * @param mixed a value to test against
        * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
        protected get_post_preview_object()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
        protected get_post_preview_id($query)
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
        protected init($pid = false) Initializes a Post
        /**
        * Initializes a Post
        * @internal
        * @param integer $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
        protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
        /**
        * takes a mix of integer (post ID), string (post slug),
        * or object to return a WordPress post object from WP's built-in get_post() function
        * @internal
        * @param integer $pid
        * @return WP_Post on success
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
        protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
        /**
        * helps you find the post id regardless of whether you send a string or whatever
        * @param integer $pid ;
        * @internal
        * @return integer ID number of a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
        protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
        /**
        * Used internally to fetch the metadata fields (wp_postmeta table)
        * and attach them to our TimberPost object
        * @internal
        * @param int $pid
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
        protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
        /**
        * Used internally by init, etc. to build TimberPost object
        * @internal
        * @param  int $pid
        * @return null|object|WP_Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
        protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
        /**
        * If the Password form is to be shown, show it!
        * @return string|void
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
        protected get_revised_data_from_method($method, $args = false)
        /**
        *
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
        protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
        /**
        * Handles for an circumstance with the Block editor where a "more" block has an option to
        * "Hide the excerpt on the full content page" which hides everything prior to the inserted
        * "more" block
        * @ticket #2218
        * @param string $content
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
        public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
        \Timber\Post::get_post_id_by_name($post_name)
        /**
        * get_post_id_by_name($post_name)
        * @internal
        * @deprecated since 1.5.0
        * @param string $post_name
        * @return int
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
        protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
        /**
        * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
        * WordPress admin
        * @internal
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
        protected static get_wp_link_page($i): string
        /**
        * @param int $i
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
      • public static $representation :: string (4) "post"
        \Timber\Post::$representation
    protected pagination -> Timber\Pagination (5)
    • Properties (5)
    • Available methods (6)
    • public current -> integer 1
      public total -> double 4
      public pages -> array (4)
      0 => array (5)
      class => string (32) "page-number page-numbers current"
      title => string (1) "1"
      text => string (1) "1"
      name => string (1) "1"
      current => boolean true
      1 => array (5)
      class => string (24) "page-number page-numbers"
      link => string (53) "https://www.csrinfo.org/kategorie/crs-ogolnie/page/2/"
      title => string (1) "2"
      name => string (1) "2"
      current => boolean false
      2 => array (5)
      class => string (24) "page-number page-numbers"
      link => string (53) "https://www.csrinfo.org/kategorie/crs-ogolnie/page/3/"
      title => string (1) "3"
      name => string (1) "3"
      current => boolean false
      3 => array (5)
      class => string (24) "page-number page-numbers"
      link => string (53) "https://www.csrinfo.org/kategorie/crs-ogolnie/page/4/"
      title => string (1) "4"
      name => string (1) "4"
      current => boolean false
      public next -> array (2)
      link => string (53) "https://www.csrinfo.org/kategorie/crs-ogolnie/page/2/"
      class => string (17) "page-numbers next"
      public prev -> string (0) ""
    • public __construct($prefs = array(), $wp_query = null)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Pagination.php:13
      protected init($prefs = array(), $wp_query = null)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Pagination.php:29
      public static get_pagination($prefs = array()): array mixed Get pagination.
      \Timber\Pagination::get_pagination($prefs = array())
      /**
      * Get pagination.
      * @api
      * @param array   $prefs
      * @return array mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Pagination.php:23
      public static paginate_links($args = array()): array
      \Timber\Pagination::paginate_links($args = array())
      /**
      *
      *
      * @param array  $args
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Pagination.php:107
      protected static sanitize_url_params($add_args)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Pagination.php:191
      protected static sanitize_args($args)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Pagination.php:198
  • public __construct($query = false, $post_class = '\\Timber\\Post')
    new \Timber\PostQuery($query = false, $post_class = '\\Timber\\Post')
    /**
    * @param mixed   	$query
    * @param string 	$post_class
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/PostQuery.php:37
    public pagination($prefs = array()): Timber\Pagination object Set pagination for the collection. Optionally could be used to get pagination...
    $context['posts']->pagination($prefs = array())
    /**
    * Set pagination for the collection. Optionally could be used to get pagination with custom preferences.
    *
    * @param 	array $prefs
    * @return 	Timber\Pagination object
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/PostQuery.php:64
    public get_posts()
    $context['posts']->get_posts()
    Inherited from Timber\PostCollection
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/PostCollection.php:64
    public offsetExists(?mixed $key)
    $context['posts']->offsetExists(?mixed $key)
    public offsetGet(?mixed $key)
    $context['posts']->offsetGet(?mixed $key)
    public offsetSet(?mixed $key, ?mixed $value)
    $context['posts']->offsetSet(?mixed $key, ?mixed $value)
    public offsetUnset(?mixed $key)
    $context['posts']->offsetUnset(?mixed $key)
    public append(?mixed $value)
    $context['posts']->append(?mixed $value)
    public getArrayCopy()
    $context['posts']->getArrayCopy()
    public count()
    $context['posts']->count()
    public getFlags()
    $context['posts']->getFlags()
    public setFlags(int $flags)
    $context['posts']->setFlags(int $flags)
    public asort(int $flags0)
    $context['posts']->asort(int $flags0)
    public ksort(int $flags0)
    $context['posts']->ksort(int $flags0)
    public uasort(callable $callback)
    $context['posts']->uasort(callable $callback)
    public uksort(callable $callback)
    $context['posts']->uksort(callable $callback)
    public natsort()
    $context['posts']->natsort()
    public natcasesort()
    $context['posts']->natcasesort()
    public unserialize(string $data)
    $context['posts']->unserialize(string $data)
    public serialize()
    $context['posts']->serialize()
    public __serialize()
    $context['posts']->__serialize()
    public __unserialize(array $data)
    $context['posts']->__unserialize(array $data)
    public getIterator()
    $context['posts']->getIterator()
    public exchangeArray(object|array $array)
    $context['posts']->exchangeArray(object|array $array)
    public setIteratorClass(string $iteratorClass)
    $context['posts']->setIteratorClass(string $iteratorClass)
    public getIteratorClass()
    $context['posts']->getIteratorClass()
    public __debugInfo()
    protected get_query(): mixed the query the user orignally passed
    /**
    * @return mixed the query the user orignally passed
    * to the pagination object
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/PostQuery.php:54
    public static maybe_set_preview($posts): array
    \Timber\PostCollection::maybe_set_preview($posts)
    /**
    * @param array $posts
    * @return array
    */
    
    Inherited from Timber\PostCollection
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/PostCollection.php:72
    protected static init($posts, $post_class)
    Inherited from Timber\PostCollection
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/PostCollection.php:39
  • const STD_PROP_LIST :: integer 1
    \Timber\PostQuery::STD_PROP_LIST
    const ARRAY_AS_PROPS :: integer 2
    \Timber\PostQuery::ARRAY_AS_PROPS
  • 0 => Timber\Post (71)
    iterator_to_array($context['posts'])[0]
    • Properties (71)
    • Available methods (95)
    • Static class properties
    • public id -> integer 2437
      iterator_to_array($context['posts'])[0]->id
      public ID -> integer 2437
      iterator_to_array($context['posts'])[0]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[0]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[0]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[0]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[0]->TermClass
      public custom -> array (34)
      iterator_to_array($context['posts'])[0]->custom
      _edit_lock => string (12) "1706904816:4"
      iterator_to_array($context['posts'])[0]->custom['_edit_lock']
      _edit_last => string (1) "4"
      iterator_to_array($context['posts'])[0]->custom['_edit_last']
      img_main => string (4) "2302"
      iterator_to_array($context['posts'])[0]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[0]->custom['_img_main']
      text_preview => UTF-8 string (306) "W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności ...
      iterator_to_array($context['posts'])[0]->custom['text_preview']
      W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności społeczne i problemy związane z zarządzaniem zasobami naturalnymi stają się coraz bardziej palącymi zagadnieniami, zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
      
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[0]->custom['_text_preview']
      content_content_0_text => UTF-8 string (12904) "Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisk...
      iterator_to_array($context['posts'])[0]->custom['content_content_0_text']
      Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisko człowieka. To wtedy po raz pierwszy dostrzeżono problemy ludzkości, które na początku skupiały się jedynie na zmniejszającej się ilości zasobów naturalnych. Dopiero Szczyt Ziemi w Rio de Janeiro, który odbył się pod hasłem Środowisko i Rozwój, postawił znak równości między czynnikami środowiskowymi a rozwojem społeczno-gospodarczym. Aktualnie, strategia zrównoważonego rozwoju to wachlarz zagadnień związanych ze środowiskiem, społecznością i ładem korporacyjnym, czyli ESG.
      
      Pojęcie ESG nabiera coraz większego znaczenia. Skrót ten odnosi się do trzech kluczowych kategorii tematów, które organizacje powinny uwzględniać w swojej działalności: E jak Environmental (kwestie środowiskowe), S jak Social (kwestie społeczne) i G jak Governance (zarządzanie). Wdrażanie działań ESG nie tylko pomaga organizacjom radzić sobie z wyzwaniami związanymi z tematyką zrównoważonego rozwoju, ale także przyczynia się do poprawy ich efektywności i reputacji. Dlatego warto przyjrzeć się bliżej temu tematowi i dowiedzieć się, dlaczego koncepcja społecznej odpowiedzialności biznesu staje się coraz bardziej istotna dla firm, inwestorów i społeczeństwa.
      
      <a href="#cotojestesg">Co to jest ESG?</a>
      
      <a href="#kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</a>
      
      <a href="#dlaczegowarto">Dlaczego warto wdrażać ESG w organizacji?</a>
      
      <a href="#wnioski">Wnioski</a>
      <h2 id="cotojestesg">Co to jest ESG?</h2>
      ESG to skrót od trzech kluczowych czynników, które są używane do oceny zrównoważonej działalności i odpowiedzialności społecznej organizacji. Oto co oznaczają:
      
      <span style="text-decoration: underline;">Kwestie środowiskowe (E - Environmental)</span>
      
      Pierwsza litera w skrócie ESG odnosi się do kategorii środowiskowej, co oznacza, że organizacje muszą zwracać uwagę na wpływ swojej działalności na stan środowiska w łańcuchu wartości. Wdrażanie zasad ESG w obszarze środowiskowym oznacza podejmowanie działań mających na celu redukcję emisji gazów cieplarnianych, oszczędzanie zasobów naturalnych, gospodarowanie zasobami wodnymi i minimalizowanie negatywnego wpływu na ekosystemy. Firmy, które skutecznie integrują politykę klimatyczną w swojej strategii biznesowej, mogą zarówno obniżyć koszty oraz przyciągnąć klientów i inwestorów, którzy coraz częściej kierują się wartościami związanymi z ochroną środowiska.
      
      <span style="text-decoration: underline;">Kwestie społeczne (S - Social)</span>
      
      Kwestie społecznej odpowiedzialności koncentrują się na relacjach organizacji z pracownikami, warunkami pracy, klientami, dostawcami i społecznością lokalną. Firmy, które dbają o dobrostan swoich pracowników, promują różnorodność i inkluzję oraz angażują się w społeczność, zyskują na zaufaniu i lojalności. Ponadto, społeczne inwestycje mogą pomóc w budowaniu lepszej reputacji firmy, przyciąganiu zdolnych pracowników oraz nowych inwestorów.
      
      <span style="text-decoration: underline;">Zarządzanie i ład korporacyjny (G - Governance)</span>
      
      Ostatnia litera ESG odnosi się do zarządzania, czyli sposobu, w jaki organizacja jest kierowana i kontrolowana. Ład korporacyjny to przede wszystkim transparentność, uczciwość i etyka w działaniu. Firmom, które skupiają się na dobrych praktykach zarządzania, łatwiej uniknąć skandali i konfliktów, co ma ogromne znaczenie dla inwestorów. Ponadto, skuteczne zarządzanie może pomóc w podejmowaniu lepszych decyzji biznesowych i zwiększeniu efektywności organizacji.
      <h2 id="kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</h2>
      Istnieje wiele dokumentów regulujących zagadnienia zrównoważonego rozwoju na różnych poziomach, zarówno międzynarodowych, jak i krajowych. Poniżej znajduje się lista najważniejszych dokumentów i inicjatyw:
      
      <a href="https://www.un.org.pl/agenda-2030-rezolucja" target="_blank" rel="noopener">Agenda 2030 dla Zrównoważonego Rozwoju</a> (Agenda 2030) to globalny plan działania przyjęty przez wszystkie państwa członkowskie ONZ w 2015 roku. Skupia się na 17 Celach Zrównoważonego Rozwoju (SDG), które obejmują różnorodne kwestie, m.in. eliminacja ubóstwa, ochrona środowiska, równość płci i zdrowie.
      
      <img class="aligncenter wp-image-2439 size-full" src="https://www.csrinfo.org/wp-content/uploads/2024/02/Agenda-ONZ.png" alt="Agenda ONZ 2030" width="706" height="344" />
      
      <a href="https://www.consilium.europa.eu/pl/policies/climate-change/paris-agreement/" target="_blank" rel="noreferrer noopener">Porozumienie Paryskie</a> przyjęte w 2015 roku, ma na celu globalne ograniczenie wzrostu temperatury na świecie poniżej 2°C w stosunku do okresu przedindustrialnego. Koncentruje się na redukcji emisji gazów cieplarnianych i dostosowaniu się do zmian klimatycznych.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <a href="https://www.europarl.europa.eu/news/pl/headlines/society/20200618STO81513/zielony-lad-klucz-do-neutralnej-klimatycznie-i-zrownowazonej-ue?&amp;at_campaign=20234-Green&amp;at_medium=Google_Ads&amp;at_platform=Search&amp;at_creation=RSA&amp;at_goal=TR_G&amp;at_audience=europejski%20zielony%20%C5%82ad&amp;at_topic=Green_Deal&amp;at_location=PO&amp;gclid=Cj0KCQjw9rSoBhCiARIsAFOipllp_YEBUj3UdL1AT0zYlNvYUsceAbJytKYdChhJWTvQHvEsI4mzDQIaAjD4EALw_wcB" target="_blank" rel="noreferrer noopener">Europejski Zielony Ład</a> (ang. European Green Deal) to strategia i szereg inicjatyw Unii Europejskiej mających na celu osiągnięcie neutralności klimatycznej do 2050 roku, promowanie zrównoważonego rozwoju, ochronę środowiska i przejście na bardziej ekologiczny model gospodarki.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <a href="https://www.gov.pl/web/finanse/dyrektywa-o-sprawozdawczosci-przedsiebiorstw-w-zakresie-zrownowazonego-rozwoju-juz-opublikowana" target="_blank" rel="noreferrer noopener">Dyrektywa CSRD</a> (ang. Corporate Sustainability Reporting Directive) to unijna inicjatywa mająca na celu rozszerzenie i ulepszenie standardów raportowania ESG przez przedsiębiorstwa.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Skupia się na wymogach dotyczących raportowania informacji związanych z aspektami społecznymi, środowiskowymi i rządzącymi oraz ma na celu zwiększenie transparentności działań firm w tych obszarach.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <a href="https://finance.ec.europa.eu/sustainable-finance/tools-and-standards/eu-taxonomy-sustainable-activities_en" target="_blank" rel="noreferrer noopener">Taksonomia</a> jest narzędziem regulacyjnym Unii Europejskiej, które określa, jakie działalności gospodarcze można uznać za zrównoważone pod względem ekologicznym. Koncentruje się na identyfikowaniu sektorów gospodarki, które przyczyniają się pozytywnie do celów zrównoważonego rozwoju, oraz tych, które są z nimi sprzeczne.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <a href="https://www.weforum.org/reports/" target="_blank" rel="noreferrer noopener">Raporty Forum Ekonomicznego w Davos</a> to dokumenty przedstawiane podczas dorocznych spotkań Światowego Forum Ekonomicznego w Davos.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Zakres tematyczny tych raportów jest szeroki i obejmuje kwestie gospodarcze, społeczne, środowiskowe i polityczne. Forum to miejsce dyskusji na temat globalnych wyzwań, takich jak nierówność, zmiany klimatyczne, innowacje i polityka światowa.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <a href="https://www.fsb-tcfd.org/" target="_blank" rel="noreferrer noopener">TCFD</a> (ang. Task Force on Climate-related Financial Disclosures) to grupa robocza powołana przez Financial Stability Board (FSB), która koncentruje się na dostarczaniu wytycznych dotyczących raportowania finansowego związanego z klimatem. Jej celem jest promowanie przejrzystego i spójnego raportowania informacji finansowych dotyczących ryzyka klimatycznego i jego wpływu na przedsiębiorstwa.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Mnogość dokumentów, wytycznych i inicjatyw sprawia, że zarządzanie ESG jest strategią równoczesnego rozpoznawania i rozwiązywania współczesnych problemów gospodarczych, społecznych i środowiskowym, z uwzględnieniem wpływów finansowym i bezpieczeństwa przyszłych pokoleń.
      <div id="dlaczegowarto">
      
      <!-- /wp:paragraph --> <!-- wp:heading -->
      <h2 id="dlaczego-warto" class="wp-block-heading">Dlaczego warto wdrażać ESG w organizacji?</h2>
      <!-- /wp:heading --> <!-- wp:paragraph -->
      
      </div>
      Jednym z głównych argumentów przemawiających za wdrażaniem ESG w firmach jest troska o bezpieczeństwo przyszłych pokoleń oraz długoterminową stabilność przedsiębiorstw.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Istnieje wiele powodów, dla których organizacje powinny rozważyć wprowadzenie ESG w działalność organizacji:
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Poprawa reputacji </strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Firmy, które angażują się w kwestie ESG, zyskują lepszą reputację i budują zaufanie klientów, inwestorów i społeczności.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Wzrost znaczenia na rynku</strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Wielu inwestorów alokuje kapitały w firmy zrównoważone, co może przyciągnąć nowe źródła finansowania. Coraz częściej mówi się o zielonych obligacjach zielonych inwestycjach czy zielonych zamówieniach publicznych.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Mitygacja ryzyka</strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Realizacja celów zrównoważonego rozwoju pomaga ograniczyć ryzyko związane z problemami środowiskowymi, społecznymi i zarządczymi w działalności własnej oraz w łańcuchu wartości. Pozwala to redukować ryzyko nieodpowiednich warunków pracy poprzez ankietę lub ocenę dostawcy.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Efektywność</strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Dobre praktyki ESG, w tym polityki i kodeksy, mogą pomóc w poprawie efektywności operacyjnej i obniżeniu kosztów produkcji lub utrzymania przedsiębiorstwa.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Spełnianie wymogów prawa i regulacji</strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      W wielu krajach wprowadzane są nowe przepisy dotyczące ESG, co sprawia, że organizacje muszą dostosować się do wymagań legislacyjnych. To proces czasochłonny, jednak zapewnia najwyższą jakość oferowanych usług, ich zgodność z prawem oraz minimalizowanie ryzyka w trakcie audytów przedsiębiorstwa.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Budowanie wartości pracowników</strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Młodsze pokolenia pracowników coraz częściej wybierają pracodawców, którzy dbają o ESG i odpowiedzialność społeczną oraz oczekują odpowiedzialnej postawy pracodawcy. Wpływa to na wzrost zaangażowania pracowników, poprawę ich dobrostanu oraz polepszanie wizerunku przedsiębiorstwa.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Długoterminowy sukces</strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Organizacje, które uwzględniają ESG w swojej strategii, są bardziej przygotowane do długoterminowych wyzwań i zmian na rynku.
      <div id="wnioski">
      
      <!-- /wp:paragraph --> <!-- wp:heading -->
      <h2 id="wnioski" class="wp-block-heading">Wnioski</h2>
      <!-- /wp:heading --> <!-- wp:paragraph -->
      
      </div>
      ESG to podejście do biznesu, które uwzględnia wpływ działalności na trzy kluczowe obszary: środowiskowy, społeczny i zarządczy, ale również wpływ tych obszarów na funkcjonowanie organizacji. Wdrażanie standardów ESG pomaga organizacjom zarządzać wyzwaniami związanymi ze zrównoważonym rozwojem, oczekiwaniami społecznymi oraz zyskać przewagę konkurencyjną. Firmy, które inwestują w ESG, mogą budować lepszą reputację, przyciągać inwestorów i klientów, minimalizować ryzyka własne i mieć pozytywny wpływ społeczny. Dlatego warto rozważyć implementację ESG w swojej organizacji i zacząć działać na rzecz bardziej zrównoważonej i odpowiedzialnej przyszłości.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      &nbsp;
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Jeśli chcesz dowiedzieć się więcej o ESG, wprowadzić zrównoważone praktyki w działalność swojej firmy oraz poznać najnowsze trendy w tym zakresie, to zapraszamy Cię na szkolenie "<strong>ESG i zrównoważony rozwój w biznesie</strong>".
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[0]->custom['_content_content_0_text']
      content_content => array (3)
      iterator_to_array($context['posts'])[0]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[0]->custom['content_content'][0]
      1 => string (8) "cta_link"
      iterator_to_array($context['posts'])[0]->custom['content_content'][1]
      2 => string (4) "text"
      iterator_to_array($context['posts'])[0]->custom['content_content'][2]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[0]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[0]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[0]->custom['_content']
      newsletter_campaignid => string (0) ""
      iterator_to_array($context['posts'])[0]->custom['newsletter_campaignid']
      _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[0]->custom['_newsletter_campaignid']
      newsletter => string (0) ""
      iterator_to_array($context['posts'])[0]->custom['newsletter']
      _newsletter => string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[0]->custom['_newsletter']
      _yoast_wpseo_estimated-reading-time-minutes => string (1) "8"
      iterator_to_array($context['posts'])[0]->custom['_yoast_wpseo_estimated-reading-time-minutes']
      _yoast_wpseo_wordproof_timestamp => string (0) ""
      iterator_to_array($context['posts'])[0]->custom['_yoast_wpseo_wordproof_timestamp']
      _yoast_wpseo_focuskw => string (14) "Co to jest ESG"
      iterator_to_array($context['posts'])[0]->custom['_yoast_wpseo_focuskw']
      _yoast_wpseo_title => string (18) "%%title%% %%page%%"
      iterator_to_array($context['posts'])[0]->custom['_yoast_wpseo_title']
      _yoast_wpseo_metadesc => UTF-8 string (140) "W dzisiejszym dynamicznym świecie zarządzanie ESG przestaje być jedynie tren...
      iterator_to_array($context['posts'])[0]->custom['_yoast_wpseo_metadesc']
      W dzisiejszym dynamicznym świecie zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
      
      _yoast_wpseo_linkdex => string (2) "80"
      iterator_to_array($context['posts'])[0]->custom['_yoast_wpseo_linkdex']
      _oembed_91c3bd6af021e0551fd1132a675f996d => UTF-8 string (692) "<blockquote class="wp-embedded-content" data-secret="Y41Uv4dnC5"><a href="ht...
      iterator_to_array($context['posts'])[0]->custom['_oembed_91c3bd6af021e0551fd1132a675f996d']
      <blockquote class="wp-embedded-content" data-secret="Y41Uv4dnC5"><a href="https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/">ESG i zrównoważony rozwój w biznesie ONLINE</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8222;ESG i zrównoważony rozwój w biznesie ONLINE&#8221; &#8212; CSRinfo - społeczna odpowiedzialność biznesu" src="https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/embed/#?secret=xzliFhYSa5#?secret=Y41Uv4dnC5" data-secret="Y41Uv4dnC5" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
      
      _oembed_time_91c3bd6af021e0551fd1132a675f996d => string (10) "1706832422"
      iterator_to_array($context['posts'])[0]->custom['_oembed_time_91c3bd6af021e0551fd1132a675f996d']
      2024-02-02 00:07:02 UTC
      _yoast_wpseo_content_score => string (2) "30"
      iterator_to_array($context['posts'])[0]->custom['_yoast_wpseo_content_score']
      content_content_1_title => UTF-8 string (39) "ESG i zrównoważony rozwój w biznesie"
      iterator_to_array($context['posts'])[0]->custom['content_content_1_title']
      _content_content_1_title => string (19) "field_65ba00f6ef476"
      iterator_to_array($context['posts'])[0]->custom['_content_content_1_title']
      content_content_1_text => UTF-8 string (336) "<p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</s...
      iterator_to_array($context['posts'])[0]->custom['content_content_1_text']
      <p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</span></p>
      <span style="font-size: 1.4rem;">• praktyczna pomoc we wdrożeniu zrównoważonych działań,</span>
      
      <span style="font-size: 1.4rem;">• aktualna wiedza na temat ESG,</span>
      
      <span style="font-size: 1.4rem;">• szkolenie warsztatowe.</span>
      
      _content_content_1_text => string (19) "field_65ba00f6ef477"
      iterator_to_array($context['posts'])[0]->custom['_content_content_1_text']
      content_content_1_file => array (3)
      iterator_to_array($context['posts'])[0]->custom['content_content_1_file']
      title => UTF-8 string (15) "Zapisuję się!"
      iterator_to_array($context['posts'])[0]->custom['content_content_1_file']['title']
      url => string (56) "https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/"
      iterator_to_array($context['posts'])[0]->custom['content_content_1_file']['url']
      target => string (0) ""
      iterator_to_array($context['posts'])[0]->custom['content_content_1_file']['target']
      _content_content_1_file => string (19) "field_65ba0101ef479"
      iterator_to_array($context['posts'])[0]->custom['_content_content_1_file']
      content_content_2_text => UTF-8 string (577) "Przydatne linki: <!-- /wp:paragraph --> <!-- wp:paragraph --> <ul> <li>Jak z...
      iterator_to_array($context['posts'])[0]->custom['content_content_2_text']
      Przydatne linki:
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      <ul>
       	<li>Jak zyskać na odpowiedzialności? CSR w strategiach spółek giełdowych.<a href="https://www.csrinfo.org/category/publikacje-csrinfo/">https://www.csrinfo.org/category/publikacje-csrinfo/</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
       	<li>Forum Odpowiedzialnego Biznesu <a href="http://www.odpowiedzialnybiznes.pl">www.odpowiedzialnybiznes.pl</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
       	<li>UN Global Goals2030 <a href="https://sdgs.un.org">https://sdgs.un.org</a></li>
      </ul>
      
      _content_content_2_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[0]->custom['_content_content_2_text']
      _wp_old_date => string (10) "2024-02-02"
      iterator_to_array($context['posts'])[0]->custom['_wp_old_date']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "4"
      iterator_to_array($context['posts'])[0]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[0]->post_content
      public post_date -> string (19) "2023-09-22 00:45:55"
      iterator_to_array($context['posts'])[0]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[0]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[0]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[0]->post_status
      public post_title -> UTF-8 string (76) "Co to jest ESG i dlaczego warto wdrażać je w strategię przedsiębiorstwa?"
      iterator_to_array($context['posts'])[0]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[0]->post_type
      public slug -> string (71) "co-to-jest-esg-i-dlaczego-warto-wdrazac-je-w-strategie-przedsiebiorstwa"
      iterator_to_array($context['posts'])[0]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1706904816:4"
      iterator_to_array($context['posts'])[0]->_edit_lock
      public _edit_last -> string (1) "4"
      iterator_to_array($context['posts'])[0]->_edit_last
      public img_main -> string (4) "2302"
      iterator_to_array($context['posts'])[0]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[0]->_img_main
      public text_preview -> UTF-8 string (306) "W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności ...
      iterator_to_array($context['posts'])[0]->text_preview
      W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności społeczne i problemy związane z zarządzaniem zasobami naturalnymi stają się coraz bardziej palącymi zagadnieniami, zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
      
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[0]->_text_preview
      public content_content_0_text -> UTF-8 string (12904) "Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisk...
      iterator_to_array($context['posts'])[0]->content_content_0_text
      Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisko człowieka. To wtedy po raz pierwszy dostrzeżono problemy ludzkości, które na początku skupiały się jedynie na zmniejszającej się ilości zasobów naturalnych. Dopiero Szczyt Ziemi w Rio de Janeiro, który odbył się pod hasłem Środowisko i Rozwój, postawił znak równości między czynnikami środowiskowymi a rozwojem społeczno-gospodarczym. Aktualnie, strategia zrównoważonego rozwoju to wachlarz zagadnień związanych ze środowiskiem, społecznością i ładem korporacyjnym, czyli ESG.
      
      Pojęcie ESG nabiera coraz większego znaczenia. Skrót ten odnosi się do trzech kluczowych kategorii tematów, które organizacje powinny uwzględniać w swojej działalności: E jak Environmental (kwestie środowiskowe), S jak Social (kwestie społeczne) i G jak Governance (zarządzanie). Wdrażanie działań ESG nie tylko pomaga organizacjom radzić sobie z wyzwaniami związanymi z tematyką zrównoważonego rozwoju, ale także przyczynia się do poprawy ich efektywności i reputacji. Dlatego warto przyjrzeć się bliżej temu tematowi i dowiedzieć się, dlaczego koncepcja społecznej odpowiedzialności biznesu staje się coraz bardziej istotna dla firm, inwestorów i społeczeństwa.
      
      <a href="#cotojestesg">Co to jest ESG?</a>
      
      <a href="#kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</a>
      
      <a href="#dlaczegowarto">Dlaczego warto wdrażać ESG w organizacji?</a>
      
      <a href="#wnioski">Wnioski</a>
      <h2 id="cotojestesg">Co to jest ESG?</h2>
      ESG to skrót od trzech kluczowych czynników, które są używane do oceny zrównoważonej działalności i odpowiedzialności społecznej organizacji. Oto co oznaczają:
      
      <span style="text-decoration: underline;">Kwestie środowiskowe (E - Environmental)</span>
      
      Pierwsza litera w skrócie ESG odnosi się do kategorii środowiskowej, co oznacza, że organizacje muszą zwracać uwagę na wpływ swojej działalności na stan środowiska w łańcuchu wartości. Wdrażanie zasad ESG w obszarze środowiskowym oznacza podejmowanie działań mających na celu redukcję emisji gazów cieplarnianych, oszczędzanie zasobów naturalnych, gospodarowanie zasobami wodnymi i minimalizowanie negatywnego wpływu na ekosystemy. Firmy, które skutecznie integrują politykę klimatyczną w swojej strategii biznesowej, mogą zarówno obniżyć koszty oraz przyciągnąć klientów i inwestorów, którzy coraz częściej kierują się wartościami związanymi z ochroną środowiska.
      
      <span style="text-decoration: underline;">Kwestie społeczne (S - Social)</span>
      
      Kwestie społecznej odpowiedzialności koncentrują się na relacjach organizacji z pracownikami, warunkami pracy, klientami, dostawcami i społecznością lokalną. Firmy, które dbają o dobrostan swoich pracowników, promują różnorodność i inkluzję oraz angażują się w społeczność, zyskują na zaufaniu i lojalności. Ponadto, społeczne inwestycje mogą pomóc w budowaniu lepszej reputacji firmy, przyciąganiu zdolnych pracowników oraz nowych inwestorów.
      
      <span style="text-decoration: underline;">Zarządzanie i ład korporacyjny (G - Governance)</span>
      
      Ostatnia litera ESG odnosi się do zarządzania, czyli sposobu, w jaki organizacja jest kierowana i kontrolowana. Ład korporacyjny to przede wszystkim transparentność, uczciwość i etyka w działaniu. Firmom, które skupiają się na dobrych praktykach zarządzania, łatwiej uniknąć skandali i konfliktów, co ma ogromne znaczenie dla inwestorów. Ponadto, skuteczne zarządzanie może pomóc w podejmowaniu lepszych decyzji biznesowych i zwiększeniu efektywności organizacji.
      <h2 id="kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</h2>
      Istnieje wiele dokumentów regulujących zagadnienia zrównoważonego rozwoju na różnych poziomach, zarówno międzynarodowych, jak i krajowych. Poniżej znajduje się lista najważniejszych dokumentów i inicjatyw:
      
      <a href="https://www.un.org.pl/agenda-2030-rezolucja" target="_blank" rel="noopener">Agenda 2030 dla Zrównoważonego Rozwoju</a> (Agenda 2030) to globalny plan działania przyjęty przez wszystkie państwa członkowskie ONZ w 2015 roku. Skupia się na 17 Celach Zrównoważonego Rozwoju (SDG), które obejmują różnorodne kwestie, m.in. eliminacja ubóstwa, ochrona środowiska, równość płci i zdrowie.
      
      <img class="aligncenter wp-image-2439 size-full" src="https://www.csrinfo.org/wp-content/uploads/2024/02/Agenda-ONZ.png" alt="Agenda ONZ 2030" width="706" height="344" />
      
      <a href="https://www.consilium.europa.eu/pl/policies/climate-change/paris-agreement/" target="_blank" rel="noreferrer noopener">Porozumienie Paryskie</a> przyjęte w 2015 roku, ma na celu globalne ograniczenie wzrostu temperatury na świecie poniżej 2°C w stosunku do okresu przedindustrialnego. Koncentruje się na redukcji emisji gazów cieplarnianych i dostosowaniu się do zmian klimatycznych.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <a href="https://www.europarl.europa.eu/news/pl/headlines/society/20200618STO81513/zielony-lad-klucz-do-neutralnej-klimatycznie-i-zrownowazonej-ue?&amp;at_campaign=20234-Green&amp;at_medium=Google_Ads&amp;at_platform=Search&amp;at_creation=RSA&amp;at_goal=TR_G&amp;at_audience=europejski%20zielony%20%C5%82ad&amp;at_topic=Green_Deal&amp;at_location=PO&amp;gclid=Cj0KCQjw9rSoBhCiARIsAFOipllp_YEBUj3UdL1AT0zYlNvYUsceAbJytKYdChhJWTvQHvEsI4mzDQIaAjD4EALw_wcB" target="_blank" rel="noreferrer noopener">Europejski Zielony Ład</a> (ang. European Green Deal) to strategia i szereg inicjatyw Unii Europejskiej mających na celu osiągnięcie neutralności klimatycznej do 2050 roku, promowanie zrównoważonego rozwoju, ochronę środowiska i przejście na bardziej ekologiczny model gospodarki.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <a href="https://www.gov.pl/web/finanse/dyrektywa-o-sprawozdawczosci-przedsiebiorstw-w-zakresie-zrownowazonego-rozwoju-juz-opublikowana" target="_blank" rel="noreferrer noopener">Dyrektywa CSRD</a> (ang. Corporate Sustainability Reporting Directive) to unijna inicjatywa mająca na celu rozszerzenie i ulepszenie standardów raportowania ESG przez przedsiębiorstwa.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Skupia się na wymogach dotyczących raportowania informacji związanych z aspektami społecznymi, środowiskowymi i rządzącymi oraz ma na celu zwiększenie transparentności działań firm w tych obszarach.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <a href="https://finance.ec.europa.eu/sustainable-finance/tools-and-standards/eu-taxonomy-sustainable-activities_en" target="_blank" rel="noreferrer noopener">Taksonomia</a> jest narzędziem regulacyjnym Unii Europejskiej, które określa, jakie działalności gospodarcze można uznać za zrównoważone pod względem ekologicznym. Koncentruje się na identyfikowaniu sektorów gospodarki, które przyczyniają się pozytywnie do celów zrównoważonego rozwoju, oraz tych, które są z nimi sprzeczne.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <a href="https://www.weforum.org/reports/" target="_blank" rel="noreferrer noopener">Raporty Forum Ekonomicznego w Davos</a> to dokumenty przedstawiane podczas dorocznych spotkań Światowego Forum Ekonomicznego w Davos.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Zakres tematyczny tych raportów jest szeroki i obejmuje kwestie gospodarcze, społeczne, środowiskowe i polityczne. Forum to miejsce dyskusji na temat globalnych wyzwań, takich jak nierówność, zmiany klimatyczne, innowacje i polityka światowa.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <a href="https://www.fsb-tcfd.org/" target="_blank" rel="noreferrer noopener">TCFD</a> (ang. Task Force on Climate-related Financial Disclosures) to grupa robocza powołana przez Financial Stability Board (FSB), która koncentruje się na dostarczaniu wytycznych dotyczących raportowania finansowego związanego z klimatem. Jej celem jest promowanie przejrzystego i spójnego raportowania informacji finansowych dotyczących ryzyka klimatycznego i jego wpływu na przedsiębiorstwa.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Mnogość dokumentów, wytycznych i inicjatyw sprawia, że zarządzanie ESG jest strategią równoczesnego rozpoznawania i rozwiązywania współczesnych problemów gospodarczych, społecznych i środowiskowym, z uwzględnieniem wpływów finansowym i bezpieczeństwa przyszłych pokoleń.
      <div id="dlaczegowarto">
      
      <!-- /wp:paragraph --> <!-- wp:heading -->
      <h2 id="dlaczego-warto" class="wp-block-heading">Dlaczego warto wdrażać ESG w organizacji?</h2>
      <!-- /wp:heading --> <!-- wp:paragraph -->
      
      </div>
      Jednym z głównych argumentów przemawiających za wdrażaniem ESG w firmach jest troska o bezpieczeństwo przyszłych pokoleń oraz długoterminową stabilność przedsiębiorstw.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Istnieje wiele powodów, dla których organizacje powinny rozważyć wprowadzenie ESG w działalność organizacji:
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Poprawa reputacji </strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Firmy, które angażują się w kwestie ESG, zyskują lepszą reputację i budują zaufanie klientów, inwestorów i społeczności.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Wzrost znaczenia na rynku</strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Wielu inwestorów alokuje kapitały w firmy zrównoważone, co może przyciągnąć nowe źródła finansowania. Coraz częściej mówi się o zielonych obligacjach zielonych inwestycjach czy zielonych zamówieniach publicznych.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Mitygacja ryzyka</strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Realizacja celów zrównoważonego rozwoju pomaga ograniczyć ryzyko związane z problemami środowiskowymi, społecznymi i zarządczymi w działalności własnej oraz w łańcuchu wartości. Pozwala to redukować ryzyko nieodpowiednich warunków pracy poprzez ankietę lub ocenę dostawcy.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Efektywność</strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Dobre praktyki ESG, w tym polityki i kodeksy, mogą pomóc w poprawie efektywności operacyjnej i obniżeniu kosztów produkcji lub utrzymania przedsiębiorstwa.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Spełnianie wymogów prawa i regulacji</strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      W wielu krajach wprowadzane są nowe przepisy dotyczące ESG, co sprawia, że organizacje muszą dostosować się do wymagań legislacyjnych. To proces czasochłonny, jednak zapewnia najwyższą jakość oferowanych usług, ich zgodność z prawem oraz minimalizowanie ryzyka w trakcie audytów przedsiębiorstwa.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Budowanie wartości pracowników</strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Młodsze pokolenia pracowników coraz częściej wybierają pracodawców, którzy dbają o ESG i odpowiedzialność społeczną oraz oczekują odpowiedzialnej postawy pracodawcy. Wpływa to na wzrost zaangażowania pracowników, poprawę ich dobrostanu oraz polepszanie wizerunku przedsiębiorstwa.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      <strong>Długoterminowy sukces</strong>
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Organizacje, które uwzględniają ESG w swojej strategii, są bardziej przygotowane do długoterminowych wyzwań i zmian na rynku.
      <div id="wnioski">
      
      <!-- /wp:paragraph --> <!-- wp:heading -->
      <h2 id="wnioski" class="wp-block-heading">Wnioski</h2>
      <!-- /wp:heading --> <!-- wp:paragraph -->
      
      </div>
      ESG to podejście do biznesu, które uwzględnia wpływ działalności na trzy kluczowe obszary: środowiskowy, społeczny i zarządczy, ale również wpływ tych obszarów na funkcjonowanie organizacji. Wdrażanie standardów ESG pomaga organizacjom zarządzać wyzwaniami związanymi ze zrównoważonym rozwojem, oczekiwaniami społecznymi oraz zyskać przewagę konkurencyjną. Firmy, które inwestują w ESG, mogą budować lepszą reputację, przyciągać inwestorów i klientów, minimalizować ryzyka własne i mieć pozytywny wpływ społeczny. Dlatego warto rozważyć implementację ESG w swojej organizacji i zacząć działać na rzecz bardziej zrównoważonej i odpowiedzialnej przyszłości.
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      &nbsp;
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      
      Jeśli chcesz dowiedzieć się więcej o ESG, wprowadzić zrównoważone praktyki w działalność swojej firmy oraz poznać najnowsze trendy w tym zakresie, to zapraszamy Cię na szkolenie "<strong>ESG i zrównoważony rozwój w biznesie</strong>".
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[0]->_content_content_0_text
      public content_content -> array (3)
      iterator_to_array($context['posts'])[0]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[0]->content_content[0]
      1 => string (8) "cta_link"
      iterator_to_array($context['posts'])[0]->content_content[1]
      2 => string (4) "text"
      iterator_to_array($context['posts'])[0]->content_content[2]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[0]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[0]->_content
      public newsletter_campaignid -> string (0) ""
      iterator_to_array($context['posts'])[0]->newsletter_campaignid
      public _newsletter_campaignid -> string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[0]->_newsletter_campaignid
      public newsletter -> string (0) ""
      iterator_to_array($context['posts'])[0]->newsletter
      public _newsletter -> string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[0]->_newsletter
      public _yoast_wpseo_estimated-reading-time-minutes -> string (1) "8"
      iterator_to_array($context['posts'])[0]->{'_yoast_wpseo_estimated-reading-time-minutes'}
      public _yoast_wpseo_wordproof_timestamp -> string (0) ""
      iterator_to_array($context['posts'])[0]->_yoast_wpseo_wordproof_timestamp
      public _yoast_wpseo_focuskw -> string (14) "Co to jest ESG"
      iterator_to_array($context['posts'])[0]->_yoast_wpseo_focuskw
      public _yoast_wpseo_title -> string (18) "%%title%% %%page%%"
      iterator_to_array($context['posts'])[0]->_yoast_wpseo_title
      public _yoast_wpseo_metadesc -> UTF-8 string (140) "W dzisiejszym dynamicznym świecie zarządzanie ESG przestaje być jedynie tren...
      iterator_to_array($context['posts'])[0]->_yoast_wpseo_metadesc
      W dzisiejszym dynamicznym świecie zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
      
      public _yoast_wpseo_linkdex -> string (2) "80"
      iterator_to_array($context['posts'])[0]->_yoast_wpseo_linkdex
      public _oembed_91c3bd6af021e0551fd1132a675f996d -> UTF-8 string (692) "<blockquote class="wp-embedded-content" data-secret="Y41Uv4dnC5"><a href="ht...
      iterator_to_array($context['posts'])[0]->_oembed_91c3bd6af021e0551fd1132a675f996d
      <blockquote class="wp-embedded-content" data-secret="Y41Uv4dnC5"><a href="https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/">ESG i zrównoważony rozwój w biznesie ONLINE</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8222;ESG i zrównoważony rozwój w biznesie ONLINE&#8221; &#8212; CSRinfo - społeczna odpowiedzialność biznesu" src="https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/embed/#?secret=xzliFhYSa5#?secret=Y41Uv4dnC5" data-secret="Y41Uv4dnC5" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
      
      public _oembed_time_91c3bd6af021e0551fd1132a675f996d -> string (10) "1706832422"
      iterator_to_array($context['posts'])[0]->_oembed_time_91c3bd6af021e0551fd1132a675f996d
      2024-02-02 00:07:02 UTC
      public _yoast_wpseo_content_score -> string (2) "30"
      iterator_to_array($context['posts'])[0]->_yoast_wpseo_content_score
      public content_content_1_title -> UTF-8 string (39) "ESG i zrównoważony rozwój w biznesie"
      iterator_to_array($context['posts'])[0]->content_content_1_title
      public _content_content_1_title -> string (19) "field_65ba00f6ef476"
      iterator_to_array($context['posts'])[0]->_content_content_1_title
      public content_content_1_text -> UTF-8 string (336) "<p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</s...
      iterator_to_array($context['posts'])[0]->content_content_1_text
      <p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</span></p>
      <span style="font-size: 1.4rem;">• praktyczna pomoc we wdrożeniu zrównoważonych działań,</span>
      
      <span style="font-size: 1.4rem;">• aktualna wiedza na temat ESG,</span>
      
      <span style="font-size: 1.4rem;">• szkolenie warsztatowe.</span>
      
      public _content_content_1_text -> string (19) "field_65ba00f6ef477"
      iterator_to_array($context['posts'])[0]->_content_content_1_text
      public content_content_1_file -> array (3)
      iterator_to_array($context['posts'])[0]->content_content_1_file
      title => UTF-8 string (15) "Zapisuję się!"
      iterator_to_array($context['posts'])[0]->content_content_1_file['title']
      url => string (56) "https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/"
      iterator_to_array($context['posts'])[0]->content_content_1_file['url']
      target => string (0) ""
      iterator_to_array($context['posts'])[0]->content_content_1_file['target']
      public _content_content_1_file -> string (19) "field_65ba0101ef479"
      iterator_to_array($context['posts'])[0]->_content_content_1_file
      public content_content_2_text -> UTF-8 string (577) "Przydatne linki: <!-- /wp:paragraph --> <!-- wp:paragraph --> <ul> <li>Jak z...
      iterator_to_array($context['posts'])[0]->content_content_2_text
      Przydatne linki:
      
      <!-- /wp:paragraph --> <!-- wp:paragraph -->
      <ul>
       	<li>Jak zyskać na odpowiedzialności? CSR w strategiach spółek giełdowych.<a href="https://www.csrinfo.org/category/publikacje-csrinfo/">https://www.csrinfo.org/category/publikacje-csrinfo/</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
       	<li>Forum Odpowiedzialnego Biznesu <a href="http://www.odpowiedzialnybiznes.pl">www.odpowiedzialnybiznes.pl</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
       	<li>UN Global Goals2030 <a href="https://sdgs.un.org">https://sdgs.un.org</a></li>
      </ul>
      
      public _content_content_2_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[0]->_content_content_2_text
      public _wp_old_date -> string (10) "2024-02-02"
      iterator_to_array($context['posts'])[0]->_wp_old_date
      public post_date_gmt -> string (19) "2023-09-21 22:45:55"
      iterator_to_array($context['posts'])[0]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[0]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[0]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[0]->post_password
      public post_name -> string (71) "co-to-jest-esg-i-dlaczego-warto-wdrazac-je-w-strategie-przedsiebiorstwa"
      iterator_to_array($context['posts'])[0]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[0]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[0]->pinged
      public post_modified -> string (19) "2024-02-02 21:15:55"
      iterator_to_array($context['posts'])[0]->post_modified
      public post_modified_gmt -> string (19) "2024-02-02 20:15:55"
      iterator_to_array($context['posts'])[0]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[0]->post_content_filtered
      public guid -> string (51) "https://www.csrinfo.org/?post_type=blog&#038;p=2437"
      iterator_to_array($context['posts'])[0]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[0]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[0]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[0]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[0]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[0]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[0]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[0]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[0]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[0]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[0]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[0]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[0]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[0]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[0]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[0]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[0]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[0]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[0]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[0]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[0]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[0]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[0]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[0]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[0]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[0]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[0]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[0]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[0]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[0]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[0]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[0]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[0]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[0]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[0]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[0]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[0]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[0]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[0]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[0]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[0]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[0]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[0]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[0]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[0]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[0]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[0]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[0]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[0]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[0]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[0]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[0]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[0]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[0]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[0]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[0]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[0]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[0]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[0]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[0]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[0]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[0]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[0]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[0]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[0]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[0]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[0]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[0]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[0]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[0]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[0]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[0]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[0]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[0]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[0]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[0]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[0]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[0]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[0]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[0]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[0]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[0]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[0]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    1 => Timber\Post (62)
    iterator_to_array($context['posts'])[1]
    • Properties (62)
    • Available methods (95)
    • Static class properties
    • public id -> integer 941
      iterator_to_array($context['posts'])[1]->id
      public ID -> integer 941
      iterator_to_array($context['posts'])[1]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[1]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[1]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[1]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[1]->TermClass
      public custom -> array (25)
      iterator_to_array($context['posts'])[1]->custom
      _edit_lock => string (12) "1738231292:4"
      iterator_to_array($context['posts'])[1]->custom['_edit_lock']
      _edit_last => string (1) "4"
      iterator_to_array($context['posts'])[1]->custom['_edit_last']
      _wp_old_date => string (10) "2022-10-23"
      iterator_to_array($context['posts'])[1]->custom['_wp_old_date']
      img_main => string (3) "942"
      iterator_to_array($context['posts'])[1]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[1]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[1]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[1]->custom['_text_preview']
      content_content_0_text => UTF-8 string (770) "CSRinfo wspólnie z Instytutem Monitorowania Mediów przygotowało raport dotyc...
      iterator_to_array($context['posts'])[1]->custom['content_content_0_text']
      CSRinfo wspólnie z Instytutem Monitorowania Mediów przygotowało raport dotyczący percepcji raportowania niefinansowego w mediach. Jakie terminy są najbardziej popularne? Jakie media są wiodące? Jakie publikacje miały największy zasięg? Odpowiedzi na te pytania znajdziesz w raporcie.<span id="more-4368"></span>
      
      Raport został przygotowany przez Insytut Monitorowania Mediów na podstawie publikacji prasowych i internetowych dotyczących tematyki raportowania niefinansowego wydanych w okresie od 1 stycznia 2017 r. do 31 grudnia 2018.
      <p style="text-align: center;"><span style="font-size: 1.9rem;"><a href="https://www.csrinfo.org/wp-content/uploads/2019/03/Raportowanie_niefinansowe_w_mediach_2019.pdf"><strong>POBIERZ MATERIAŁ</strong></a></span></p>
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[1]->custom['_content_content_0_text']
      content_content => array (1)
      iterator_to_array($context['posts'])[1]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[1]->custom['content_content'][0]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[1]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[1]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[1]->custom['_content']
      content_content_1_title => string (40) "RAPORTOWANIE NIEFINANSOWE W MEDIACH 2019"
      iterator_to_array($context['posts'])[1]->custom['content_content_1_title']
      _content_content_1_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[1]->custom['_content_content_1_title']
      content_content_1_text => UTF-8 string (166) "<p>Raport przygotowany przez Instytut Monitorowania Mediów prezentujący obec...
      iterator_to_array($context['posts'])[1]->custom['content_content_1_text']
      <p>Raport przygotowany przez Instytut Monitorowania Mediów prezentujący obecność tematyki raportowania niefinansowego w ciągu ostatnich dwóch lat w mediach.</p>
      
      _content_content_1_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[1]->custom['_content_content_1_text']
      content_content_1_file => string (3) "967"
      iterator_to_array($context['posts'])[1]->custom['content_content_1_file']
      _content_content_1_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[1]->custom['_content_content_1_file']
      newsletter_campaignid => string (0) ""
      iterator_to_array($context['posts'])[1]->custom['newsletter_campaignid']
      _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[1]->custom['_newsletter_campaignid']
      newsletter => string (0) ""
      iterator_to_array($context['posts'])[1]->custom['newsletter']
      _newsletter => string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[1]->custom['_newsletter']
      _yoast_wpseo_content_score => string (2) "30"
      iterator_to_array($context['posts'])[1]->custom['_yoast_wpseo_content_score']
      _yoast_wpseo_estimated-reading-time-minutes => string (1) "1"
      iterator_to_array($context['posts'])[1]->custom['_yoast_wpseo_estimated-reading-time-minutes']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[1]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[1]->post_content
      public post_date -> string (19) "2019-03-13 16:41:32"
      iterator_to_array($context['posts'])[1]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[1]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[1]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[1]->post_status
      public post_title -> string (35) "RAPORTOWANIE NIEFINANSOWE W MEDIACH"
      iterator_to_array($context['posts'])[1]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[1]->post_type
      public slug -> string (35) "raportowanie-niefinansowe-w-mediach"
      iterator_to_array($context['posts'])[1]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1738231292:4"
      iterator_to_array($context['posts'])[1]->_edit_lock
      public _edit_last -> string (1) "4"
      iterator_to_array($context['posts'])[1]->_edit_last
      public _wp_old_date -> string (10) "2022-10-23"
      iterator_to_array($context['posts'])[1]->_wp_old_date
      public img_main -> string (3) "942"
      iterator_to_array($context['posts'])[1]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[1]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[1]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[1]->_text_preview
      public content_content_0_text -> UTF-8 string (770) "CSRinfo wspólnie z Instytutem Monitorowania Mediów przygotowało raport dotyc...
      iterator_to_array($context['posts'])[1]->content_content_0_text
      CSRinfo wspólnie z Instytutem Monitorowania Mediów przygotowało raport dotyczący percepcji raportowania niefinansowego w mediach. Jakie terminy są najbardziej popularne? Jakie media są wiodące? Jakie publikacje miały największy zasięg? Odpowiedzi na te pytania znajdziesz w raporcie.<span id="more-4368"></span>
      
      Raport został przygotowany przez Insytut Monitorowania Mediów na podstawie publikacji prasowych i internetowych dotyczących tematyki raportowania niefinansowego wydanych w okresie od 1 stycznia 2017 r. do 31 grudnia 2018.
      <p style="text-align: center;"><span style="font-size: 1.9rem;"><a href="https://www.csrinfo.org/wp-content/uploads/2019/03/Raportowanie_niefinansowe_w_mediach_2019.pdf"><strong>POBIERZ MATERIAŁ</strong></a></span></p>
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[1]->_content_content_0_text
      public content_content -> array (1)
      iterator_to_array($context['posts'])[1]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[1]->content_content[0]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[1]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[1]->_content
      public content_content_1_title -> string (40) "RAPORTOWANIE NIEFINANSOWE W MEDIACH 2019"
      iterator_to_array($context['posts'])[1]->content_content_1_title
      public _content_content_1_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[1]->_content_content_1_title
      public content_content_1_text -> UTF-8 string (166) "<p>Raport przygotowany przez Instytut Monitorowania Mediów prezentujący obec...
      iterator_to_array($context['posts'])[1]->content_content_1_text
      <p>Raport przygotowany przez Instytut Monitorowania Mediów prezentujący obecność tematyki raportowania niefinansowego w ciągu ostatnich dwóch lat w mediach.</p>
      
      public _content_content_1_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[1]->_content_content_1_text
      public content_content_1_file -> string (3) "967"
      iterator_to_array($context['posts'])[1]->content_content_1_file
      public _content_content_1_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[1]->_content_content_1_file
      public newsletter_campaignid -> string (0) ""
      iterator_to_array($context['posts'])[1]->newsletter_campaignid
      public _newsletter_campaignid -> string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[1]->_newsletter_campaignid
      public newsletter -> string (0) ""
      iterator_to_array($context['posts'])[1]->newsletter
      public _newsletter -> string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[1]->_newsletter
      public _yoast_wpseo_content_score -> string (2) "30"
      iterator_to_array($context['posts'])[1]->_yoast_wpseo_content_score
      public _yoast_wpseo_estimated-reading-time-minutes -> string (1) "1"
      iterator_to_array($context['posts'])[1]->{'_yoast_wpseo_estimated-reading-time-minutes'}
      public post_date_gmt -> string (19) "2019-03-13 15:41:32"
      iterator_to_array($context['posts'])[1]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[1]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[1]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[1]->post_password
      public post_name -> string (35) "raportowanie-niefinansowe-w-mediach"
      iterator_to_array($context['posts'])[1]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[1]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[1]->pinged
      public post_modified -> string (19) "2025-01-30 11:00:50"
      iterator_to_array($context['posts'])[1]->post_modified
      public post_modified_gmt -> string (19) "2025-01-30 10:00:50"
      iterator_to_array($context['posts'])[1]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[1]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=941"
      iterator_to_array($context['posts'])[1]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[1]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[1]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[1]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[1]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[1]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[1]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[1]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[1]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[1]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[1]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[1]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[1]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[1]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[1]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[1]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[1]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[1]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[1]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[1]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[1]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[1]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[1]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[1]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[1]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[1]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[1]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[1]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[1]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[1]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[1]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[1]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[1]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[1]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[1]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[1]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[1]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[1]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[1]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[1]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[1]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[1]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[1]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[1]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[1]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[1]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[1]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[1]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[1]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[1]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[1]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[1]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[1]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[1]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[1]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[1]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[1]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[1]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[1]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[1]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[1]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[1]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[1]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[1]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[1]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[1]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[1]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[1]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[1]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[1]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[1]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[1]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[1]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[1]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[1]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[1]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[1]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[1]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[1]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[1]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[1]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[1]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[1]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    2 => Timber\Post (50)
    iterator_to_array($context['posts'])[2]
    • Properties (50)
    • Available methods (95)
    • Static class properties
    • public id -> integer 958
      iterator_to_array($context['posts'])[2]->id
      public ID -> integer 958
      iterator_to_array($context['posts'])[2]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[2]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[2]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[2]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[2]->TermClass
      public custom -> array (13)
      iterator_to_array($context['posts'])[2]->custom
      _edit_lock => string (12) "1704302362:4"
      iterator_to_array($context['posts'])[2]->custom['_edit_lock']
      _edit_last => string (1) "2"
      iterator_to_array($context['posts'])[2]->custom['_edit_last']
      img_main => string (3) "959"
      iterator_to_array($context['posts'])[2]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[2]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[2]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[2]->custom['_text_preview']
      content_content_0_text => UTF-8 string (5415) "<p>Wielkimi krokami zbliża się V edycja studiów, która startuje już 24 listo...
      iterator_to_array($context['posts'])[2]->custom['content_content_0_text']
      <p>Wielkimi krokami zbliża się V edycja studiów, która startuje już 24 listopada 2018. Jeżeli jeszcze zastanawiasz się czy warto, sprawdź czego nauczyli się studenci IV edycji.<span id="more-4120"></span></p>
      <blockquote><p>W tym artykule przeczytasz o tym, czego nauczyli się studenci. Poprosiliśmy ich o wypełnienie anonimowej ankiety na ostatnim zjeździe i podzielenie się opinią na temat studiów i tego czego się nauczyli. Mamy nadzieję, że pomoże Ci to w podjęciu decyzji o przyłączeniu się do IV edycji.</p></blockquote>
      <p>24 listopada rozpoczyna się jubileuszowa edycja studiów podyplomowych Manager CSR. Zajęcia trwają do 7 lipca 2019 roku w trybie sobotnio-niedzielnym i odbywają się w sercu Warszawy – w Pałacu Kultury i Nauki, siedzibie Collegium Civitas.</p>
      <p>Na studia można się jeszcze zapisać. <strong>Prosta <a href="https://www.civitas.edu.pl/pl/oferta-edukacyjna/manager-csr-podyplomowe?gclid=EAIaIQobChMIi8zZ1cH53QIVyagYCh2R0gViEAAYASAAEgLwp_D_BwE">rejestracja online</a> na stronie Collegium Civitas, gdzie znajduje się również bardziej szczegółowy opis studiów</strong>. Jeśli masz pytanie, możesz bezpośrednio skontaktować się z kierownikiem studiów pod numerem 608664812.</p>
      <h3>Studenci odpowiadali na pytanie czego się nauczyli podczas studiów w anonimowej ankiecie.</h3>
      <p>– Jak wzorowo raportować; z czego składa się CSR w organizacji, jak budować CSR team, jak lobbować CSR</p>
      <hr />
      <p>– Określać zagadnienia związane z CSR; tego jak budować strategię, od czego zacząć i jak rozmawiać z biznesem; co powinien zawierać raport i jak go stworzyć; gdzie szukać informacji potrzebnych do prowadzenia i wdrożenia CSR</p>
      <hr />
      <p>– W jaki sposób rozmawiać z biznesem o CSR; jaki pozytywny wpływ może to mieć w długim okresie na wynik finansowy; jak to prezentować; znaczenie zagadnień środowiskowych we wszystkich gałęziach biznesu oraz kwestia pracownicze to też CSR</p>
      <hr />
      <p>– Co to jest CSR, dlaczego warto go stosować</p>
      <hr />
      <p>– Czym tak naprawdę jest zrównoważony biznes; dowiedziałam się jak stworzyć strategię CSR; wiem na co zwracać uwagę i gdzie szukać informacji potrzebnych do stworzenia raportu społecznego</p>
      <hr />
      <p>– Poznałam szerzej czym jest CSR i jak to funkcjonuje w firmach; otrzymałam informacje dot. tworzenia strategii i raportowania niefinansowego; poznałam tez szczegółowo obszary, w których CSR jest obecny. Dotychczas najbliższe było mi zaangażowanie społeczne, mniej wiedziałam o pracownikach czy środowisku</p>
      <hr />
      <p>– Że nie można realizować działań w biznesie (i życiu) bez uwzględniania kwestii ESG</p>
      <hr />
      <p>– Nauczyłam się podstaw, które są niezbędne dla właściwego zrozumienia zagadnień związanych z CSR i zrównoważonym rozwojem</p>
      <hr />
      <p>– Co to jest CSR; jak w praktyce ten temat funkcjonuje w firmach; tematyka zrównoważonego rozwoju zupełnie dla mnie nowa; proces tworzenia strategii – w tym w szczególności zarządzania interesariuszami</p>
      <hr />
      <p>– Czym jest CSR; standard GRI, raport niefinansowy, komunikacja, dialog z interesariuszami, praktyki firm</p>
      <hr />
      <p>– Jak rozumiany jest ZR w obecnym świecie, złożoność tematu CSR, jak CSR-owiec funkcjonuje w firmie, co nam ułatwia pracę, a co utrudnia, ogólne pojęcie jak działa biznes</p>
      <hr />
      <p>– Jak korporacje prowadzą działania CSR; jak wygląda proces raportowania; jak powinno się prowadzić dialog z interesariuszami; jakie normy, standardy i ustawy są ważne w CSR</p>
      <hr />
      <p>– Słuchania innych; tolerancji dla innych poglądów, komunikacji strategii CSR, myślenia o kryzysie</p>
      <hr />
      <p>– Szukać informacji i zrozumiałam czym jest zrównoważony rozwój, jakie ma znaczenie, jak przekłada się na CSR, jaka jest rola interesariuszy i jak ich włączyć w CSR, rola komunikacji wewnętrznej i raportowanie i strategie, poznałam Global Compact</p>
      <hr />
      <p>– Zdobyłam wiedzę o biznesie, o polityce CR, że jest możliwa, realna do zrobienia, że są ludzie, którzy się w to angażują i walczą o to, aby biznes był etyczny, to budujące</p>
      <hr />
      <p>– Pogłębiłam wiedzę nt. CSR-u i zrównoważonego rozwoju. O wiele lepiej rozumiem tę problematykę i sam biznes, bo przy okazji dużo dowiedziałam się też na temat tego jak funkcjonują firmy</p>
      <hr />
      <p>– Nauczyłem się czym jest CSR i jak można wprowadzać elementy CSR do swojej organizacji.</p>
      <hr />
      <p>– Myślenie systemowe, nowa perspektywa łańcucha dostaw i obszar ryzyka</p>
      <p>Zapraszamy na V edycję studiów podyplomowych „Manager CSR”. <strong>Rejestracja odbywa się <a href="https://www.civitas.edu.pl/pl/oferta-edukacyjna/manager-csr-podyplomowe?gclid=EAIaIQobChMIi8zZ1cH53QIVyagYCh2R0gViEAAYASAAEgLwp_D_BwE">drogą online na stronie Collegium Civitas</a>.</strong></p>
      <p>Terminy zjazdów w roku 2018/2019:</p>
      <p>Semestr zimowy:                   Semestr letni:</p>
      <p>listopad: 24-25                       marzec: 16-17; 30-31<br />
      grudzień: 08-09                     kwiecień: 13-14<br />
      styczeń: 19-20                         maj: 18-19<br />
      luty: 16-17                                czerwiec: 22-23<br />
      lipiec: 06-07</p>
      <p>Godziny zajęć: Sobota: 9:30-16:30,  Niedziela 9:00-16.15</p>
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[2]->custom['_content_content_0_text']
      content_content => array (1)
      iterator_to_array($context['posts'])[2]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[2]->custom['content_content'][0]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[2]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[2]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[2]->custom['_content']
      _wp_old_date => string (10) "2022-10-24"
      iterator_to_array($context['posts'])[2]->custom['_wp_old_date']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[2]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[2]->post_content
      public post_date -> string (19) "2018-10-09 00:50:42"
      iterator_to_array($context['posts'])[2]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[2]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[2]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[2]->post_status
      public post_title -> UTF-8 string (74) "CZEGO NAUCZYLI SIĘ STUDENCI IV EDYCJI STUDIÓW PODYPLOMOWYCH MANAGER CSR?"
      iterator_to_array($context['posts'])[2]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[2]->post_type
      public slug -> string (71) "czego-nauczyli-sie-studenci-iv-edycji-studiow-podyplomowych-manager-csr"
      iterator_to_array($context['posts'])[2]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1704302362:4"
      iterator_to_array($context['posts'])[2]->_edit_lock
      public _edit_last -> string (1) "2"
      iterator_to_array($context['posts'])[2]->_edit_last
      public img_main -> string (3) "959"
      iterator_to_array($context['posts'])[2]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[2]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[2]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[2]->_text_preview
      public content_content_0_text -> UTF-8 string (5415) "<p>Wielkimi krokami zbliża się V edycja studiów, która startuje już 24 listo...
      iterator_to_array($context['posts'])[2]->content_content_0_text
      <p>Wielkimi krokami zbliża się V edycja studiów, która startuje już 24 listopada 2018. Jeżeli jeszcze zastanawiasz się czy warto, sprawdź czego nauczyli się studenci IV edycji.<span id="more-4120"></span></p>
      <blockquote><p>W tym artykule przeczytasz o tym, czego nauczyli się studenci. Poprosiliśmy ich o wypełnienie anonimowej ankiety na ostatnim zjeździe i podzielenie się opinią na temat studiów i tego czego się nauczyli. Mamy nadzieję, że pomoże Ci to w podjęciu decyzji o przyłączeniu się do IV edycji.</p></blockquote>
      <p>24 listopada rozpoczyna się jubileuszowa edycja studiów podyplomowych Manager CSR. Zajęcia trwają do 7 lipca 2019 roku w trybie sobotnio-niedzielnym i odbywają się w sercu Warszawy – w Pałacu Kultury i Nauki, siedzibie Collegium Civitas.</p>
      <p>Na studia można się jeszcze zapisać. <strong>Prosta <a href="https://www.civitas.edu.pl/pl/oferta-edukacyjna/manager-csr-podyplomowe?gclid=EAIaIQobChMIi8zZ1cH53QIVyagYCh2R0gViEAAYASAAEgLwp_D_BwE">rejestracja online</a> na stronie Collegium Civitas, gdzie znajduje się również bardziej szczegółowy opis studiów</strong>. Jeśli masz pytanie, możesz bezpośrednio skontaktować się z kierownikiem studiów pod numerem 608664812.</p>
      <h3>Studenci odpowiadali na pytanie czego się nauczyli podczas studiów w anonimowej ankiecie.</h3>
      <p>– Jak wzorowo raportować; z czego składa się CSR w organizacji, jak budować CSR team, jak lobbować CSR</p>
      <hr />
      <p>– Określać zagadnienia związane z CSR; tego jak budować strategię, od czego zacząć i jak rozmawiać z biznesem; co powinien zawierać raport i jak go stworzyć; gdzie szukać informacji potrzebnych do prowadzenia i wdrożenia CSR</p>
      <hr />
      <p>– W jaki sposób rozmawiać z biznesem o CSR; jaki pozytywny wpływ może to mieć w długim okresie na wynik finansowy; jak to prezentować; znaczenie zagadnień środowiskowych we wszystkich gałęziach biznesu oraz kwestia pracownicze to też CSR</p>
      <hr />
      <p>– Co to jest CSR, dlaczego warto go stosować</p>
      <hr />
      <p>– Czym tak naprawdę jest zrównoważony biznes; dowiedziałam się jak stworzyć strategię CSR; wiem na co zwracać uwagę i gdzie szukać informacji potrzebnych do stworzenia raportu społecznego</p>
      <hr />
      <p>– Poznałam szerzej czym jest CSR i jak to funkcjonuje w firmach; otrzymałam informacje dot. tworzenia strategii i raportowania niefinansowego; poznałam tez szczegółowo obszary, w których CSR jest obecny. Dotychczas najbliższe było mi zaangażowanie społeczne, mniej wiedziałam o pracownikach czy środowisku</p>
      <hr />
      <p>– Że nie można realizować działań w biznesie (i życiu) bez uwzględniania kwestii ESG</p>
      <hr />
      <p>– Nauczyłam się podstaw, które są niezbędne dla właściwego zrozumienia zagadnień związanych z CSR i zrównoważonym rozwojem</p>
      <hr />
      <p>– Co to jest CSR; jak w praktyce ten temat funkcjonuje w firmach; tematyka zrównoważonego rozwoju zupełnie dla mnie nowa; proces tworzenia strategii – w tym w szczególności zarządzania interesariuszami</p>
      <hr />
      <p>– Czym jest CSR; standard GRI, raport niefinansowy, komunikacja, dialog z interesariuszami, praktyki firm</p>
      <hr />
      <p>– Jak rozumiany jest ZR w obecnym świecie, złożoność tematu CSR, jak CSR-owiec funkcjonuje w firmie, co nam ułatwia pracę, a co utrudnia, ogólne pojęcie jak działa biznes</p>
      <hr />
      <p>– Jak korporacje prowadzą działania CSR; jak wygląda proces raportowania; jak powinno się prowadzić dialog z interesariuszami; jakie normy, standardy i ustawy są ważne w CSR</p>
      <hr />
      <p>– Słuchania innych; tolerancji dla innych poglądów, komunikacji strategii CSR, myślenia o kryzysie</p>
      <hr />
      <p>– Szukać informacji i zrozumiałam czym jest zrównoważony rozwój, jakie ma znaczenie, jak przekłada się na CSR, jaka jest rola interesariuszy i jak ich włączyć w CSR, rola komunikacji wewnętrznej i raportowanie i strategie, poznałam Global Compact</p>
      <hr />
      <p>– Zdobyłam wiedzę o biznesie, o polityce CR, że jest możliwa, realna do zrobienia, że są ludzie, którzy się w to angażują i walczą o to, aby biznes był etyczny, to budujące</p>
      <hr />
      <p>– Pogłębiłam wiedzę nt. CSR-u i zrównoważonego rozwoju. O wiele lepiej rozumiem tę problematykę i sam biznes, bo przy okazji dużo dowiedziałam się też na temat tego jak funkcjonują firmy</p>
      <hr />
      <p>– Nauczyłem się czym jest CSR i jak można wprowadzać elementy CSR do swojej organizacji.</p>
      <hr />
      <p>– Myślenie systemowe, nowa perspektywa łańcucha dostaw i obszar ryzyka</p>
      <p>Zapraszamy na V edycję studiów podyplomowych „Manager CSR”. <strong>Rejestracja odbywa się <a href="https://www.civitas.edu.pl/pl/oferta-edukacyjna/manager-csr-podyplomowe?gclid=EAIaIQobChMIi8zZ1cH53QIVyagYCh2R0gViEAAYASAAEgLwp_D_BwE">drogą online na stronie Collegium Civitas</a>.</strong></p>
      <p>Terminy zjazdów w roku 2018/2019:</p>
      <p>Semestr zimowy:                   Semestr letni:</p>
      <p>listopad: 24-25                       marzec: 16-17; 30-31<br />
      grudzień: 08-09                     kwiecień: 13-14<br />
      styczeń: 19-20                         maj: 18-19<br />
      luty: 16-17                                czerwiec: 22-23<br />
      lipiec: 06-07</p>
      <p>Godziny zajęć: Sobota: 9:30-16:30,  Niedziela 9:00-16.15</p>
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[2]->_content_content_0_text
      public content_content -> array (1)
      iterator_to_array($context['posts'])[2]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[2]->content_content[0]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[2]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[2]->_content
      public _wp_old_date -> string (10) "2022-10-24"
      iterator_to_array($context['posts'])[2]->_wp_old_date
      public post_date_gmt -> string (19) "2018-10-08 22:50:42"
      iterator_to_array($context['posts'])[2]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[2]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[2]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[2]->post_password
      public post_name -> string (71) "czego-nauczyli-sie-studenci-iv-edycji-studiow-podyplomowych-manager-csr"
      iterator_to_array($context['posts'])[2]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[2]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[2]->pinged
      public post_modified -> string (19) "2022-10-24 00:53:21"
      iterator_to_array($context['posts'])[2]->post_modified
      public post_modified_gmt -> string (19) "2022-10-23 22:53:21"
      iterator_to_array($context['posts'])[2]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[2]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=958"
      iterator_to_array($context['posts'])[2]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[2]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[2]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[2]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[2]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[2]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[2]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[2]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[2]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[2]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[2]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[2]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[2]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[2]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[2]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[2]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[2]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[2]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[2]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[2]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[2]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[2]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[2]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[2]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[2]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[2]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[2]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[2]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[2]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[2]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[2]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[2]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[2]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[2]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[2]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[2]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[2]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[2]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[2]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[2]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[2]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[2]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[2]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[2]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[2]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[2]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[2]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[2]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[2]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[2]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[2]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[2]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[2]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[2]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[2]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[2]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[2]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[2]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[2]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[2]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[2]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[2]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[2]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[2]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[2]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[2]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[2]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[2]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[2]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[2]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[2]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[2]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[2]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[2]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[2]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[2]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[2]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[2]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[2]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[2]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[2]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[2]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[2]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    3 => Timber\Post (64)
    iterator_to_array($context['posts'])[3]
    • Properties (64)
    • Available methods (95)
    • Static class properties
    • public id -> integer 846
      iterator_to_array($context['posts'])[3]->id
      public ID -> integer 846
      iterator_to_array($context['posts'])[3]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[3]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[3]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[3]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[3]->TermClass
      public custom -> array (27)
      iterator_to_array($context['posts'])[3]->custom
      _edit_lock => string (12) "1738231558:4"
      iterator_to_array($context['posts'])[3]->custom['_edit_lock']
      _edit_last => string (1) "4"
      iterator_to_array($context['posts'])[3]->custom['_edit_last']
      img_main => string (3) "847"
      iterator_to_array($context['posts'])[3]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[3]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[3]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[3]->custom['_text_preview']
      content_content_0_text => UTF-8 string (1851) "Jeżeli stoisz przed wyzwaniem jakim jest obowiązek raportowania niefinansowe...
      iterator_to_array($context['posts'])[3]->custom['content_content_0_text']
      Jeżeli stoisz przed wyzwaniem jakim jest obowiązek raportowania niefinansowego w Twojej firmie i nie wiesz od czego zacząć. Bez obaw. Mamy dla Ciebie konkretną pomoc =&gt; <strong>„<a href="https://www.csrinfo.org/wp-content/uploads/2022/10/Raportowanie-Niefinansowe_Poradnik-dla-raportujacych.pdf">Raportowanie niefinansowe. Poradnik dla raportujących</a>”.</strong> Poradnik pozwali Ci szybko zorientować się w zagadnieniach raportowania niefinansowego i wskaże konkretne narzędzia, które każda organizacja może zastosować przy tworzeniu pierwszego procesu raportowania.
      <blockquote>Wejście w życie zmian w Ustawie o rachunkowości nakłada na duże przedsiębiorstwa obowiązki w zakresie ujawniania danych niefinansowych. Tym samym zmienia się dostęp do informacji gospodarczej dla szerokiego grona interesariuszy. Ta zmiana powoduje wiele wyzwań dla raportujących i zapewne najbliższe dwa lata będą decydujące w zakresie kształtowania się praktyki w tym zakresie – komentuje<strong> Liliana Anam</strong>, menedżer zarządzających CSRinfo.</blockquote>
      Dla wielu podmiotów objętych obowiązkiem raportowanie niefinansowe jest zupełnie nowym procesem. Z myślą o nich przygotowaliśmy niniejszy poradnik, który ma pomóc organizacjom w przygotowaniu się do procesu raportowania. Mapa rekomendowanych narzędzi składa się ze starannie wybranych standardów służących zarówno raportowaniu jak i wdrażaniu CSR. Pokazuje również, w jakim stopniu omówione standardy odnoszą się do wytyczonych Ustawie o rachunkowości obszarów raportowania, co pozwoli raportującym na dokonanie wyboru co do sposobu raportowania.
      
      Masz pytania odnośnie raportowania niefinansowego? Skontaktuj się z nami: 608 664 812, <a href="mailto:biuro@csrinfo.org" target="_blank" rel="noopener">biuro@csrinfo.org</a>
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[3]->custom['_content_content_0_text']
      content_content_1_title => UTF-8 string (53) "RAPORTOWANIE NIEFINANSOWE_PORADNIK DLA RAPORTUJĄCYCH"
      iterator_to_array($context['posts'])[3]->custom['content_content_1_title']
      _content_content_1_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[3]->custom['_content_content_1_title']
      content_content_1_text => UTF-8 string (183) "<p><strong>Redakcja</strong></p> <p>Praca zbiorowa pod redakcją:<br /> Lilia...
      iterator_to_array($context['posts'])[3]->custom['content_content_1_text']
      <p><strong>Redakcja</strong></p>
      <p>Praca zbiorowa pod redakcją:<br />
      Liliany Anam, CSRinfo<br />
      Jacqueline Kacprzak, Ministerstwo Rozwoju</p>
      <p>Wydanie II poprawione, 2017 r.</p>
      
      _content_content_1_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[3]->custom['_content_content_1_text']
      content_content_1_file => string (3) "848"
      iterator_to_array($context['posts'])[3]->custom['content_content_1_file']
      _content_content_1_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[3]->custom['_content_content_1_file']
      content_content => array (1)
      iterator_to_array($context['posts'])[3]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[3]->custom['content_content'][0]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[3]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[3]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[3]->custom['_content']
      _wp_old_date => array (3)
      iterator_to_array($context['posts'])[3]->custom['_wp_old_date']
      0 => string (10) "2022-10-21"
      iterator_to_array($context['posts'])[3]->custom['_wp_old_date'][0]
      1 => string (10) "2021-08-16"
      iterator_to_array($context['posts'])[3]->custom['_wp_old_date'][1]
      2 => string (10) "2017-06-10"
      iterator_to_array($context['posts'])[3]->custom['_wp_old_date'][2]
      page-title-seo => string (0) ""
      iterator_to_array($context['posts'])[3]->custom['page-title-seo']
      _page-title-seo => string (19) "field_665704b857eac"
      iterator_to_array($context['posts'])[3]->custom['_page-title-seo']
      newsletter_campaignid => string (0) ""
      iterator_to_array($context['posts'])[3]->custom['newsletter_campaignid']
      _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[3]->custom['_newsletter_campaignid']
      newsletter => string (0) ""
      iterator_to_array($context['posts'])[3]->custom['newsletter']
      _newsletter => string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[3]->custom['_newsletter']
      _yoast_wpseo_content_score => string (2) "90"
      iterator_to_array($context['posts'])[3]->custom['_yoast_wpseo_content_score']
      _yoast_wpseo_estimated-reading-time-minutes => string (1) "2"
      iterator_to_array($context['posts'])[3]->custom['_yoast_wpseo_estimated-reading-time-minutes']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[3]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[3]->post_content
      public post_date -> string (19) "2017-10-06 13:49:11"
      iterator_to_array($context['posts'])[3]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[3]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[3]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[3]->post_status
      public post_title -> UTF-8 string (57) "RAPORTOWANIE NIEFINANSOWE – PORADNIK DLA RAPORTUJĄCYCH"
      iterator_to_array($context['posts'])[3]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[3]->post_type
      public slug -> string (52) "raportowanie-niefinansowe-poradnik-dla-raportujacych"
      iterator_to_array($context['posts'])[3]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1738231558:4"
      iterator_to_array($context['posts'])[3]->_edit_lock
      public _edit_last -> string (1) "4"
      iterator_to_array($context['posts'])[3]->_edit_last
      public img_main -> string (3) "847"
      iterator_to_array($context['posts'])[3]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[3]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[3]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[3]->_text_preview
      public content_content_0_text -> UTF-8 string (1851) "Jeżeli stoisz przed wyzwaniem jakim jest obowiązek raportowania niefinansowe...
      iterator_to_array($context['posts'])[3]->content_content_0_text
      Jeżeli stoisz przed wyzwaniem jakim jest obowiązek raportowania niefinansowego w Twojej firmie i nie wiesz od czego zacząć. Bez obaw. Mamy dla Ciebie konkretną pomoc =&gt; <strong>„<a href="https://www.csrinfo.org/wp-content/uploads/2022/10/Raportowanie-Niefinansowe_Poradnik-dla-raportujacych.pdf">Raportowanie niefinansowe. Poradnik dla raportujących</a>”.</strong> Poradnik pozwali Ci szybko zorientować się w zagadnieniach raportowania niefinansowego i wskaże konkretne narzędzia, które każda organizacja może zastosować przy tworzeniu pierwszego procesu raportowania.
      <blockquote>Wejście w życie zmian w Ustawie o rachunkowości nakłada na duże przedsiębiorstwa obowiązki w zakresie ujawniania danych niefinansowych. Tym samym zmienia się dostęp do informacji gospodarczej dla szerokiego grona interesariuszy. Ta zmiana powoduje wiele wyzwań dla raportujących i zapewne najbliższe dwa lata będą decydujące w zakresie kształtowania się praktyki w tym zakresie – komentuje<strong> Liliana Anam</strong>, menedżer zarządzających CSRinfo.</blockquote>
      Dla wielu podmiotów objętych obowiązkiem raportowanie niefinansowe jest zupełnie nowym procesem. Z myślą o nich przygotowaliśmy niniejszy poradnik, który ma pomóc organizacjom w przygotowaniu się do procesu raportowania. Mapa rekomendowanych narzędzi składa się ze starannie wybranych standardów służących zarówno raportowaniu jak i wdrażaniu CSR. Pokazuje również, w jakim stopniu omówione standardy odnoszą się do wytyczonych Ustawie o rachunkowości obszarów raportowania, co pozwoli raportującym na dokonanie wyboru co do sposobu raportowania.
      
      Masz pytania odnośnie raportowania niefinansowego? Skontaktuj się z nami: 608 664 812, <a href="mailto:biuro@csrinfo.org" target="_blank" rel="noopener">biuro@csrinfo.org</a>
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[3]->_content_content_0_text
      public content_content_1_title -> UTF-8 string (53) "RAPORTOWANIE NIEFINANSOWE_PORADNIK DLA RAPORTUJĄCYCH"
      iterator_to_array($context['posts'])[3]->content_content_1_title
      public _content_content_1_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[3]->_content_content_1_title
      public content_content_1_text -> UTF-8 string (183) "<p><strong>Redakcja</strong></p> <p>Praca zbiorowa pod redakcją:<br /> Lilia...
      iterator_to_array($context['posts'])[3]->content_content_1_text
      <p><strong>Redakcja</strong></p>
      <p>Praca zbiorowa pod redakcją:<br />
      Liliany Anam, CSRinfo<br />
      Jacqueline Kacprzak, Ministerstwo Rozwoju</p>
      <p>Wydanie II poprawione, 2017 r.</p>
      
      public _content_content_1_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[3]->_content_content_1_text
      public content_content_1_file -> string (3) "848"
      iterator_to_array($context['posts'])[3]->content_content_1_file
      public _content_content_1_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[3]->_content_content_1_file
      public content_content -> array (1)
      iterator_to_array($context['posts'])[3]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[3]->content_content[0]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[3]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[3]->_content
      public _wp_old_date -> array (3)
      iterator_to_array($context['posts'])[3]->_wp_old_date
      0 => string (10) "2022-10-21"
      iterator_to_array($context['posts'])[3]->_wp_old_date[0]
      1 => string (10) "2021-08-16"
      iterator_to_array($context['posts'])[3]->_wp_old_date[1]
      2 => string (10) "2017-06-10"
      iterator_to_array($context['posts'])[3]->_wp_old_date[2]
      public page-title-seo -> string (0) ""
      iterator_to_array($context['posts'])[3]->{'page-title-seo'}
      public _page-title-seo -> string (19) "field_665704b857eac"
      iterator_to_array($context['posts'])[3]->{'_page-title-seo'}
      public newsletter_campaignid -> string (0) ""
      iterator_to_array($context['posts'])[3]->newsletter_campaignid
      public _newsletter_campaignid -> string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[3]->_newsletter_campaignid
      public newsletter -> string (0) ""
      iterator_to_array($context['posts'])[3]->newsletter
      public _newsletter -> string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[3]->_newsletter
      public _yoast_wpseo_content_score -> string (2) "90"
      iterator_to_array($context['posts'])[3]->_yoast_wpseo_content_score
      public _yoast_wpseo_estimated-reading-time-minutes -> string (1) "2"
      iterator_to_array($context['posts'])[3]->{'_yoast_wpseo_estimated-reading-time-minutes'}
      public post_date_gmt -> string (19) "2017-10-06 11:49:11"
      iterator_to_array($context['posts'])[3]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[3]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[3]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[3]->post_password
      public post_name -> string (52) "raportowanie-niefinansowe-poradnik-dla-raportujacych"
      iterator_to_array($context['posts'])[3]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[3]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[3]->pinged
      public post_modified -> string (19) "2025-01-30 11:08:08"
      iterator_to_array($context['posts'])[3]->post_modified
      public post_modified_gmt -> string (19) "2025-01-30 10:08:08"
      iterator_to_array($context['posts'])[3]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[3]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=846"
      iterator_to_array($context['posts'])[3]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[3]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[3]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[3]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[3]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[3]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[3]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[3]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[3]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[3]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[3]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[3]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[3]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[3]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[3]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[3]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[3]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[3]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[3]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[3]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[3]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[3]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[3]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[3]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[3]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[3]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[3]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[3]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[3]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[3]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[3]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[3]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[3]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[3]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[3]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[3]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[3]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[3]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[3]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[3]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[3]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[3]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[3]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[3]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[3]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[3]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[3]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[3]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[3]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[3]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[3]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[3]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[3]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[3]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[3]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[3]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[3]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[3]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[3]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[3]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[3]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[3]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[3]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[3]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[3]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[3]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[3]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[3]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[3]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[3]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[3]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[3]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[3]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[3]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[3]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[3]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[3]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[3]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[3]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[3]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[3]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[3]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[3]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    4 => Timber\Post (101)
    iterator_to_array($context['posts'])[4]
    • Properties (101)
    • Available methods (95)
    • Static class properties
    • public id -> integer 968
      iterator_to_array($context['posts'])[4]->id
      public ID -> integer 968
      iterator_to_array($context['posts'])[4]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[4]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[4]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[4]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[4]->TermClass
      public custom -> array (64)
      iterator_to_array($context['posts'])[4]->custom
      _edit_lock => string (12) "1738231395:4"
      iterator_to_array($context['posts'])[4]->custom['_edit_lock']
      _edit_last => string (1) "4"
      iterator_to_array($context['posts'])[4]->custom['_edit_last']
      _wp_old_date => string (10) "2022-10-24"
      iterator_to_array($context['posts'])[4]->custom['_wp_old_date']
      img_main => string (3) "969"
      iterator_to_array($context['posts'])[4]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[4]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[4]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[4]->custom['_text_preview']
      content_content_0_text => UTF-8 string (7430) "Za nami konferencja <strong>„Praktyka raportowania niefinansowego. Jak wypeł...
      iterator_to_array($context['posts'])[4]->custom['content_content_0_text']
      Za nami konferencja <strong>„Praktyka raportowania niefinansowego. Jak wypełnić nowe wymogi ustawy o rachunkowości”</strong>, która odbyła się 3 października 2017 r. w Ministerstwie Rozwoju.
      <blockquote>Znowelizowana ustawa o rachunkowości nakłada na duże podmioty obowiązek raportowania informacji niefinansowych po raz pierwszy za rok 2017. <strong>Celem konferencji było wyposażenie przedstawicieli firm objętych nowymi wymogami ustawy o rachunkowości w praktyczne wskazówki dot. procesu raportowania niefinansowego.</strong></blockquote>
      Wydarzenie cieszyło się bardzo dużym zainteresowaniem, o czym świadczy prawie 500 zarejestrowanych na konferencję osób. Wyjątkowość tej konferencji podkreśla również fakt, że tak wiele instytucji zaangażowało się w tę inicjatywę, aby jak najlepiej przygotować firmy do wypełnienia nowych wymogów ustawy o rachunkowości w zakresie raportowania niefinansowego.
      <h5>BLOK 1. PRAKTYKA RAPORTOWANIA ZAGADNIEŃ NIEFINANSOWYCH</h5>
      Pierwszy blok konferencji poświęcony był pięciu obszarom raportowania niefinansowego, które zgodnie z ustawą o rachunkowości powinny zostać szerzej opisane przez firmy: <strong>obszar pracowniczy, kwestie poszanowania praw człowieka, kwestie społeczne, kwestie środowiskowe oraz przeciwdziałania korupcji</strong>. Swoim doświadczeniem i praktycznymi wskazówkami podzielili się eksperci od lat przygotowujący bądź analizujący raporty niefinansowe.
      
      O zagadnieniach pracowniczych rozmawiali <strong>Jacek Chmielewski</strong>, Dyrektor Departamentu Kadr z Banku Millennium oraz <strong>Liliana Anam</strong>, Menedżer zarządzający CSRinfo. Prezentacje na temat poszanowania praw człowieka przedstawiła <strong>Jacqueline Kacprzak</strong>, Koordynator Zespołu ds. CSR i Kontaktów z Interesariuszami w Ministerstwie Rozwoju. Na temat kwestii społecznych rozmawiały <strong>Katarzyna Teter</strong>, menedżer ds. społecznej odpowiedzialności biznesu w Banku Zachodnim WBK oraz <strong>Marzena Strzelczak</strong>, dyrektorka generalna Forum Odpowiedzialnego Biznesu. Praktycznym podejściem do raportowania kwestii środowiskowych podzielili się przedstawiciele Bureau Veritas Certification: <strong>Witold Dżugan</strong>, Dyrektor certyfikacji oraz <strong>Michał Stalmach</strong>, Konsultant ds. Zrównoważonego Rozwoju. Rozmowę na temat kwestii środowiskowych poprowadziła <strong>Liliana Anam</strong> z CSRinfo. Ostatnim punktem w pierwszym bloku konferencji były kwestie przeciwdziałania korupcji. Swoją wiedzą na ten temat podzielili się z uczestnikami profesor Uniwersytetu Jagiellońskiego, <strong>dr hab. Zbysław Dobrowolski</strong>, Dyrektor Delegatury Najwyższej Izby Kontroli w Zielonej Górze oraz <strong>Olga Petelczyc</strong>, pełnomocnik Zarządu Instytutu Audytorów Wewnętrznych ds. CSR.
      <blockquote>Dokonując przeglądu polityk warto pokazać co naprawdę stoi za politykami, jakie działania i programy, które składają się na wypełnianie przez firmy roli pracodawcy.
      
      Wskaźniki powinny być adekwatne w stosunku do tego czym zajmuje się firma. Jest to szczególnie istotne przy wskaźnikach środowiskowych.</blockquote>
      <h5>BLOK 2. RYZYKA, ISTOTNOŚĆ I STANDARDY W RAPORTOWANIU</h5>
      Drugi blok konferencji dotyczył m.in. kwestii identyfikacji oraz raportowania ryzyk niefinansowych. Ten temat przybliżyli uczestnikom konferencji przedstawiciele firmy audytorskiej PwC: <strong>Anna Johnson</strong> oraz <strong>Lech Dąbrowski.</strong> W kolejnej części bloku o tym jak spośród szerokiej listy tematów wybrać te najbardziej istotne z perspektywy organizacji, które powinny być opisane w raporcie niefinansowym oraz jak ustalić istotność raportowanych aspektów rozmawiali <strong>prof. dr hab. Wanda Skoczylas</strong> ze Stowarzyszenia Księgowych w Polsce, <strong>Magdalena Raczek-Kołodyńska</strong>, Dyrektor Zarządzający Stowarzyszenia Emitentów Giełdowych oraz <strong>Piotr Biernacki</strong>, Wiceprezes Stowarzyszenia Emitentów Giełdowych, Prezes Fundacji Standardów Raportowania.
      <blockquote>Ryzyko to wpływ niepewności na cele. W związku z tym powinniśmy rozpatrywać ryzyka w powiązaniu z konkretnym celem i działaniami.
      
      Trudnością przy opisie ryzyk jest… brak określonych celów. Bez nich określenie wrażliwości a ryzyka jest niemożliwe.
      
      Zasada istotności jest podstawową zasadą w rachunkowości. Pozwala pokonać szum informacyjny i daje nam prawo do uproszczeń.</blockquote>
      <strong>Wybór standardów raportowania</strong>
      
      Ustawa o rachunkowości pozostawia raportującym dowolność w zakresie wyboru standardu raportowania. Jednym z najpopularniejszych na świecie jak i w Polsce standardów jest międzynarodowy standard raportowania Global Reporting Initiative. Jak korzystać z tego standardu by wypełnić obowiązki ustawy opowiedziała <strong>Liliana Anam</strong>, która była przewodniczącą Komitetu nadzorującego tłumaczenie standardu GRI na język polski. CSRinfo rozpoczęło współpracę z GRI w 2009 i obecnie firma wspiera GRI w globalnym monitoringu raportowania.
      
      Alternatywę dla międzynarodowych standardów stanowi Standard Informacji Niefinansowych (SIN). O tym jak skorzystać z tego standardu opowiedział podczas konferencji <strong>dr Jacek Dymowski</strong>, redaktor naczelny SIN.
      <blockquote>Standard Global Reporting Initaitive wspiera raportowanie na wielu poziomach. Najważniejsze to definiowanie treści raportu, propozycja uniwersalnych wskaźników i możliwość dokonywania porównań na poziomie międzynarodowym.</blockquote>
      <h5>BLOK 3. SPRAWOZDANIA NIEFINANSOWE A KWESTIA AUDYTU – OBOWIĄZKI USTAWOWE I PRAKTYKA RYNKOWA</h5>
      W trzecim bloku konferencji przyjrzeliśmy się bliżej roli biegłego rewidenta oraz Komisji Nadzoru Finansowego w świetle ustawy o rachunkowości. Do aktywnego udziału zaprosiliśmy audytorów z największych firm audytorskich, aby porozmawiać o tym jak może wyglądać praktyka oceny sprawozdań niefinansowych.
      
      <strong>Joanna Dadacz</strong>, Dyrektor Departamentu Rachunkowości i Rewizji Finansowej z Ministerstwa Finansów przedstawiła prezentację dotyczącą roli biegłego rewidenta w świetle ustawy o rachunkowości. Z kolei, o tym jaka będzie rola Komisji Nadzoru Finansowego w tym zakresie przedstawiła <strong>Ilona Pieczyńska-Czerny</strong>, Dyrektor Departamentu Ofert Publicznych i Informacji Finansowej.
      
      Jak będzie wyglądać praktyka oceny sprawozdań niefinansowych? Jak warto podejść do tego tematu w spółce? Jakie są obowiązki ustawowe a jaka praktyka rynkowa? Odpowiedzi na te pytania poszukiwano podczas panelu moderowanego przez <strong>Ewę Sowińską</strong>, Zastępcę Prezesa Krajowej Rady Biegłych Rewidentów z Polskiej Izby Biegłych Rewidentów. W panelu wzięli udział: <strong>Krzysztof Burnos</strong> (Polska Izba Biegłych Rewidentów), <strong>Monika Jakubczyk</strong> (Deloitte), <strong>Tomasz Konieczny</strong> (PwC), <strong>Zbigniew Libera</strong> (KPMG) oraz <strong>Anna Sirocka</strong> (EY).
      
      <strong>Relacja filmowa z wydarzenia będzie dostępna już wkrótce. </strong><strong>Zapisz się na nasz Newsletter, a powiadomimy Cię kiedy będzie gotowa.</strong>
      <strong>Wszystkie wyświetlane prezentacje podczas konferencji są do pobrania poniżej.</strong>
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[4]->custom['_content_content_0_text']
      content_content_1_img => string (3) "970"
      iterator_to_array($context['posts'])[4]->custom['content_content_1_img']
      _content_content_1_img => string (19) "field_62c4152b67598"
      iterator_to_array($context['posts'])[4]->custom['_content_content_1_img']
      content_content_1_text => string (13) "ORGANIZATORZY"
      iterator_to_array($context['posts'])[4]->custom['content_content_1_text']
      _content_content_1_text => string (19) "field_62c4234aceb98"
      iterator_to_array($context['posts'])[4]->custom['_content_content_1_text']
      content_content_2_img => string (3) "971"
      iterator_to_array($context['posts'])[4]->custom['content_content_2_img']
      _content_content_2_img => string (19) "field_62c4152b67598"
      iterator_to_array($context['posts'])[4]->custom['_content_content_2_img']
      content_content_2_text => string (16) "PATRONI HONOROWI"
      iterator_to_array($context['posts'])[4]->custom['content_content_2_text']
      _content_content_2_text => string (19) "field_62c4234aceb98"
      iterator_to_array($context['posts'])[4]->custom['_content_content_2_text']
      content_content_3_img => string (3) "972"
      iterator_to_array($context['posts'])[4]->custom['content_content_3_img']
      _content_content_3_img => string (19) "field_62c4152b67598"
      iterator_to_array($context['posts'])[4]->custom['_content_content_3_img']
      content_content_3_text => string (9) "PARTNERZY"
      iterator_to_array($context['posts'])[4]->custom['content_content_3_text']
      _content_content_3_text => string (19) "field_62c4234aceb98"
      iterator_to_array($context['posts'])[4]->custom['_content_content_3_text']
      content_content => array (5)
      iterator_to_array($context['posts'])[4]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[4]->custom['content_content'][0]
      1 => string (3) "img"
      iterator_to_array($context['posts'])[4]->custom['content_content'][1]
      2 => string (3) "img"
      iterator_to_array($context['posts'])[4]->custom['content_content'][2]
      3 => string (3) "img"
      iterator_to_array($context['posts'])[4]->custom['content_content'][3]
      4 => string (4) "text"
      iterator_to_array($context['posts'])[4]->custom['content_content'][4]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[4]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[4]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[4]->custom['_content']
      content_content_4_text => string (87) "[gallery link="file" ids="987,979,978,986,985,977,976,984,983,975,974,982,98...
      iterator_to_array($context['posts'])[4]->custom['content_content_4_text']
      [gallery link="file" ids="987,979,978,986,985,977,976,984,983,975,974,982,981,973,980"]
      
      _content_content_4_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[4]->custom['_content_content_4_text']
      content_content_5_title => UTF-8 string (28) "POSZANOWANIE PRAW CZŁOWIEKA"
      iterator_to_array($context['posts'])[4]->custom['content_content_5_title']
      _content_content_5_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[4]->custom['_content_content_5_title']
      content_content_5_text => UTF-8 string (234) "<div class="box"> <div class="desc"> <p><strong>Jacqueline Kacprzak</strong>...
      iterator_to_array($context['posts'])[4]->custom['content_content_5_text']
      <div class="box">
      <div class="desc">
      <p><strong>Jacqueline Kacprzak</strong>, Koordynator Zespołu ds. CSR i Kontaktów z Interesariuszami w Ministerstwie Rozwoju</p>
      </div>
      </div>
      <div class="box">
      <div class="icon pdf"></div>
      </div>
      
      _content_content_5_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[4]->custom['_content_content_5_text']
      content_content_5_file => string (3) "988"
      iterator_to_array($context['posts'])[4]->custom['content_content_5_file']
      _content_content_5_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[4]->custom['_content_content_5_file']
      content_content_6_title => UTF-8 string (65) "USTALANIE ISTOTNOŚCI RAPORTOWANYCH ASPEKTÓW - KLUCZOWE CZYNNIKI"
      iterator_to_array($context['posts'])[4]->custom['content_content_6_title']
      _content_content_6_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[4]->custom['_content_content_6_title']
      content_content_6_text => UTF-8 string (471) "<p><b>prof. dr hab. Wanda Skoczylas, </b>Członek Rady Naukowej, Stowarzyszen...
      iterator_to_array($context['posts'])[4]->custom['content_content_6_text']
      <p><b>prof. dr hab. Wanda Skoczylas, </b>Członek Rady Naukowej, Stowarzyszenie Księgowych w Polsce, Kierownik Katedry Pomiaru i Kontroli Wyników, Wydziała Nauk Ekonomicznych i Zarządzania, Uniwersytet Szczeciński</p>
      <p><b>Piotr Biernacki, </b>Prezes Zarządu, Fundacja Standardów Raportowania, Wiceprezes Zarządu, Stowarzyszenie Emitentów Giełdowych</p>
      <p><b>Magda Raczek-Kołodyńska, </b>Dyrektor Zarządzający, Stowarzyszenie Emitentów Giełdowych</p>
      
      _content_content_6_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[4]->custom['_content_content_6_text']
      content_content_6_file => string (3) "989"
      iterator_to_array($context['posts'])[4]->custom['content_content_6_file']
      _content_content_6_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[4]->custom['_content_content_6_file']
      content_content_7_title => UTF-8 string (48) "JAK KORZYSTAĆ Z MIĘDZYNARODOWEGO STANDARDU GRI"
      iterator_to_array($context['posts'])[4]->custom['content_content_7_title']
      _content_content_7_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[4]->custom['_content_content_7_title']
      content_content_7_text => UTF-8 string (175) "<div class="box"> <div class="desc"> <p><strong>Liliana Anam</strong>, Mened...
      iterator_to_array($context['posts'])[4]->custom['content_content_7_text']
      <div class="box">
      <div class="desc">
      <p><strong>Liliana Anam</strong>, Menedżer zarządzający CSRinfo</p>
      </div>
      </div>
      <div class="box">
      <div class="icon pdf"></div>
      </div>
      
      _content_content_7_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[4]->custom['_content_content_7_text']
      content_content_7_file => string (3) "990"
      iterator_to_array($context['posts'])[4]->custom['content_content_7_file']
      _content_content_7_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[4]->custom['_content_content_7_file']
      content_content_8_title => UTF-8 string (53) "JAK KORZYSTAĆ ZE STANDARDU INFORMACJI NIEFINANSOWYCH"
      iterator_to_array($context['posts'])[4]->custom['content_content_8_title']
      _content_content_8_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[4]->custom['_content_content_8_title']
      content_content_8_text => UTF-8 string (198) "<div class="box"> <div class="desc"> <p><strong>dr Jacek Dymowski</strong>, ...
      iterator_to_array($context['posts'])[4]->custom['content_content_8_text']
      <div class="box">
      <div class="desc">
      <p><strong>dr Jacek Dymowski</strong>, Niezależny doradca, Redaktor Naczelny SIN</p>
      </div>
      </div>
      <div class="box lastRow">
      <div class="icon pdf"></div>
      </div>
      
      _content_content_8_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[4]->custom['_content_content_8_text']
      content_content_8_file => string (3) "991"
      iterator_to_array($context['posts'])[4]->custom['content_content_8_file']
      _content_content_8_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[4]->custom['_content_content_8_file']
      content_content_9_title => UTF-8 string (59) "ROLA BIEGŁEGO REWIDENTA W ŚWIETLE USTAWY O RACHUNKOWOŚCI"
      iterator_to_array($context['posts'])[4]->custom['content_content_9_title']
      _content_content_9_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[4]->custom['_content_content_9_title']
      content_content_9_text => UTF-8 string (459) "<section class="mainContent"> <div class="centerContent"> <section id="files...
      iterator_to_array($context['posts'])[4]->custom['content_content_9_text']
      <section class="mainContent">
      <div class="centerContent">
      <section id="files" class="projectFiles">
      <div class="boxes">
      <div class="box lastRow">
      <div class="desc">
      <p><strong>Joanna Dadacz,</strong> Dyrektor Departamentu Rachunkowości i Rewizji Finansowej, Ministerstwo Finansów</p>
      </div>
      </div>
      </div>
      </section>
      </div>
      </section>
      <footer class="mainFooter">
      <div class="cols">
      <div class="centerContent">
      <div class="col"></div>
      </div>
      </div>
      </footer>
      
      _content_content_9_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[4]->custom['_content_content_9_text']
      content_content_9_file => string (3) "992"
      iterator_to_array($context['posts'])[4]->custom['content_content_9_file']
      _content_content_9_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[4]->custom['_content_content_9_file']
      page-title-seo => string (0) ""
      iterator_to_array($context['posts'])[4]->custom['page-title-seo']
      _page-title-seo => string (19) "field_665704b857eac"
      iterator_to_array($context['posts'])[4]->custom['_page-title-seo']
      newsletter_campaignid => string (0) ""
      iterator_to_array($context['posts'])[4]->custom['newsletter_campaignid']
      _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[4]->custom['_newsletter_campaignid']
      newsletter => string (0) ""
      iterator_to_array($context['posts'])[4]->custom['newsletter']
      _newsletter => string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[4]->custom['_newsletter']
      _yoast_wpseo_estimated-reading-time-minutes => string (1) "5"
      iterator_to_array($context['posts'])[4]->custom['_yoast_wpseo_estimated-reading-time-minutes']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[4]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[4]->post_content
      public post_date -> string (19) "2017-10-06 08:32:21"
      iterator_to_array($context['posts'])[4]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[4]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[4]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[4]->post_status
      public post_title -> UTF-8 string (61) "PRAKTYKA RAPORTOWANIA NIEFINANSOWEGO – RELACJA Z WYDARZENIA"
      iterator_to_array($context['posts'])[4]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[4]->post_type
      public slug -> string (57) "praktyka-raportowania-niefinansowego-relacja-z-wydarzenia"
      iterator_to_array($context['posts'])[4]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1738231395:4"
      iterator_to_array($context['posts'])[4]->_edit_lock
      public _edit_last -> string (1) "4"
      iterator_to_array($context['posts'])[4]->_edit_last
      public _wp_old_date -> string (10) "2022-10-24"
      iterator_to_array($context['posts'])[4]->_wp_old_date
      public img_main -> string (3) "969"
      iterator_to_array($context['posts'])[4]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[4]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[4]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[4]->_text_preview
      public content_content_0_text -> UTF-8 string (7430) "Za nami konferencja <strong>„Praktyka raportowania niefinansowego. Jak wypeł...
      iterator_to_array($context['posts'])[4]->content_content_0_text
      Za nami konferencja <strong>„Praktyka raportowania niefinansowego. Jak wypełnić nowe wymogi ustawy o rachunkowości”</strong>, która odbyła się 3 października 2017 r. w Ministerstwie Rozwoju.
      <blockquote>Znowelizowana ustawa o rachunkowości nakłada na duże podmioty obowiązek raportowania informacji niefinansowych po raz pierwszy za rok 2017. <strong>Celem konferencji było wyposażenie przedstawicieli firm objętych nowymi wymogami ustawy o rachunkowości w praktyczne wskazówki dot. procesu raportowania niefinansowego.</strong></blockquote>
      Wydarzenie cieszyło się bardzo dużym zainteresowaniem, o czym świadczy prawie 500 zarejestrowanych na konferencję osób. Wyjątkowość tej konferencji podkreśla również fakt, że tak wiele instytucji zaangażowało się w tę inicjatywę, aby jak najlepiej przygotować firmy do wypełnienia nowych wymogów ustawy o rachunkowości w zakresie raportowania niefinansowego.
      <h5>BLOK 1. PRAKTYKA RAPORTOWANIA ZAGADNIEŃ NIEFINANSOWYCH</h5>
      Pierwszy blok konferencji poświęcony był pięciu obszarom raportowania niefinansowego, które zgodnie z ustawą o rachunkowości powinny zostać szerzej opisane przez firmy: <strong>obszar pracowniczy, kwestie poszanowania praw człowieka, kwestie społeczne, kwestie środowiskowe oraz przeciwdziałania korupcji</strong>. Swoim doświadczeniem i praktycznymi wskazówkami podzielili się eksperci od lat przygotowujący bądź analizujący raporty niefinansowe.
      
      O zagadnieniach pracowniczych rozmawiali <strong>Jacek Chmielewski</strong>, Dyrektor Departamentu Kadr z Banku Millennium oraz <strong>Liliana Anam</strong>, Menedżer zarządzający CSRinfo. Prezentacje na temat poszanowania praw człowieka przedstawiła <strong>Jacqueline Kacprzak</strong>, Koordynator Zespołu ds. CSR i Kontaktów z Interesariuszami w Ministerstwie Rozwoju. Na temat kwestii społecznych rozmawiały <strong>Katarzyna Teter</strong>, menedżer ds. społecznej odpowiedzialności biznesu w Banku Zachodnim WBK oraz <strong>Marzena Strzelczak</strong>, dyrektorka generalna Forum Odpowiedzialnego Biznesu. Praktycznym podejściem do raportowania kwestii środowiskowych podzielili się przedstawiciele Bureau Veritas Certification: <strong>Witold Dżugan</strong>, Dyrektor certyfikacji oraz <strong>Michał Stalmach</strong>, Konsultant ds. Zrównoważonego Rozwoju. Rozmowę na temat kwestii środowiskowych poprowadziła <strong>Liliana Anam</strong> z CSRinfo. Ostatnim punktem w pierwszym bloku konferencji były kwestie przeciwdziałania korupcji. Swoją wiedzą na ten temat podzielili się z uczestnikami profesor Uniwersytetu Jagiellońskiego, <strong>dr hab. Zbysław Dobrowolski</strong>, Dyrektor Delegatury Najwyższej Izby Kontroli w Zielonej Górze oraz <strong>Olga Petelczyc</strong>, pełnomocnik Zarządu Instytutu Audytorów Wewnętrznych ds. CSR.
      <blockquote>Dokonując przeglądu polityk warto pokazać co naprawdę stoi za politykami, jakie działania i programy, które składają się na wypełnianie przez firmy roli pracodawcy.
      
      Wskaźniki powinny być adekwatne w stosunku do tego czym zajmuje się firma. Jest to szczególnie istotne przy wskaźnikach środowiskowych.</blockquote>
      <h5>BLOK 2. RYZYKA, ISTOTNOŚĆ I STANDARDY W RAPORTOWANIU</h5>
      Drugi blok konferencji dotyczył m.in. kwestii identyfikacji oraz raportowania ryzyk niefinansowych. Ten temat przybliżyli uczestnikom konferencji przedstawiciele firmy audytorskiej PwC: <strong>Anna Johnson</strong> oraz <strong>Lech Dąbrowski.</strong> W kolejnej części bloku o tym jak spośród szerokiej listy tematów wybrać te najbardziej istotne z perspektywy organizacji, które powinny być opisane w raporcie niefinansowym oraz jak ustalić istotność raportowanych aspektów rozmawiali <strong>prof. dr hab. Wanda Skoczylas</strong> ze Stowarzyszenia Księgowych w Polsce, <strong>Magdalena Raczek-Kołodyńska</strong>, Dyrektor Zarządzający Stowarzyszenia Emitentów Giełdowych oraz <strong>Piotr Biernacki</strong>, Wiceprezes Stowarzyszenia Emitentów Giełdowych, Prezes Fundacji Standardów Raportowania.
      <blockquote>Ryzyko to wpływ niepewności na cele. W związku z tym powinniśmy rozpatrywać ryzyka w powiązaniu z konkretnym celem i działaniami.
      
      Trudnością przy opisie ryzyk jest… brak określonych celów. Bez nich określenie wrażliwości a ryzyka jest niemożliwe.
      
      Zasada istotności jest podstawową zasadą w rachunkowości. Pozwala pokonać szum informacyjny i daje nam prawo do uproszczeń.</blockquote>
      <strong>Wybór standardów raportowania</strong>
      
      Ustawa o rachunkowości pozostawia raportującym dowolność w zakresie wyboru standardu raportowania. Jednym z najpopularniejszych na świecie jak i w Polsce standardów jest międzynarodowy standard raportowania Global Reporting Initiative. Jak korzystać z tego standardu by wypełnić obowiązki ustawy opowiedziała <strong>Liliana Anam</strong>, która była przewodniczącą Komitetu nadzorującego tłumaczenie standardu GRI na język polski. CSRinfo rozpoczęło współpracę z GRI w 2009 i obecnie firma wspiera GRI w globalnym monitoringu raportowania.
      
      Alternatywę dla międzynarodowych standardów stanowi Standard Informacji Niefinansowych (SIN). O tym jak skorzystać z tego standardu opowiedział podczas konferencji <strong>dr Jacek Dymowski</strong>, redaktor naczelny SIN.
      <blockquote>Standard Global Reporting Initaitive wspiera raportowanie na wielu poziomach. Najważniejsze to definiowanie treści raportu, propozycja uniwersalnych wskaźników i możliwość dokonywania porównań na poziomie międzynarodowym.</blockquote>
      <h5>BLOK 3. SPRAWOZDANIA NIEFINANSOWE A KWESTIA AUDYTU – OBOWIĄZKI USTAWOWE I PRAKTYKA RYNKOWA</h5>
      W trzecim bloku konferencji przyjrzeliśmy się bliżej roli biegłego rewidenta oraz Komisji Nadzoru Finansowego w świetle ustawy o rachunkowości. Do aktywnego udziału zaprosiliśmy audytorów z największych firm audytorskich, aby porozmawiać o tym jak może wyglądać praktyka oceny sprawozdań niefinansowych.
      
      <strong>Joanna Dadacz</strong>, Dyrektor Departamentu Rachunkowości i Rewizji Finansowej z Ministerstwa Finansów przedstawiła prezentację dotyczącą roli biegłego rewidenta w świetle ustawy o rachunkowości. Z kolei, o tym jaka będzie rola Komisji Nadzoru Finansowego w tym zakresie przedstawiła <strong>Ilona Pieczyńska-Czerny</strong>, Dyrektor Departamentu Ofert Publicznych i Informacji Finansowej.
      
      Jak będzie wyglądać praktyka oceny sprawozdań niefinansowych? Jak warto podejść do tego tematu w spółce? Jakie są obowiązki ustawowe a jaka praktyka rynkowa? Odpowiedzi na te pytania poszukiwano podczas panelu moderowanego przez <strong>Ewę Sowińską</strong>, Zastępcę Prezesa Krajowej Rady Biegłych Rewidentów z Polskiej Izby Biegłych Rewidentów. W panelu wzięli udział: <strong>Krzysztof Burnos</strong> (Polska Izba Biegłych Rewidentów), <strong>Monika Jakubczyk</strong> (Deloitte), <strong>Tomasz Konieczny</strong> (PwC), <strong>Zbigniew Libera</strong> (KPMG) oraz <strong>Anna Sirocka</strong> (EY).
      
      <strong>Relacja filmowa z wydarzenia będzie dostępna już wkrótce. </strong><strong>Zapisz się na nasz Newsletter, a powiadomimy Cię kiedy będzie gotowa.</strong>
      <strong>Wszystkie wyświetlane prezentacje podczas konferencji są do pobrania poniżej.</strong>
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[4]->_content_content_0_text
      public content_content_1_img -> string (3) "970"
      iterator_to_array($context['posts'])[4]->content_content_1_img
      public _content_content_1_img -> string (19) "field_62c4152b67598"
      iterator_to_array($context['posts'])[4]->_content_content_1_img
      public content_content_1_text -> string (13) "ORGANIZATORZY"
      iterator_to_array($context['posts'])[4]->content_content_1_text
      public _content_content_1_text -> string (19) "field_62c4234aceb98"
      iterator_to_array($context['posts'])[4]->_content_content_1_text
      public content_content_2_img -> string (3) "971"
      iterator_to_array($context['posts'])[4]->content_content_2_img
      public _content_content_2_img -> string (19) "field_62c4152b67598"
      iterator_to_array($context['posts'])[4]->_content_content_2_img
      public content_content_2_text -> string (16) "PATRONI HONOROWI"
      iterator_to_array($context['posts'])[4]->content_content_2_text
      public _content_content_2_text -> string (19) "field_62c4234aceb98"
      iterator_to_array($context['posts'])[4]->_content_content_2_text
      public content_content_3_img -> string (3) "972"
      iterator_to_array($context['posts'])[4]->content_content_3_img
      public _content_content_3_img -> string (19) "field_62c4152b67598"
      iterator_to_array($context['posts'])[4]->_content_content_3_img
      public content_content_3_text -> string (9) "PARTNERZY"
      iterator_to_array($context['posts'])[4]->content_content_3_text
      public _content_content_3_text -> string (19) "field_62c4234aceb98"
      iterator_to_array($context['posts'])[4]->_content_content_3_text
      public content_content -> array (5)
      iterator_to_array($context['posts'])[4]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[4]->content_content[0]
      1 => string (3) "img"
      iterator_to_array($context['posts'])[4]->content_content[1]
      2 => string (3) "img"
      iterator_to_array($context['posts'])[4]->content_content[2]
      3 => string (3) "img"
      iterator_to_array($context['posts'])[4]->content_content[3]
      4 => string (4) "text"
      iterator_to_array($context['posts'])[4]->content_content[4]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[4]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[4]->_content
      public content_content_4_text -> string (87) "[gallery link="file" ids="987,979,978,986,985,977,976,984,983,975,974,982,98...
      iterator_to_array($context['posts'])[4]->content_content_4_text
      [gallery link="file" ids="987,979,978,986,985,977,976,984,983,975,974,982,981,973,980"]
      
      public _content_content_4_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[4]->_content_content_4_text
      public content_content_5_title -> UTF-8 string (28) "POSZANOWANIE PRAW CZŁOWIEKA"
      iterator_to_array($context['posts'])[4]->content_content_5_title
      public _content_content_5_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[4]->_content_content_5_title
      public content_content_5_text -> UTF-8 string (234) "<div class="box"> <div class="desc"> <p><strong>Jacqueline Kacprzak</strong>...
      iterator_to_array($context['posts'])[4]->content_content_5_text
      <div class="box">
      <div class="desc">
      <p><strong>Jacqueline Kacprzak</strong>, Koordynator Zespołu ds. CSR i Kontaktów z Interesariuszami w Ministerstwie Rozwoju</p>
      </div>
      </div>
      <div class="box">
      <div class="icon pdf"></div>
      </div>
      
      public _content_content_5_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[4]->_content_content_5_text
      public content_content_5_file -> string (3) "988"
      iterator_to_array($context['posts'])[4]->content_content_5_file
      public _content_content_5_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[4]->_content_content_5_file
      public content_content_6_title -> UTF-8 string (65) "USTALANIE ISTOTNOŚCI RAPORTOWANYCH ASPEKTÓW - KLUCZOWE CZYNNIKI"
      iterator_to_array($context['posts'])[4]->content_content_6_title
      public _content_content_6_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[4]->_content_content_6_title
      public content_content_6_text -> UTF-8 string (471) "<p><b>prof. dr hab. Wanda Skoczylas, </b>Członek Rady Naukowej, Stowarzyszen...
      iterator_to_array($context['posts'])[4]->content_content_6_text
      <p><b>prof. dr hab. Wanda Skoczylas, </b>Członek Rady Naukowej, Stowarzyszenie Księgowych w Polsce, Kierownik Katedry Pomiaru i Kontroli Wyników, Wydziała Nauk Ekonomicznych i Zarządzania, Uniwersytet Szczeciński</p>
      <p><b>Piotr Biernacki, </b>Prezes Zarządu, Fundacja Standardów Raportowania, Wiceprezes Zarządu, Stowarzyszenie Emitentów Giełdowych</p>
      <p><b>Magda Raczek-Kołodyńska, </b>Dyrektor Zarządzający, Stowarzyszenie Emitentów Giełdowych</p>
      
      public _content_content_6_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[4]->_content_content_6_text
      public content_content_6_file -> string (3) "989"
      iterator_to_array($context['posts'])[4]->content_content_6_file
      public _content_content_6_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[4]->_content_content_6_file
      public content_content_7_title -> UTF-8 string (48) "JAK KORZYSTAĆ Z MIĘDZYNARODOWEGO STANDARDU GRI"
      iterator_to_array($context['posts'])[4]->content_content_7_title
      public _content_content_7_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[4]->_content_content_7_title
      public content_content_7_text -> UTF-8 string (175) "<div class="box"> <div class="desc"> <p><strong>Liliana Anam</strong>, Mened...
      iterator_to_array($context['posts'])[4]->content_content_7_text
      <div class="box">
      <div class="desc">
      <p><strong>Liliana Anam</strong>, Menedżer zarządzający CSRinfo</p>
      </div>
      </div>
      <div class="box">
      <div class="icon pdf"></div>
      </div>
      
      public _content_content_7_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[4]->_content_content_7_text
      public content_content_7_file -> string (3) "990"
      iterator_to_array($context['posts'])[4]->content_content_7_file
      public _content_content_7_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[4]->_content_content_7_file
      public content_content_8_title -> UTF-8 string (53) "JAK KORZYSTAĆ ZE STANDARDU INFORMACJI NIEFINANSOWYCH"
      iterator_to_array($context['posts'])[4]->content_content_8_title
      public _content_content_8_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[4]->_content_content_8_title
      public content_content_8_text -> UTF-8 string (198) "<div class="box"> <div class="desc"> <p><strong>dr Jacek Dymowski</strong>, ...
      iterator_to_array($context['posts'])[4]->content_content_8_text
      <div class="box">
      <div class="desc">
      <p><strong>dr Jacek Dymowski</strong>, Niezależny doradca, Redaktor Naczelny SIN</p>
      </div>
      </div>
      <div class="box lastRow">
      <div class="icon pdf"></div>
      </div>
      
      public _content_content_8_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[4]->_content_content_8_text
      public content_content_8_file -> string (3) "991"
      iterator_to_array($context['posts'])[4]->content_content_8_file
      public _content_content_8_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[4]->_content_content_8_file
      public content_content_9_title -> UTF-8 string (59) "ROLA BIEGŁEGO REWIDENTA W ŚWIETLE USTAWY O RACHUNKOWOŚCI"
      iterator_to_array($context['posts'])[4]->content_content_9_title
      public _content_content_9_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[4]->_content_content_9_title
      public content_content_9_text -> UTF-8 string (459) "<section class="mainContent"> <div class="centerContent"> <section id="files...
      iterator_to_array($context['posts'])[4]->content_content_9_text
      <section class="mainContent">
      <div class="centerContent">
      <section id="files" class="projectFiles">
      <div class="boxes">
      <div class="box lastRow">
      <div class="desc">
      <p><strong>Joanna Dadacz,</strong> Dyrektor Departamentu Rachunkowości i Rewizji Finansowej, Ministerstwo Finansów</p>
      </div>
      </div>
      </div>
      </section>
      </div>
      </section>
      <footer class="mainFooter">
      <div class="cols">
      <div class="centerContent">
      <div class="col"></div>
      </div>
      </div>
      </footer>
      
      public _content_content_9_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[4]->_content_content_9_text
      public content_content_9_file -> string (3) "992"
      iterator_to_array($context['posts'])[4]->content_content_9_file
      public _content_content_9_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[4]->_content_content_9_file
      public page-title-seo -> string (0) ""
      iterator_to_array($context['posts'])[4]->{'page-title-seo'}
      public _page-title-seo -> string (19) "field_665704b857eac"
      iterator_to_array($context['posts'])[4]->{'_page-title-seo'}
      public newsletter_campaignid -> string (0) ""
      iterator_to_array($context['posts'])[4]->newsletter_campaignid
      public _newsletter_campaignid -> string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[4]->_newsletter_campaignid
      public newsletter -> string (0) ""
      iterator_to_array($context['posts'])[4]->newsletter
      public _newsletter -> string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[4]->_newsletter
      public _yoast_wpseo_estimated-reading-time-minutes -> string (1) "5"
      iterator_to_array($context['posts'])[4]->{'_yoast_wpseo_estimated-reading-time-minutes'}
      public post_date_gmt -> string (19) "2017-10-06 06:32:21"
      iterator_to_array($context['posts'])[4]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[4]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[4]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[4]->post_password
      public post_name -> string (57) "praktyka-raportowania-niefinansowego-relacja-z-wydarzenia"
      iterator_to_array($context['posts'])[4]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[4]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[4]->pinged
      public post_modified -> string (19) "2025-01-30 11:05:33"
      iterator_to_array($context['posts'])[4]->post_modified
      public post_modified_gmt -> string (19) "2025-01-30 10:05:33"
      iterator_to_array($context['posts'])[4]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[4]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=968"
      iterator_to_array($context['posts'])[4]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[4]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[4]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[4]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[4]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[4]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[4]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[4]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[4]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[4]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[4]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[4]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[4]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[4]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[4]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[4]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[4]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[4]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[4]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[4]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[4]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[4]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[4]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[4]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[4]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[4]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[4]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[4]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[4]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[4]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[4]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[4]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[4]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[4]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[4]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[4]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[4]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[4]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[4]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[4]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[4]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[4]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[4]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[4]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[4]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[4]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[4]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[4]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[4]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[4]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[4]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[4]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[4]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[4]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[4]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[4]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[4]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[4]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[4]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[4]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[4]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[4]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[4]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[4]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[4]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[4]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[4]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[4]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[4]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[4]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[4]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[4]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[4]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[4]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[4]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[4]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[4]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[4]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[4]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[4]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[4]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[4]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[4]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    5 => Timber\Post (50)
    iterator_to_array($context['posts'])[5]
    • Properties (50)
    • Available methods (95)
    • Static class properties
    • public id -> integer 849
      iterator_to_array($context['posts'])[5]->id
      public ID -> integer 849
      iterator_to_array($context['posts'])[5]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[5]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[5]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[5]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[5]->TermClass
      public custom -> array (13)
      iterator_to_array($context['posts'])[5]->custom
      _edit_lock => string (12) "1666594097:2"
      iterator_to_array($context['posts'])[5]->custom['_edit_lock']
      _edit_last => string (1) "2"
      iterator_to_array($context['posts'])[5]->custom['_edit_last']
      _wp_old_date => string (10) "2022-10-21"
      iterator_to_array($context['posts'])[5]->custom['_wp_old_date']
      img_main => string (3) "850"
      iterator_to_array($context['posts'])[5]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[5]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[5]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[5]->custom['_text_preview']
      content_content_0_text => UTF-8 string (5367) "<p>Trwa rekrutacja na IV. edycję studiów podyplomowych Manager CSR na Colleg...
      iterator_to_array($context['posts'])[5]->custom['content_content_0_text']
      <p>Trwa rekrutacja na IV. edycję studiów podyplomowych Manager CSR na Collegium Civitas. Jeżeli jeszcze zastanawiasz się czy warto, sprawdź co było najbardziej przydatne i czego nauczyli się studenci III edycji. Przeczytaj artykuł.<br />
      <span id="more-2689"></span></p>
      <blockquote><p>W tym artykule przeczytasz o tym, co najbardziej cenili sobie na studiach studenci III edycji. Poprosiliśmy studentów o wypełnienie anonimowej ankiety na ostatnim zjeździe i podzielenie się opinią na temat studiów i tego czego się nauczyli.</p></blockquote>
      <p>Przed nami VI edycja studiów Manager CSR, która rozpoczyna się 25 listopada 2017 i trwa dwa semestry do 17 czerwca. Zajęcia odbywają się przeważnie raz w miesiącu w sobotę i niedzielę w siedzibie Collegium Civitas w Pałacu Kultury i Nauki. W 2016 roku kierunek otrzymał nagrodę i akredytację w programie <strong>„Studia z przyszłością” za dopasowany do rynku pracy, oczekiwań i wyzwań gospodarczych program nauczania</strong>. Poniżej informację o tym, za co jeszcze cenili sobie te studia studenci III edycji.</p>
      <p>Mamy nadzieję, że pomoże Ci to w podjęciu decyzji o przyłączeniu do IV. edycji! Rejestracja na stronie <strong><a href="https://www.civitas.edu.pl/collegium/oferta-edukacyjna/po-polsku/studia-podyplomowe-po-polsku/kierunki-studiow-podyplomowych/obszar-marketing-zarzadzanie-badania/manager-csr" target="_blank" rel="noopener noreferrer">Collegium Civitas. </a></strong></p>
      <hr />
      <p>Przede wszystkim wiem co to jest CSR. Jestem świadoma jego ważności i misji dla otaczającego mnie środowiska. Odnoszę go jako pobożne życzenie idealistów, ale cieszę się, że są tacy wśród ludzi. Poznałam zasady, kierunki rozwoju, zwróciłam uwagę na rzeczywiste potrzeby.</p>
      <hr />
      <p>Usystematyzowałam szczątkową wiedzę, pogłębiając i podpierając przepisami. Narzędzia do konkretnych rozwiązań. Pewności siebie, w tym co chcę robić, że to ma sens i wielu ludzi popiera takie podejście.</p>
      <hr />
      <p>Utwierdziłam się w przekonaniu, że współpraca jest bardzo ważnym działaniem. Nauczyłam się jaka jest rola osoby odpowiedzialnej za CSR, jakie jest/może być jej miejsce w strukturze firmy.</p>
      <hr />
      <p>Nauczyłam się tego, że czasem warto odpuścić. ? Dzięki studiom zaczęłam dużo czytać o zrównoważonym rozwoju i moja świadomość konsumenta bardzo wzrosła.</p>
      <hr />
      <p>Poznałem obszar CSR, na świecie i w Polsce, nauczyłem się metodologii i umiejętności działania i raportowania.</p>
      <hr />
      <p>Nauczyłam się, że CSR to nie tylko działania społeczne, ale całość funkcjonowania firmy, obejmująca wszystkie obszary jej aktywności.</p>
      <hr />
      <p>Usystematyzowałam wiedzę dot. CSR, nauczyłam się zasad raportowania zgodnego z wytycznymi GRI oraz zasad budowania strategii CSR w organizacji.</p>
      <hr />
      <p>Szerokiej perspektywy, brania pod uwagę wielu aspektów i patrzenia na sprawy i CSR pod różnymi kątami. Jednocześnie ta rozległa perspektywa przełożyła się na konkretne narzędzia, które można wykorzystać. Poszerzyłam wiedzę o łańcuchu dostaw i środowisku, o których wiedziałam najmniej.</p>
      <hr />
      <p>Co to jest, jak ugryźć CSR. CSR to nie tylko PR czy moda. Każdy z nas może zmienić „świat” poprzez CSR.</p>
      <hr />
      <p>Nauczyłam się widzieć CSR, zrozumiałam co to jest i w którą stronę należy rozwijać biznes. Wiem też, że CSR to integrowalna część strategii biznesowej, bez której nie ma nas ani przyszłości naszych pokoleń.</p>
      <hr />
      <p>Poza kwestiami CSR, tworzeniem raportu CSR, odnalazłam w rozmowach z zaproszonymi gośćmi, ale i uczestnikami rozwiązania, które będę próbować wykorzystać na co dzień w pracy z zespołem. Podejście do ludzi oczekiwania ich, jak rozmawiać, od tej strony również studia poszerzają perspektywę.</p>
      <hr />
      <p>Zrozumienia CSR wystarczająco dobrze by mieć poczucie, że wybrałam dobry zawód i uzupełniłam swoje kwalifikacje.</p>
      <hr />
      <p>Podobało mi się zaangażowanie wielu praktyków na co dzień zajmujących się CSR w dużych firmach i oparcie programu studiów na konkretnych przykładach z życia.</p>
      <hr />
      <p>Przyjazna, rodzinna atmosfera. Po prostu dobrze się czułam uczestnicząc w zjazdach. Dużo praktyki i konkretnych przykładów – bardzo cenne.</p>
      <hr />
      <p>Studia inspirują i poszerzają spojrzenie, dają duży bagaż dobrych praktyk i wiedzy przydatnych w pracy. Gratuluję pomysłu i energii! Tak trzymać! ? Będę polecać innym te studia.</p>
      <hr />
      <p>Jestem bardzo zadowolona ze studiów i zdecydowanie podjęłabym decyzje o udziale w nich raz jeszcze!</p>
      <hr />
      <p>Trzymajcie tak wysoki poziom!</p>
      <p>Zapraszamy na IV. edycję studiów podyplomowych „Manager CSR”. Rejestracja na <a href="http://www.civitas.edu.pl/collegium/oferta-edukacyjna/po-polsku/studia-podyplomowe-po-polsku/kierunki-studiow-podyplomowych/obszar-marketing-zarzadzanie-badania/manager-csr" target="_blank" rel="noopener noreferrer"><strong>stronie Collegium Civitas</strong></a>.</p>
      <p>A o tym dlaczego warto zostać dyplomowanym managerem CSR opowiada w <strong><a href="http://www.csrinfo.org/dlaczego-warto-zostac-dyplomowanym-managerem-csr/" target="_blank" rel="noopener noreferrer">tym artykule</a></strong> Alicja Marciniak, absolwentka I. edycji.</p>
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[5]->custom['_content_content_0_text']
      content_content => array (1)
      iterator_to_array($context['posts'])[5]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[5]->custom['content_content'][0]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[5]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[5]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[5]->custom['_content']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[5]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[5]->post_content
      public post_date -> string (19) "2017-08-18 13:53:03"
      iterator_to_array($context['posts'])[5]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[5]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[5]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[5]->post_status
      public post_title -> UTF-8 string (61) "CZEGO NAUCZYLI SIĘ STUDENCI III EDYCJI STUDIÓW MANAGER CSR?"
      iterator_to_array($context['posts'])[5]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[5]->post_type
      public slug -> string (58) "czego-nauczyli-sie-studenci-iii-edycji-studiow-manager-csr"
      iterator_to_array($context['posts'])[5]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1666594097:2"
      iterator_to_array($context['posts'])[5]->_edit_lock
      public _edit_last -> string (1) "2"
      iterator_to_array($context['posts'])[5]->_edit_last
      public _wp_old_date -> string (10) "2022-10-21"
      iterator_to_array($context['posts'])[5]->_wp_old_date
      public img_main -> string (3) "850"
      iterator_to_array($context['posts'])[5]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[5]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[5]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[5]->_text_preview
      public content_content_0_text -> UTF-8 string (5367) "<p>Trwa rekrutacja na IV. edycję studiów podyplomowych Manager CSR na Colleg...
      iterator_to_array($context['posts'])[5]->content_content_0_text
      <p>Trwa rekrutacja na IV. edycję studiów podyplomowych Manager CSR na Collegium Civitas. Jeżeli jeszcze zastanawiasz się czy warto, sprawdź co było najbardziej przydatne i czego nauczyli się studenci III edycji. Przeczytaj artykuł.<br />
      <span id="more-2689"></span></p>
      <blockquote><p>W tym artykule przeczytasz o tym, co najbardziej cenili sobie na studiach studenci III edycji. Poprosiliśmy studentów o wypełnienie anonimowej ankiety na ostatnim zjeździe i podzielenie się opinią na temat studiów i tego czego się nauczyli.</p></blockquote>
      <p>Przed nami VI edycja studiów Manager CSR, która rozpoczyna się 25 listopada 2017 i trwa dwa semestry do 17 czerwca. Zajęcia odbywają się przeważnie raz w miesiącu w sobotę i niedzielę w siedzibie Collegium Civitas w Pałacu Kultury i Nauki. W 2016 roku kierunek otrzymał nagrodę i akredytację w programie <strong>„Studia z przyszłością” za dopasowany do rynku pracy, oczekiwań i wyzwań gospodarczych program nauczania</strong>. Poniżej informację o tym, za co jeszcze cenili sobie te studia studenci III edycji.</p>
      <p>Mamy nadzieję, że pomoże Ci to w podjęciu decyzji o przyłączeniu do IV. edycji! Rejestracja na stronie <strong><a href="https://www.civitas.edu.pl/collegium/oferta-edukacyjna/po-polsku/studia-podyplomowe-po-polsku/kierunki-studiow-podyplomowych/obszar-marketing-zarzadzanie-badania/manager-csr" target="_blank" rel="noopener noreferrer">Collegium Civitas. </a></strong></p>
      <hr />
      <p>Przede wszystkim wiem co to jest CSR. Jestem świadoma jego ważności i misji dla otaczającego mnie środowiska. Odnoszę go jako pobożne życzenie idealistów, ale cieszę się, że są tacy wśród ludzi. Poznałam zasady, kierunki rozwoju, zwróciłam uwagę na rzeczywiste potrzeby.</p>
      <hr />
      <p>Usystematyzowałam szczątkową wiedzę, pogłębiając i podpierając przepisami. Narzędzia do konkretnych rozwiązań. Pewności siebie, w tym co chcę robić, że to ma sens i wielu ludzi popiera takie podejście.</p>
      <hr />
      <p>Utwierdziłam się w przekonaniu, że współpraca jest bardzo ważnym działaniem. Nauczyłam się jaka jest rola osoby odpowiedzialnej za CSR, jakie jest/może być jej miejsce w strukturze firmy.</p>
      <hr />
      <p>Nauczyłam się tego, że czasem warto odpuścić. ? Dzięki studiom zaczęłam dużo czytać o zrównoważonym rozwoju i moja świadomość konsumenta bardzo wzrosła.</p>
      <hr />
      <p>Poznałem obszar CSR, na świecie i w Polsce, nauczyłem się metodologii i umiejętności działania i raportowania.</p>
      <hr />
      <p>Nauczyłam się, że CSR to nie tylko działania społeczne, ale całość funkcjonowania firmy, obejmująca wszystkie obszary jej aktywności.</p>
      <hr />
      <p>Usystematyzowałam wiedzę dot. CSR, nauczyłam się zasad raportowania zgodnego z wytycznymi GRI oraz zasad budowania strategii CSR w organizacji.</p>
      <hr />
      <p>Szerokiej perspektywy, brania pod uwagę wielu aspektów i patrzenia na sprawy i CSR pod różnymi kątami. Jednocześnie ta rozległa perspektywa przełożyła się na konkretne narzędzia, które można wykorzystać. Poszerzyłam wiedzę o łańcuchu dostaw i środowisku, o których wiedziałam najmniej.</p>
      <hr />
      <p>Co to jest, jak ugryźć CSR. CSR to nie tylko PR czy moda. Każdy z nas może zmienić „świat” poprzez CSR.</p>
      <hr />
      <p>Nauczyłam się widzieć CSR, zrozumiałam co to jest i w którą stronę należy rozwijać biznes. Wiem też, że CSR to integrowalna część strategii biznesowej, bez której nie ma nas ani przyszłości naszych pokoleń.</p>
      <hr />
      <p>Poza kwestiami CSR, tworzeniem raportu CSR, odnalazłam w rozmowach z zaproszonymi gośćmi, ale i uczestnikami rozwiązania, które będę próbować wykorzystać na co dzień w pracy z zespołem. Podejście do ludzi oczekiwania ich, jak rozmawiać, od tej strony również studia poszerzają perspektywę.</p>
      <hr />
      <p>Zrozumienia CSR wystarczająco dobrze by mieć poczucie, że wybrałam dobry zawód i uzupełniłam swoje kwalifikacje.</p>
      <hr />
      <p>Podobało mi się zaangażowanie wielu praktyków na co dzień zajmujących się CSR w dużych firmach i oparcie programu studiów na konkretnych przykładach z życia.</p>
      <hr />
      <p>Przyjazna, rodzinna atmosfera. Po prostu dobrze się czułam uczestnicząc w zjazdach. Dużo praktyki i konkretnych przykładów – bardzo cenne.</p>
      <hr />
      <p>Studia inspirują i poszerzają spojrzenie, dają duży bagaż dobrych praktyk i wiedzy przydatnych w pracy. Gratuluję pomysłu i energii! Tak trzymać! ? Będę polecać innym te studia.</p>
      <hr />
      <p>Jestem bardzo zadowolona ze studiów i zdecydowanie podjęłabym decyzje o udziale w nich raz jeszcze!</p>
      <hr />
      <p>Trzymajcie tak wysoki poziom!</p>
      <p>Zapraszamy na IV. edycję studiów podyplomowych „Manager CSR”. Rejestracja na <a href="http://www.civitas.edu.pl/collegium/oferta-edukacyjna/po-polsku/studia-podyplomowe-po-polsku/kierunki-studiow-podyplomowych/obszar-marketing-zarzadzanie-badania/manager-csr" target="_blank" rel="noopener noreferrer"><strong>stronie Collegium Civitas</strong></a>.</p>
      <p>A o tym dlaczego warto zostać dyplomowanym managerem CSR opowiada w <strong><a href="http://www.csrinfo.org/dlaczego-warto-zostac-dyplomowanym-managerem-csr/" target="_blank" rel="noopener noreferrer">tym artykule</a></strong> Alicja Marciniak, absolwentka I. edycji.</p>
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[5]->_content_content_0_text
      public content_content -> array (1)
      iterator_to_array($context['posts'])[5]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[5]->content_content[0]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[5]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[5]->_content
      public post_date_gmt -> string (19) "2017-08-18 11:53:03"
      iterator_to_array($context['posts'])[5]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[5]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[5]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[5]->post_password
      public post_name -> string (58) "czego-nauczyli-sie-studenci-iii-edycji-studiow-manager-csr"
      iterator_to_array($context['posts'])[5]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[5]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[5]->pinged
      public post_modified -> string (19) "2022-10-24 01:07:25"
      iterator_to_array($context['posts'])[5]->post_modified
      public post_modified_gmt -> string (19) "2022-10-23 23:07:25"
      iterator_to_array($context['posts'])[5]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[5]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=849"
      iterator_to_array($context['posts'])[5]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[5]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[5]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[5]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[5]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[5]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[5]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[5]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[5]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[5]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[5]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[5]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[5]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[5]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[5]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[5]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[5]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[5]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[5]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[5]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[5]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[5]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[5]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[5]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[5]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[5]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[5]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[5]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[5]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[5]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[5]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[5]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[5]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[5]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[5]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[5]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[5]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[5]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[5]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[5]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[5]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[5]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[5]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[5]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[5]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[5]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[5]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[5]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[5]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[5]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[5]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[5]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[5]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[5]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[5]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[5]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[5]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[5]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[5]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[5]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[5]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[5]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[5]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[5]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[5]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[5]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[5]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[5]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[5]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[5]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[5]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[5]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[5]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[5]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[5]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[5]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[5]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[5]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[5]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[5]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[5]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[5]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[5]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    6 => Timber\Post (72)
    iterator_to_array($context['posts'])[6]
    • Properties (72)
    • Available methods (95)
    • Static class properties
    • public id -> integer 851
      iterator_to_array($context['posts'])[6]->id
      public ID -> integer 851
      iterator_to_array($context['posts'])[6]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[6]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[6]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[6]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[6]->TermClass
      public custom -> array (35)
      iterator_to_array($context['posts'])[6]->custom
      _edit_lock => string (12) "1743937208:4"
      iterator_to_array($context['posts'])[6]->custom['_edit_lock']
      _edit_last => string (1) "4"
      iterator_to_array($context['posts'])[6]->custom['_edit_last']
      _wp_old_date => string (10) "2022-10-21"
      iterator_to_array($context['posts'])[6]->custom['_wp_old_date']
      img_main => string (3) "861"
      iterator_to_array($context['posts'])[6]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[6]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[6]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[6]->custom['_text_preview']
      content_content_0_text => UTF-8 string (4173) "<strong>Jak gospodarka cyrkularna tworzy nowe modele biznesowe? Jak rozwój m...
      iterator_to_array($context['posts'])[6]->custom['content_content_0_text']
      <strong>Jak gospodarka cyrkularna tworzy nowe modele biznesowe? Jak rozwój miast może wpłynąć na zmianę biznesu? Czy kobiety rządzą biznesem? CSRinfo w najnowszym raporcie Annual CSR Outlook 2017 pokazuje trendy, na które biznes powinien zwrócić szczególną uwagę. W skondensowany sposób przedstawia przegląd ponad 40 raportów i badań z całego świata. Partnerem Strategicznym tegorocznego raportu jest Grupa Adamed.</strong>
      
      Raport Annual CSR Outlook jest jedną z najbardziej wyczekiwanych publikacji z zakresu CSR na polskim rynku. Co roku firma szkoleniowo-doradcza CSRinfo prezentuje dane liczbowe dotyczące CSR w Polsce za rok ubiegły oraz przewiduje trendy, które będą kształtowały CSR w najbliższym czasie. Część tegorocznej publikacji poświęcona została polskiej branży farmaceutycznej, jej roli gospodarczej oraz wpływu na jakość życia.
      <blockquote><em>Ideą Annual CSR Outlook jest wybór wśród gąszcza trendów i zjawisk wiodące. Raport jest krótki i zawiera w przyjaznej ikonografice dane dotyczące zarówno świata jak i Polski. Zachęcamy wszystkich do korzystania z informacji zawartych w raporcie i wykorzystywaniu go w prezentacjach. Oprócz trendów, co roku podsumowujemy również wydarzenia roku 2016. Ułatwia to analizę rozwoju zarządzania w sposób odpowiedzialny na naszym rynku</em><em>– </em>opowiada <strong>Liliana Anam, Menedżer Zarządzający CSRinfo.</strong></blockquote>
      Annual CSR Outlook 2017 prezentuje trzy wiodące trendy.
      
      #Pierwszy z nich to <strong>ekonomia cyrkularna</strong> (obiegu zamkniętego). Termin może nie jest wszystkim znany, ale uczestniczymy w niej robiąc zakupy online, korzystając z usług jak Uber, Airbnb, używając produktów z recyklingu.
      
      To gospodarka nastawiona na jak najdłuższe utrzymanie wartości produktów i na eliminację odpadów. Model RESOLVE, ujęty w Annual CSR Outlook 2017, pokazuje jakie już dzisiaj mamy sprawdzone modele biznesowe funkcjonujące w gospodarce.
      
      #Drugi trend to szybki <strong>rozwój</strong> <strong>miast, </strong>które gromadzą większość populacji. Za 13 lat 750 miast będzie generowało ponad 61% PKB.
      
      #Trzecim trendem jest zarządzanie różnorodnością, które zakłada, że różnorodność w miejscu pracy jest ważnym zasobem organizacji, przyczyniającym się do rozwoju i realizacji jej celów. W tym szerokim obszarze <strong>skoncentrowaliśmy się przede wszystkim na kobietach</strong> i ich roli w biznesie.
      
      Pomysłodawcą projektu jest firma doradczo-edukacyjna <strong>CSRinfo, </strong>jedna z najbardziej doświadczonych firm na polskim rynku w zakresie edukacji i działań doradczych w obszarze CSR.
      
      Partnerem Strategicznym 5. edycji raportu jest <strong>Grupa Adamed</strong>.
      
      &nbsp;
      <p style="text-align: center;"><a href="https://www.csrinfo.org/wp-content/uploads/2022/10/Annual-CSR-Outlook_2017.pdf"><span style="color: #66b0d6; font-size: 2.2rem;"><strong>POBIERZ</strong></span></a></p>
      &nbsp;
      <h4>RELACJA FILMOWA Z WYDARZENIA</h4>
      <a href="http://RELACJA FILMOWA Z WYDARZENIA" target="_blank" rel="noopener">http://RELACJA FILMOWA Z WYDARZENIA</a>
      <h4>ZDJĘCIA Z WYDARZENIA 22.03.2017</h4>
      <img class="alignnone wp-image-852" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_1-1024x684-1-640x428.jpeg" alt="" width="468" height="313" /> <img class="alignnone wp-image-853" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_2-150x150-1.jpeg" alt="" width="310" height="310" /> <img class="alignnone wp-image-854" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_3-150x150-1.jpeg" alt="" width="334" height="334" /> <img class="alignnone wp-image-855" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_8-150x150-1.jpeg" alt="" width="332" height="332" /> <img class="alignnone wp-image-856" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_6-150x150-1.jpeg" alt="" width="332" height="332" /> <img class="alignnone wp-image-857" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_Grupa-Adamed_Anna-Kosińska_1-150x150-1.jpeg" alt="" width="299" height="299" />
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[6]->custom['_content_content_0_text']
      content_content_1_img => string (3) "858"
      iterator_to_array($context['posts'])[6]->custom['content_content_1_img']
      _content_content_1_img => string (19) "field_62c4152b67598"
      iterator_to_array($context['posts'])[6]->custom['_content_content_1_img']
      content_content_1_text => string (14) "Organizatorzy "
      iterator_to_array($context['posts'])[6]->custom['content_content_1_text']
      _content_content_1_text => string (19) "field_62c4234aceb98"
      iterator_to_array($context['posts'])[6]->custom['_content_content_1_text']
      content_content_2_title => string (23) "ANNUAL CSR OUTLOOK 2017"
      iterator_to_array($context['posts'])[6]->custom['content_content_2_title']
      _content_content_2_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[6]->custom['_content_content_2_title']
      content_content_2_text => UTF-8 string (90) "<p>Przegląd najważniejszych wydarzeń i zjawisk z roku 2016 oraz trendy na 20...
      iterator_to_array($context['posts'])[6]->custom['content_content_2_text']
      <p>Przegląd najważniejszych wydarzeń i zjawisk z roku 2016 oraz trendy na 2017 rok.</p>
      
      _content_content_2_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[6]->custom['_content_content_2_text']
      content_content_2_file => string (3) "859"
      iterator_to_array($context['posts'])[6]->custom['content_content_2_file']
      _content_content_2_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[6]->custom['_content_content_2_file']
      content_content_3_title => string (42) "ANNUAL CSR OUTLOOK 2017 - WERSJA ANGIELSKA"
      iterator_to_array($context['posts'])[6]->custom['content_content_3_title']
      _content_content_3_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[6]->custom['_content_content_3_title']
      content_content_3_text => string (0) ""
      iterator_to_array($context['posts'])[6]->custom['content_content_3_text']
      _content_content_3_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[6]->custom['_content_content_3_text']
      content_content_3_file => string (3) "860"
      iterator_to_array($context['posts'])[6]->custom['content_content_3_file']
      _content_content_3_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[6]->custom['_content_content_3_file']
      content_content => array (2)
      iterator_to_array($context['posts'])[6]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[6]->custom['content_content'][0]
      1 => string (3) "img"
      iterator_to_array($context['posts'])[6]->custom['content_content'][1]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[6]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[6]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[6]->custom['_content']
      newsletter_campaignid => string (0) ""
      iterator_to_array($context['posts'])[6]->custom['newsletter_campaignid']
      _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[6]->custom['_newsletter_campaignid']
      newsletter => string (0) ""
      iterator_to_array($context['posts'])[6]->custom['newsletter']
      _newsletter => string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[6]->custom['_newsletter']
      _yoast_wpseo_content_score => string (2) "30"
      iterator_to_array($context['posts'])[6]->custom['_yoast_wpseo_content_score']
      _yoast_wpseo_estimated-reading-time-minutes => string (1) "4"
      iterator_to_array($context['posts'])[6]->custom['_yoast_wpseo_estimated-reading-time-minutes']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[6]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[6]->post_content
      public post_date -> string (19) "2017-03-22 14:00:21"
      iterator_to_array($context['posts'])[6]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[6]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[6]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[6]->post_status
      public post_title -> UTF-8 string (57) "NAJNOWSZY RAPORT ANNUAL CSR OUTLOOK 2017 JUŻ DO POBRANIA"
      iterator_to_array($context['posts'])[6]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[6]->post_type
      public slug -> string (56) "najnowszy-raport-annual-csr-outlook-2017-juz-do-pobrania"
      iterator_to_array($context['posts'])[6]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1743937208:4"
      iterator_to_array($context['posts'])[6]->_edit_lock
      public _edit_last -> string (1) "4"
      iterator_to_array($context['posts'])[6]->_edit_last
      public _wp_old_date -> string (10) "2022-10-21"
      iterator_to_array($context['posts'])[6]->_wp_old_date
      public img_main -> string (3) "861"
      iterator_to_array($context['posts'])[6]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[6]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[6]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[6]->_text_preview
      public content_content_0_text -> UTF-8 string (4173) "<strong>Jak gospodarka cyrkularna tworzy nowe modele biznesowe? Jak rozwój m...
      iterator_to_array($context['posts'])[6]->content_content_0_text
      <strong>Jak gospodarka cyrkularna tworzy nowe modele biznesowe? Jak rozwój miast może wpłynąć na zmianę biznesu? Czy kobiety rządzą biznesem? CSRinfo w najnowszym raporcie Annual CSR Outlook 2017 pokazuje trendy, na które biznes powinien zwrócić szczególną uwagę. W skondensowany sposób przedstawia przegląd ponad 40 raportów i badań z całego świata. Partnerem Strategicznym tegorocznego raportu jest Grupa Adamed.</strong>
      
      Raport Annual CSR Outlook jest jedną z najbardziej wyczekiwanych publikacji z zakresu CSR na polskim rynku. Co roku firma szkoleniowo-doradcza CSRinfo prezentuje dane liczbowe dotyczące CSR w Polsce za rok ubiegły oraz przewiduje trendy, które będą kształtowały CSR w najbliższym czasie. Część tegorocznej publikacji poświęcona została polskiej branży farmaceutycznej, jej roli gospodarczej oraz wpływu na jakość życia.
      <blockquote><em>Ideą Annual CSR Outlook jest wybór wśród gąszcza trendów i zjawisk wiodące. Raport jest krótki i zawiera w przyjaznej ikonografice dane dotyczące zarówno świata jak i Polski. Zachęcamy wszystkich do korzystania z informacji zawartych w raporcie i wykorzystywaniu go w prezentacjach. Oprócz trendów, co roku podsumowujemy również wydarzenia roku 2016. Ułatwia to analizę rozwoju zarządzania w sposób odpowiedzialny na naszym rynku</em><em>– </em>opowiada <strong>Liliana Anam, Menedżer Zarządzający CSRinfo.</strong></blockquote>
      Annual CSR Outlook 2017 prezentuje trzy wiodące trendy.
      
      #Pierwszy z nich to <strong>ekonomia cyrkularna</strong> (obiegu zamkniętego). Termin może nie jest wszystkim znany, ale uczestniczymy w niej robiąc zakupy online, korzystając z usług jak Uber, Airbnb, używając produktów z recyklingu.
      
      To gospodarka nastawiona na jak najdłuższe utrzymanie wartości produktów i na eliminację odpadów. Model RESOLVE, ujęty w Annual CSR Outlook 2017, pokazuje jakie już dzisiaj mamy sprawdzone modele biznesowe funkcjonujące w gospodarce.
      
      #Drugi trend to szybki <strong>rozwój</strong> <strong>miast, </strong>które gromadzą większość populacji. Za 13 lat 750 miast będzie generowało ponad 61% PKB.
      
      #Trzecim trendem jest zarządzanie różnorodnością, które zakłada, że różnorodność w miejscu pracy jest ważnym zasobem organizacji, przyczyniającym się do rozwoju i realizacji jej celów. W tym szerokim obszarze <strong>skoncentrowaliśmy się przede wszystkim na kobietach</strong> i ich roli w biznesie.
      
      Pomysłodawcą projektu jest firma doradczo-edukacyjna <strong>CSRinfo, </strong>jedna z najbardziej doświadczonych firm na polskim rynku w zakresie edukacji i działań doradczych w obszarze CSR.
      
      Partnerem Strategicznym 5. edycji raportu jest <strong>Grupa Adamed</strong>.
      
      &nbsp;
      <p style="text-align: center;"><a href="https://www.csrinfo.org/wp-content/uploads/2022/10/Annual-CSR-Outlook_2017.pdf"><span style="color: #66b0d6; font-size: 2.2rem;"><strong>POBIERZ</strong></span></a></p>
      &nbsp;
      <h4>RELACJA FILMOWA Z WYDARZENIA</h4>
      <a href="http://RELACJA FILMOWA Z WYDARZENIA" target="_blank" rel="noopener">http://RELACJA FILMOWA Z WYDARZENIA</a>
      <h4>ZDJĘCIA Z WYDARZENIA 22.03.2017</h4>
      <img class="alignnone wp-image-852" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_1-1024x684-1-640x428.jpeg" alt="" width="468" height="313" /> <img class="alignnone wp-image-853" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_2-150x150-1.jpeg" alt="" width="310" height="310" /> <img class="alignnone wp-image-854" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_3-150x150-1.jpeg" alt="" width="334" height="334" /> <img class="alignnone wp-image-855" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_8-150x150-1.jpeg" alt="" width="332" height="332" /> <img class="alignnone wp-image-856" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_6-150x150-1.jpeg" alt="" width="332" height="332" /> <img class="alignnone wp-image-857" src="https://www.csrinfo.org/wp-content/uploads/2022/10/AO2017_Grupa-Adamed_Anna-Kosińska_1-150x150-1.jpeg" alt="" width="299" height="299" />
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[6]->_content_content_0_text
      public content_content_1_img -> string (3) "858"
      iterator_to_array($context['posts'])[6]->content_content_1_img
      public _content_content_1_img -> string (19) "field_62c4152b67598"
      iterator_to_array($context['posts'])[6]->_content_content_1_img
      public content_content_1_text -> string (14) "Organizatorzy "
      iterator_to_array($context['posts'])[6]->content_content_1_text
      public _content_content_1_text -> string (19) "field_62c4234aceb98"
      iterator_to_array($context['posts'])[6]->_content_content_1_text
      public content_content_2_title -> string (23) "ANNUAL CSR OUTLOOK 2017"
      iterator_to_array($context['posts'])[6]->content_content_2_title
      public _content_content_2_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[6]->_content_content_2_title
      public content_content_2_text -> UTF-8 string (90) "<p>Przegląd najważniejszych wydarzeń i zjawisk z roku 2016 oraz trendy na 20...
      iterator_to_array($context['posts'])[6]->content_content_2_text
      <p>Przegląd najważniejszych wydarzeń i zjawisk z roku 2016 oraz trendy na 2017 rok.</p>
      
      public _content_content_2_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[6]->_content_content_2_text
      public content_content_2_file -> string (3) "859"
      iterator_to_array($context['posts'])[6]->content_content_2_file
      public _content_content_2_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[6]->_content_content_2_file
      public content_content_3_title -> string (42) "ANNUAL CSR OUTLOOK 2017 - WERSJA ANGIELSKA"
      iterator_to_array($context['posts'])[6]->content_content_3_title
      public _content_content_3_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[6]->_content_content_3_title
      public content_content_3_text -> string (0) ""
      iterator_to_array($context['posts'])[6]->content_content_3_text
      public _content_content_3_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[6]->_content_content_3_text
      public content_content_3_file -> string (3) "860"
      iterator_to_array($context['posts'])[6]->content_content_3_file
      public _content_content_3_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[6]->_content_content_3_file
      public content_content -> array (2)
      iterator_to_array($context['posts'])[6]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[6]->content_content[0]
      1 => string (3) "img"
      iterator_to_array($context['posts'])[6]->content_content[1]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[6]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[6]->_content
      public newsletter_campaignid -> string (0) ""
      iterator_to_array($context['posts'])[6]->newsletter_campaignid
      public _newsletter_campaignid -> string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[6]->_newsletter_campaignid
      public newsletter -> string (0) ""
      iterator_to_array($context['posts'])[6]->newsletter
      public _newsletter -> string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[6]->_newsletter
      public _yoast_wpseo_content_score -> string (2) "30"
      iterator_to_array($context['posts'])[6]->_yoast_wpseo_content_score
      public _yoast_wpseo_estimated-reading-time-minutes -> string (1) "4"
      iterator_to_array($context['posts'])[6]->{'_yoast_wpseo_estimated-reading-time-minutes'}
      public post_date_gmt -> string (19) "2017-03-22 13:00:21"
      iterator_to_array($context['posts'])[6]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[6]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[6]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[6]->post_password
      public post_name -> string (56) "najnowszy-raport-annual-csr-outlook-2017-juz-do-pobrania"
      iterator_to_array($context['posts'])[6]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[6]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[6]->pinged
      public post_modified -> string (19) "2025-04-06 13:01:54"
      iterator_to_array($context['posts'])[6]->post_modified
      public post_modified_gmt -> string (19) "2025-04-06 11:01:54"
      iterator_to_array($context['posts'])[6]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[6]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=851"
      iterator_to_array($context['posts'])[6]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[6]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[6]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[6]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[6]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[6]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[6]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[6]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[6]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[6]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[6]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[6]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[6]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[6]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[6]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[6]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[6]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[6]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[6]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[6]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[6]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[6]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[6]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[6]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[6]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[6]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[6]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[6]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[6]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[6]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[6]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[6]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[6]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[6]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[6]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[6]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[6]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[6]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[6]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[6]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[6]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[6]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[6]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[6]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[6]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[6]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[6]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[6]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[6]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[6]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[6]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[6]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[6]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[6]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[6]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[6]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[6]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[6]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[6]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[6]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[6]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[6]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[6]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[6]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[6]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[6]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[6]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[6]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[6]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[6]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[6]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[6]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[6]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[6]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[6]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[6]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[6]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[6]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[6]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[6]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[6]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[6]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[6]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    7 => Timber\Post (50)
    iterator_to_array($context['posts'])[7]
    • Properties (50)
    • Available methods (95)
    • Static class properties
    • public id -> integer 867
      iterator_to_array($context['posts'])[7]->id
      public ID -> integer 867
      iterator_to_array($context['posts'])[7]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[7]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[7]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[7]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[7]->TermClass
      public custom -> array (13)
      iterator_to_array($context['posts'])[7]->custom
      _edit_lock => string (12) "1666594282:2"
      iterator_to_array($context['posts'])[7]->custom['_edit_lock']
      _edit_last => string (1) "2"
      iterator_to_array($context['posts'])[7]->custom['_edit_last']
      img_main => string (3) "868"
      iterator_to_array($context['posts'])[7]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[7]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[7]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[7]->custom['_text_preview']
      content_content_0_text => UTF-8 string (2780) "<p>Co myślą prezesi o zrównoważonym rozwoju odkrywa przed nami największe do...
      iterator_to_array($context['posts'])[7]->custom['content_content_0_text']
      <p>Co myślą prezesi o zrównoważonym rozwoju odkrywa przed nami największe dotąd badanie ONZ-towskiej inicjatywy Global Compact i firmy Accenture. Jak Ty byś odpowiedziała/ł na pytania? A jak Twój prezes? Tak samo? Sprawdź.<span id="more-1970"></span></p>
      <blockquote><p>Artykuł pokazuje wyniki największego dotąd badania UN Global Compact i Accenture wśród prezesów na temat odpowiedzialnego i zrównoważonego biznesu – „<em>Agenda 2030 a window of opportunity</em>”.</p></blockquote>
      <p>W 2016 roku badanie ankietowe uzyskało ponad 1000 odpowiedzi, które zostały pogłębione przez badania z 50 prezesami reprezentującymi firmy – wiodących innowatorów. Zanim zaczniesz dalej czytać, słowo wyjaśnienia. Na potrzeby niniejszego artykułu termin „sustainability” tłumaczymy jako CSR/odpowiedzialny i zrównoważony biznes.</p>
      <h4>JAK PREZESI WIDZĄ CELE ZRÓWNOWAŻONEGO ROZWOJU ONZ NA LATA 2015-30?</h4>
      <p>Aż<strong> 87%</strong> postrzega Cele zrównoważonego rozwoju ONZ na lata 2015-30 jako szansę na przemyślenie podejścia do tworzenia wartości w firmie.</p>
      <p><strong>70%</strong> uważa, że Cele stanowią ustrukturyzowaną ramę dla podejmowanych działań. Jednak tylko połowa – <strong>49%</strong> jest przekonanych, że biznes będzie najważniejszym aktorem w osiągnięciu Celów.</p>
      <p>Znacznie więcej z nich, bo aż<strong> 73%</strong> uważa, że biznes powinien rozwinąć wskaźniki do mierzenia i komunikacji swojego wpływu na realizację Celów.</p>
      <h4>CZY DEKLARACJE DOT. CSR PRZEKŁADAJĄ SIĘ NA DZIAŁANIA?</h4>
      <p><strong>89%</strong> prezesów uważa, że deklaracje zaangażowania w CSR przekładają się na realne działania w ich branży.</p>
      <p>Być może wynika to z faktu, że<strong> 80%</strong> z nich wierzy, że pokazanie zaangażowania w realizację celów społecznych stanowi czynnik wyróżniający w ich branży.</p>
      <h4>A JAK DZIAŁAJĄ ICH FIRMY? CZY PODEJŚCIE CSR-OWE JEST W NICH OBECNE?</h4>
      <p><strong>90%</strong> prezesów czuje się osobiście odpowiedzialnymi za określenie jasnego celu ich firmy i jej roli w społeczeństwie.</p>
      <p>Aż <strong>59%</strong> z nich uważa, że ich firma jest w stanie skwantyfikować wartość inicjatyw CSR. W 2013 roku takiej odpowiedzi udzieliło 38%.</p>
      <p><strong>88%</strong> uważa, że większa integracja kwestii CSR z rynkami finansowymi jest niezbędna dla dalszego postępu. Jednak tylko <strong>10%</strong> wskazuje presję inwestorów jako jeden z top 3 czynników mobilizujących ich do działań CSR.</p>
      <h5>DODATKOWE INFORMACJE</h5>
      <p>Informacje o badaniu dostępne są na <a href="https://www.accenture.com/us-en/insight-un-global-compact-ceo-study"><strong>dedykowanej stronie</strong></a>.</p>
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[7]->custom['_content_content_0_text']
      content_content => array (1)
      iterator_to_array($context['posts'])[7]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[7]->custom['content_content'][0]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[7]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[7]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[7]->custom['_content']
      _wp_old_date => string (10) "2022-10-21"
      iterator_to_array($context['posts'])[7]->custom['_wp_old_date']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[7]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[7]->post_content
      public post_date -> string (19) "2016-08-25 14:34:26"
      iterator_to_array($context['posts'])[7]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[7]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[7]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[7]->post_status
      public post_title -> UTF-8 string (90) "CO MYŚLI 89% PREZESÓW O CSR? CZY TWÓJ PREZES PODZIELA WIZJĘ GLOBALNYCH LIDER...
      iterator_to_array($context['posts'])[7]->post_title
      CO MYŚLI 89% PREZESÓW O CSR? CZY TWÓJ PREZES PODZIELA WIZJĘ GLOBALNYCH LIDERÓW? A TY?
      
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[7]->post_type
      public slug -> string (81) "co-mysli-89-prezesow-o-csr-czy-twoj-prezes-podziela-wizje-globalnych-liderow...
      iterator_to_array($context['posts'])[7]->slug
      co-mysli-89-prezesow-o-csr-czy-twoj-prezes-podziela-wizje-globalnych-liderow-a-ty
      
      protected __type -> null
      public _edit_lock -> string (12) "1666594282:2"
      iterator_to_array($context['posts'])[7]->_edit_lock
      public _edit_last -> string (1) "2"
      iterator_to_array($context['posts'])[7]->_edit_last
      public img_main -> string (3) "868"
      iterator_to_array($context['posts'])[7]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[7]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[7]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[7]->_text_preview
      public content_content_0_text -> UTF-8 string (2780) "<p>Co myślą prezesi o zrównoważonym rozwoju odkrywa przed nami największe do...
      iterator_to_array($context['posts'])[7]->content_content_0_text
      <p>Co myślą prezesi o zrównoważonym rozwoju odkrywa przed nami największe dotąd badanie ONZ-towskiej inicjatywy Global Compact i firmy Accenture. Jak Ty byś odpowiedziała/ł na pytania? A jak Twój prezes? Tak samo? Sprawdź.<span id="more-1970"></span></p>
      <blockquote><p>Artykuł pokazuje wyniki największego dotąd badania UN Global Compact i Accenture wśród prezesów na temat odpowiedzialnego i zrównoważonego biznesu – „<em>Agenda 2030 a window of opportunity</em>”.</p></blockquote>
      <p>W 2016 roku badanie ankietowe uzyskało ponad 1000 odpowiedzi, które zostały pogłębione przez badania z 50 prezesami reprezentującymi firmy – wiodących innowatorów. Zanim zaczniesz dalej czytać, słowo wyjaśnienia. Na potrzeby niniejszego artykułu termin „sustainability” tłumaczymy jako CSR/odpowiedzialny i zrównoważony biznes.</p>
      <h4>JAK PREZESI WIDZĄ CELE ZRÓWNOWAŻONEGO ROZWOJU ONZ NA LATA 2015-30?</h4>
      <p>Aż<strong> 87%</strong> postrzega Cele zrównoważonego rozwoju ONZ na lata 2015-30 jako szansę na przemyślenie podejścia do tworzenia wartości w firmie.</p>
      <p><strong>70%</strong> uważa, że Cele stanowią ustrukturyzowaną ramę dla podejmowanych działań. Jednak tylko połowa – <strong>49%</strong> jest przekonanych, że biznes będzie najważniejszym aktorem w osiągnięciu Celów.</p>
      <p>Znacznie więcej z nich, bo aż<strong> 73%</strong> uważa, że biznes powinien rozwinąć wskaźniki do mierzenia i komunikacji swojego wpływu na realizację Celów.</p>
      <h4>CZY DEKLARACJE DOT. CSR PRZEKŁADAJĄ SIĘ NA DZIAŁANIA?</h4>
      <p><strong>89%</strong> prezesów uważa, że deklaracje zaangażowania w CSR przekładają się na realne działania w ich branży.</p>
      <p>Być może wynika to z faktu, że<strong> 80%</strong> z nich wierzy, że pokazanie zaangażowania w realizację celów społecznych stanowi czynnik wyróżniający w ich branży.</p>
      <h4>A JAK DZIAŁAJĄ ICH FIRMY? CZY PODEJŚCIE CSR-OWE JEST W NICH OBECNE?</h4>
      <p><strong>90%</strong> prezesów czuje się osobiście odpowiedzialnymi za określenie jasnego celu ich firmy i jej roli w społeczeństwie.</p>
      <p>Aż <strong>59%</strong> z nich uważa, że ich firma jest w stanie skwantyfikować wartość inicjatyw CSR. W 2013 roku takiej odpowiedzi udzieliło 38%.</p>
      <p><strong>88%</strong> uważa, że większa integracja kwestii CSR z rynkami finansowymi jest niezbędna dla dalszego postępu. Jednak tylko <strong>10%</strong> wskazuje presję inwestorów jako jeden z top 3 czynników mobilizujących ich do działań CSR.</p>
      <h5>DODATKOWE INFORMACJE</h5>
      <p>Informacje o badaniu dostępne są na <a href="https://www.accenture.com/us-en/insight-un-global-compact-ceo-study"><strong>dedykowanej stronie</strong></a>.</p>
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[7]->_content_content_0_text
      public content_content -> array (1)
      iterator_to_array($context['posts'])[7]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[7]->content_content[0]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[7]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[7]->_content
      public _wp_old_date -> string (10) "2022-10-21"
      iterator_to_array($context['posts'])[7]->_wp_old_date
      public post_date_gmt -> string (19) "2016-08-25 12:34:26"
      iterator_to_array($context['posts'])[7]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[7]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[7]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[7]->post_password
      public post_name -> string (81) "co-mysli-89-prezesow-o-csr-czy-twoj-prezes-podziela-wizje-globalnych-liderow...
      iterator_to_array($context['posts'])[7]->post_name
      co-mysli-89-prezesow-o-csr-czy-twoj-prezes-podziela-wizje-globalnych-liderow-a-ty
      
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[7]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[7]->pinged
      public post_modified -> string (19) "2022-10-24 01:15:48"
      iterator_to_array($context['posts'])[7]->post_modified
      public post_modified_gmt -> string (19) "2022-10-23 23:15:48"
      iterator_to_array($context['posts'])[7]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[7]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=867"
      iterator_to_array($context['posts'])[7]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[7]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[7]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[7]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[7]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[7]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[7]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[7]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[7]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[7]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[7]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[7]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[7]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[7]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[7]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[7]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[7]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[7]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[7]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[7]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[7]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[7]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[7]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[7]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[7]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[7]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[7]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[7]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[7]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[7]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[7]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[7]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[7]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[7]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[7]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[7]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[7]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[7]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[7]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[7]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[7]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[7]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[7]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[7]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[7]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[7]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[7]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[7]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[7]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[7]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[7]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[7]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[7]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[7]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[7]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[7]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[7]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[7]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[7]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[7]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[7]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[7]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[7]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[7]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[7]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[7]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[7]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[7]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[7]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[7]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[7]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[7]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[7]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[7]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[7]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[7]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[7]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[7]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[7]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[7]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[7]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[7]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[7]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    8 => Timber\Post (50)
    iterator_to_array($context['posts'])[8]
    • Properties (50)
    • Available methods (95)
    • Static class properties
    • public id -> integer 943
      iterator_to_array($context['posts'])[8]->id
      public ID -> integer 943
      iterator_to_array($context['posts'])[8]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[8]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[8]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[8]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[8]->TermClass
      public custom -> array (13)
      iterator_to_array($context['posts'])[8]->custom
      _edit_lock => string (12) "1704320768:4"
      iterator_to_array($context['posts'])[8]->custom['_edit_lock']
      _edit_last => string (1) "2"
      iterator_to_array($context['posts'])[8]->custom['_edit_last']
      _wp_old_date => string (10) "2022-10-23"
      iterator_to_array($context['posts'])[8]->custom['_wp_old_date']
      img_main => string (3) "944"
      iterator_to_array($context['posts'])[8]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[8]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[8]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[8]->custom['_text_preview']
      content_content_0_text => UTF-8 string (8687) "<p>Przed nami ostatni kwartał i intensywna praca nad realizacją zaplanowanyc...
      iterator_to_array($context['posts'])[8]->custom['content_content_0_text']
      <p>Przed nami ostatni kwartał i intensywna praca nad realizacją zaplanowanych na 2016 rok działań. To jednocześnie również czas planów i budżetowania na kolejny rok. Na jakie kwestie warto zwrócić uwagę planując budżet i rozwój CSR w kolejnym roku?<span id="more-1950"></span></p>
      <blockquote><p>Artykuł prezentuje wskazówki dotyczące planowania i budżetowania działań CSR na kolejny rok niezależnie od typów projektów, które chcesz realizować.</p></blockquote>
      <p>Trzeci kwartał każdego roku ma nie tylko charakter urlopowy. Osiągnęliśmy półmetek działań i często mamy za sobą podsumowanie połowy roku. To jest dobry moment by usiąść z kartką papieru, kawą, herbatą, samodzielnie lub jeśli masz zespół to ze swoją drużyną i zastanowić się nad działaniami w perspektywie kolejnych 12 miesięcy.<br />
      Na dole artykułu zamieszczam proste narzędzie do ujęcia głównych projektów i działań, które może Ci w tym pomóc.</p>
      <p>Pierwsza ważna sprawa, to sama <strong>technika planowania</strong>. Być może wystarczy Ci jedno spotkanie, a może kilka sesji konsultacji i analiza różnych ścieżek osiągnięcia podobnego celu. Po podstawowym planowaniu często pojawia się potrzeba zebrania dodatkowych informacji (np. ogólne rozeznanie dot. planowanego projektu, koszty, dane przemawiające za pozycją w budżecie itp.), które pozwolą Ci ocenić projekty i podjąć decyzje. Budżet CSR zazwyczaj jest szczegółowo prześwietlany. Dlatego planowanie działań rozwijających CSR wymaga nieraz szczególnej wnikliwości na tym właśnie etapie. Zazwyczaj po tym następuje przegląd planu po poprawkach i jego finalne zatwierdzenie.</p>
      <p>Druga sprawa to kwestie, na które <strong>warto zwrócić uwagę</strong> już przy pierwszej sesji planowania:</p>
      <h4><strong>#1 WYNIKI DZIAŁAŃ, PLANY I INTERESARIUSZE</strong></h4>
      <p><strong>1.</strong> Wyniki dotychczasowych działań tworzą bazę do wytyczania nowych. Podsumowując pół roku zapewne masz informację o tym, co się udało osiągnąć i gdzie jesteś w stosunku do założonego planu. Może jakieś działania zdecydowałaś/łeś wygasić, a może pojawiły się nowe pomysły.</p>
      <p>Jeśli w organizacji funkcjonuje strategia zrównoważonego rozwoju, jesteś w bardziej komfortowej sytuacji niż Ci, którzy takiego kierunkowskazu jeszcze nie wypracowali. Wiesz konkretnie jakie cele musisz zrealizować.</p>
      <p><strong>2.</strong> Oprócz bieżących wyników działań warto przeanalizować długoterminowe plany firmy, wizję jej rozwoju i sprawdzić, na ile powinny one skorygować plan określany w skali najbliższego roku.</p>
      <p><strong>3.</strong> Jeśli szukasz pomysłów i inspiracji, zwróć uwagę na analizę trendów, na Cele zrównoważonego rozwoju 2015-30 ONZ, a jeśli jesteś z branży finansowej to na Annual CSR Outlook 2016.</p>
      <p><strong>4.</strong> Jeśli dysponujesz feedbackiem ze strony interesariuszy to również jest materiał, który należy wziąć pod uwagę. To także dobry moment na zastanowienie się, czy ten lub przyszłoroczny proces planowania działań nie powinien być wzmocniony poprzez jedną z metod angażowania interesariuszy i sprawdzania, jakie rekomendacje i opinie ma dla nas nasze otoczenie. Warto zwrócić uwagę na mapę interesariuszy i sprawdzić czy nasz plan przewiduje zaangażowanie kluczowych interesariuszy.</p>
      <h4><strong>#2 EDUKACJA PRACOWNIKÓW</strong></h4>
      <p>To jest punkt, na który zawsze, ale to zawsze warto zabezpieczyć środki. Jakość implementacji CSR jest uzależniona w pierwszej kolejności od świadomości i wiedzy pracowników. Przy planowaniu działań edukacyjnych warto wziąć pod uwagę różne grupy pracownicze, w zależności od Twoich i ich potrzeb.</p>
      <p>Jeżeli któryś z celów strategii CSR wymaga zaangażowania szerszego grona, co jest najczęstszym scenariuszem, zastanów się na ile zwiększy się zaangażowanie wybranych pracowników, jeżeli zwiększysz ich wiedzę i stworzysz im przestrzeń do omówienia CSR z praktycznego punktu widzenia.</p>
      <p>W zależności od punktu w jakim jest Twoja organizacja dzisiaj możesz potrzebować:</p>
      <p><strong>1.</strong> Szkolenia dla siebie lub głównych osób w Twoim zespole z tematów CSR. Być może zdecydujesz się bardziej zaangażować, wówczas możliwe są studia podyplomowe lub cykl kursów.</p>
      <p><strong>2.</strong> Warsztatów czy szkoleń dla konkretnych grup pracowników w Twojej firmie, np. związane z konkretnymi projektami operacyjnymi np. kodeksem dla dostawców (zakupowcy), marką zrównoważonego rozwoju (handlowcy), wdrożeniem wolontariatu (dział HR).</p>
      <p><strong>3.</strong> Szkolenia inspiracyjnego, rozwojowego, dla pracowników, którzy są szczególnie zaangażowani w rozwój tematyki CSR.</p>
      <p><strong>4.</strong> Spotkania informacyjnego/inspiracyjnego/dot. trendów dla kadry zarządzającej, które może prezentować wyniki firmy i jednocześnie pokazać firmę w szerszym kontekście zrównoważonego rozwoju.</p>
      <p><strong>5.</strong> E-learningu. Edukacja i komunikacja jest na dobrym poziomie, natomiast chcesz się upewnić, że docierasz do wszystkich pracowników, w tym nowych. Wówczas rozwiązaniem jest e-learning.</p>
      <h4><strong>#3 KOMUNIKACJA DZIAŁAŃ</strong></h4>
      <p>Komunikacja działań i postępów jest bardzo ważna w rozwoju CSR w firmie. Pokazuje, że firma nie tylko deklaruje konkretne wartości, ale również wkłada wysiłek w ich realizację. Nie ma co ukrywać, że pracownicy i otoczenie rozpoznają CSR firmy po zakomunikowanych im działaniach.</p>
      <p>Jeśli będziesz komunikować wolontariat z tym będą kojarzyć w pierwszej kolejności odpowiedzialny biznes Twojej firmy. Jeśli skoncentrujesz się np. na głównych punktach strategii zrównoważonego rozwoju, to właśnie będą pamiętali.</p>
      <p>Dlatego warto zastanowić się już na etapie planowania roku o linii komunikacyjnej. <strong>Pytania, które warto sobie zadać to:</strong><br />
      <strong>1.</strong> Jaki przekaz chcesz kreować w danym roku?<br />
      <strong>2.</strong> Jaka grupa interesariuszy będzie szczególnie dla Ciebie ważna w tym roku?<br />
      <strong>3.</strong> Kogo w firmie musisz wesprzeć w komunikacji do wybranej grupy interesariuszy?<br />
      <strong>4.</strong> Czy warto zaplanować odrębny projekt związany z komunikacją?</p>
      <h4><strong>PRZYDATNE INFORMACJE</strong></h4>
      <p><strong>1.</strong> Do <a href="http://www.csrinfo.org/wp-content/uploads/2016/03/Roczna_formatka_od_CSRinfo.pdf" target="_blank" rel="noopener">pobrania </a>formatka do rozpisania projektów<br />
      <strong>2. </strong><a href="https://pl.wikipedia.org/wiki/Analiza_SWOT" target="_blank" rel="noopener">SWOT</a> – metoda do oceny mocnych i słabych stron celów/projektów (strenghts, weaknesses, opportunities, threats)<br />
      <strong>3.</strong> <a href="http://www.dummies.com/how-to/content/set-goals-and-objectives-in-your-business-plan.html">ACES</a> – metoda do oceny celów/projektów (achieve, conserve, eliminate, steer clear of)<br />
      <strong>4.</strong> Szkolenia <a href="http://www.csrinfo.org/szkolenia/" target="_blank" rel="noopener">otwarte CSRinfo </a>i edukacja CSRinfo<br />
      <strong>5.</strong> Podyplomowe studia <a href="http://www.civitas.edu.pl/collegium/oferta-edukacyjna/po-polsku/studia-podyplomowe-po-polsku/kierunki-studiow-podyplomowych/obszar-marketing-zarzadzanie-badania/manager-csr" target="_blank" rel="noopener">Manager CSR </a>na Collegium Civitas (Warszawa)<br />
      <strong>6.</strong> <a href="https://www.coursera.org/" target="_blank" rel="noopener">Coursera </a>– międzynarodowa platforma ze szkoleniami e-learningowymi, w tym dotyczącymi zrównoważonego rozwoju i CSR<br />
      <strong>7.</strong> Twój osobisty plan na dany rok jest równie ważny. <a href="http://www.paniswojegoczasu.pl/zostan-pania-swojego-czasu/moje-plany-na-2016-rok/" target="_blank" rel="noopener">Tutaj </a>znajdziesz ciekawy artykuł o planowaniu.</p>
      <p><strong>Publikacje wymienione w treści artykułu</strong></p>
      <p><strong>1. <a href="http://www.un.org/sustainabledevelopment/sustainable-development-goals/" target="_blank" rel="noopener">Cele zrównoważonego rozwoju 2015-30<br />
      </a>2. <a href="http://www.csrinfo.org/annual-csr-outlook-2016-ogloszony/" target="_blank" rel="noopener">Annual CSR Outlook 2016</a></strong></p>
      <p>A jakie są Twoje patenty dotyczące tworzenia budżetu i planów CSR na kolejny rok? Podziel się z nami na <a href="https://www.facebook.com/CSRinfo/" target="_blank" rel="noopener">naszym FB</a>.</p>
      <p><em>Autor: Liliana Anam</em></p>
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[8]->custom['_content_content_0_text']
      content_content => array (1)
      iterator_to_array($context['posts'])[8]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[8]->custom['content_content'][0]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[8]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[8]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[8]->custom['_content']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[8]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[8]->post_content
      public post_date -> string (19) "2016-08-24 16:43:56"
      iterator_to_array($context['posts'])[8]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[8]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[8]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[8]->post_status
      public post_title -> UTF-8 string (59) "3 RZECZY, O KTÓRYCH WARTO PAMIĘTAĆ PLANUJĄC BUDŻET CSR"
      iterator_to_array($context['posts'])[8]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[8]->post_type
      public slug -> string (53) "3-rzeczy-o-ktorych-warto-pamietac-planujac-budzet-csr"
      iterator_to_array($context['posts'])[8]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1704320768:4"
      iterator_to_array($context['posts'])[8]->_edit_lock
      public _edit_last -> string (1) "2"
      iterator_to_array($context['posts'])[8]->_edit_last
      public _wp_old_date -> string (10) "2022-10-23"
      iterator_to_array($context['posts'])[8]->_wp_old_date
      public img_main -> string (3) "944"
      iterator_to_array($context['posts'])[8]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[8]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[8]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[8]->_text_preview
      public content_content_0_text -> UTF-8 string (8687) "<p>Przed nami ostatni kwartał i intensywna praca nad realizacją zaplanowanyc...
      iterator_to_array($context['posts'])[8]->content_content_0_text
      <p>Przed nami ostatni kwartał i intensywna praca nad realizacją zaplanowanych na 2016 rok działań. To jednocześnie również czas planów i budżetowania na kolejny rok. Na jakie kwestie warto zwrócić uwagę planując budżet i rozwój CSR w kolejnym roku?<span id="more-1950"></span></p>
      <blockquote><p>Artykuł prezentuje wskazówki dotyczące planowania i budżetowania działań CSR na kolejny rok niezależnie od typów projektów, które chcesz realizować.</p></blockquote>
      <p>Trzeci kwartał każdego roku ma nie tylko charakter urlopowy. Osiągnęliśmy półmetek działań i często mamy za sobą podsumowanie połowy roku. To jest dobry moment by usiąść z kartką papieru, kawą, herbatą, samodzielnie lub jeśli masz zespół to ze swoją drużyną i zastanowić się nad działaniami w perspektywie kolejnych 12 miesięcy.<br />
      Na dole artykułu zamieszczam proste narzędzie do ujęcia głównych projektów i działań, które może Ci w tym pomóc.</p>
      <p>Pierwsza ważna sprawa, to sama <strong>technika planowania</strong>. Być może wystarczy Ci jedno spotkanie, a może kilka sesji konsultacji i analiza różnych ścieżek osiągnięcia podobnego celu. Po podstawowym planowaniu często pojawia się potrzeba zebrania dodatkowych informacji (np. ogólne rozeznanie dot. planowanego projektu, koszty, dane przemawiające za pozycją w budżecie itp.), które pozwolą Ci ocenić projekty i podjąć decyzje. Budżet CSR zazwyczaj jest szczegółowo prześwietlany. Dlatego planowanie działań rozwijających CSR wymaga nieraz szczególnej wnikliwości na tym właśnie etapie. Zazwyczaj po tym następuje przegląd planu po poprawkach i jego finalne zatwierdzenie.</p>
      <p>Druga sprawa to kwestie, na które <strong>warto zwrócić uwagę</strong> już przy pierwszej sesji planowania:</p>
      <h4><strong>#1 WYNIKI DZIAŁAŃ, PLANY I INTERESARIUSZE</strong></h4>
      <p><strong>1.</strong> Wyniki dotychczasowych działań tworzą bazę do wytyczania nowych. Podsumowując pół roku zapewne masz informację o tym, co się udało osiągnąć i gdzie jesteś w stosunku do założonego planu. Może jakieś działania zdecydowałaś/łeś wygasić, a może pojawiły się nowe pomysły.</p>
      <p>Jeśli w organizacji funkcjonuje strategia zrównoważonego rozwoju, jesteś w bardziej komfortowej sytuacji niż Ci, którzy takiego kierunkowskazu jeszcze nie wypracowali. Wiesz konkretnie jakie cele musisz zrealizować.</p>
      <p><strong>2.</strong> Oprócz bieżących wyników działań warto przeanalizować długoterminowe plany firmy, wizję jej rozwoju i sprawdzić, na ile powinny one skorygować plan określany w skali najbliższego roku.</p>
      <p><strong>3.</strong> Jeśli szukasz pomysłów i inspiracji, zwróć uwagę na analizę trendów, na Cele zrównoważonego rozwoju 2015-30 ONZ, a jeśli jesteś z branży finansowej to na Annual CSR Outlook 2016.</p>
      <p><strong>4.</strong> Jeśli dysponujesz feedbackiem ze strony interesariuszy to również jest materiał, który należy wziąć pod uwagę. To także dobry moment na zastanowienie się, czy ten lub przyszłoroczny proces planowania działań nie powinien być wzmocniony poprzez jedną z metod angażowania interesariuszy i sprawdzania, jakie rekomendacje i opinie ma dla nas nasze otoczenie. Warto zwrócić uwagę na mapę interesariuszy i sprawdzić czy nasz plan przewiduje zaangażowanie kluczowych interesariuszy.</p>
      <h4><strong>#2 EDUKACJA PRACOWNIKÓW</strong></h4>
      <p>To jest punkt, na który zawsze, ale to zawsze warto zabezpieczyć środki. Jakość implementacji CSR jest uzależniona w pierwszej kolejności od świadomości i wiedzy pracowników. Przy planowaniu działań edukacyjnych warto wziąć pod uwagę różne grupy pracownicze, w zależności od Twoich i ich potrzeb.</p>
      <p>Jeżeli któryś z celów strategii CSR wymaga zaangażowania szerszego grona, co jest najczęstszym scenariuszem, zastanów się na ile zwiększy się zaangażowanie wybranych pracowników, jeżeli zwiększysz ich wiedzę i stworzysz im przestrzeń do omówienia CSR z praktycznego punktu widzenia.</p>
      <p>W zależności od punktu w jakim jest Twoja organizacja dzisiaj możesz potrzebować:</p>
      <p><strong>1.</strong> Szkolenia dla siebie lub głównych osób w Twoim zespole z tematów CSR. Być może zdecydujesz się bardziej zaangażować, wówczas możliwe są studia podyplomowe lub cykl kursów.</p>
      <p><strong>2.</strong> Warsztatów czy szkoleń dla konkretnych grup pracowników w Twojej firmie, np. związane z konkretnymi projektami operacyjnymi np. kodeksem dla dostawców (zakupowcy), marką zrównoważonego rozwoju (handlowcy), wdrożeniem wolontariatu (dział HR).</p>
      <p><strong>3.</strong> Szkolenia inspiracyjnego, rozwojowego, dla pracowników, którzy są szczególnie zaangażowani w rozwój tematyki CSR.</p>
      <p><strong>4.</strong> Spotkania informacyjnego/inspiracyjnego/dot. trendów dla kadry zarządzającej, które może prezentować wyniki firmy i jednocześnie pokazać firmę w szerszym kontekście zrównoważonego rozwoju.</p>
      <p><strong>5.</strong> E-learningu. Edukacja i komunikacja jest na dobrym poziomie, natomiast chcesz się upewnić, że docierasz do wszystkich pracowników, w tym nowych. Wówczas rozwiązaniem jest e-learning.</p>
      <h4><strong>#3 KOMUNIKACJA DZIAŁAŃ</strong></h4>
      <p>Komunikacja działań i postępów jest bardzo ważna w rozwoju CSR w firmie. Pokazuje, że firma nie tylko deklaruje konkretne wartości, ale również wkłada wysiłek w ich realizację. Nie ma co ukrywać, że pracownicy i otoczenie rozpoznają CSR firmy po zakomunikowanych im działaniach.</p>
      <p>Jeśli będziesz komunikować wolontariat z tym będą kojarzyć w pierwszej kolejności odpowiedzialny biznes Twojej firmy. Jeśli skoncentrujesz się np. na głównych punktach strategii zrównoważonego rozwoju, to właśnie będą pamiętali.</p>
      <p>Dlatego warto zastanowić się już na etapie planowania roku o linii komunikacyjnej. <strong>Pytania, które warto sobie zadać to:</strong><br />
      <strong>1.</strong> Jaki przekaz chcesz kreować w danym roku?<br />
      <strong>2.</strong> Jaka grupa interesariuszy będzie szczególnie dla Ciebie ważna w tym roku?<br />
      <strong>3.</strong> Kogo w firmie musisz wesprzeć w komunikacji do wybranej grupy interesariuszy?<br />
      <strong>4.</strong> Czy warto zaplanować odrębny projekt związany z komunikacją?</p>
      <h4><strong>PRZYDATNE INFORMACJE</strong></h4>
      <p><strong>1.</strong> Do <a href="http://www.csrinfo.org/wp-content/uploads/2016/03/Roczna_formatka_od_CSRinfo.pdf" target="_blank" rel="noopener">pobrania </a>formatka do rozpisania projektów<br />
      <strong>2. </strong><a href="https://pl.wikipedia.org/wiki/Analiza_SWOT" target="_blank" rel="noopener">SWOT</a> – metoda do oceny mocnych i słabych stron celów/projektów (strenghts, weaknesses, opportunities, threats)<br />
      <strong>3.</strong> <a href="http://www.dummies.com/how-to/content/set-goals-and-objectives-in-your-business-plan.html">ACES</a> – metoda do oceny celów/projektów (achieve, conserve, eliminate, steer clear of)<br />
      <strong>4.</strong> Szkolenia <a href="http://www.csrinfo.org/szkolenia/" target="_blank" rel="noopener">otwarte CSRinfo </a>i edukacja CSRinfo<br />
      <strong>5.</strong> Podyplomowe studia <a href="http://www.civitas.edu.pl/collegium/oferta-edukacyjna/po-polsku/studia-podyplomowe-po-polsku/kierunki-studiow-podyplomowych/obszar-marketing-zarzadzanie-badania/manager-csr" target="_blank" rel="noopener">Manager CSR </a>na Collegium Civitas (Warszawa)<br />
      <strong>6.</strong> <a href="https://www.coursera.org/" target="_blank" rel="noopener">Coursera </a>– międzynarodowa platforma ze szkoleniami e-learningowymi, w tym dotyczącymi zrównoważonego rozwoju i CSR<br />
      <strong>7.</strong> Twój osobisty plan na dany rok jest równie ważny. <a href="http://www.paniswojegoczasu.pl/zostan-pania-swojego-czasu/moje-plany-na-2016-rok/" target="_blank" rel="noopener">Tutaj </a>znajdziesz ciekawy artykuł o planowaniu.</p>
      <p><strong>Publikacje wymienione w treści artykułu</strong></p>
      <p><strong>1. <a href="http://www.un.org/sustainabledevelopment/sustainable-development-goals/" target="_blank" rel="noopener">Cele zrównoważonego rozwoju 2015-30<br />
      </a>2. <a href="http://www.csrinfo.org/annual-csr-outlook-2016-ogloszony/" target="_blank" rel="noopener">Annual CSR Outlook 2016</a></strong></p>
      <p>A jakie są Twoje patenty dotyczące tworzenia budżetu i planów CSR na kolejny rok? Podziel się z nami na <a href="https://www.facebook.com/CSRinfo/" target="_blank" rel="noopener">naszym FB</a>.</p>
      <p><em>Autor: Liliana Anam</em></p>
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[8]->_content_content_0_text
      public content_content -> array (1)
      iterator_to_array($context['posts'])[8]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[8]->content_content[0]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[8]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[8]->_content
      public post_date_gmt -> string (19) "2016-08-24 14:43:56"
      iterator_to_array($context['posts'])[8]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[8]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[8]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[8]->post_password
      public post_name -> string (53) "3-rzeczy-o-ktorych-warto-pamietac-planujac-budzet-csr"
      iterator_to_array($context['posts'])[8]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[8]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[8]->pinged
      public post_modified -> string (19) "2022-10-24 08:54:24"
      iterator_to_array($context['posts'])[8]->post_modified
      public post_modified_gmt -> string (19) "2022-10-24 06:54:24"
      iterator_to_array($context['posts'])[8]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[8]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=943"
      iterator_to_array($context['posts'])[8]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[8]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[8]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[8]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[8]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[8]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[8]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[8]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[8]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[8]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[8]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[8]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[8]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[8]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[8]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[8]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[8]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[8]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[8]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[8]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[8]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[8]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[8]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[8]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[8]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[8]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[8]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[8]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[8]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[8]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[8]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[8]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[8]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[8]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[8]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[8]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[8]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[8]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[8]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[8]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[8]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[8]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[8]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[8]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[8]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[8]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[8]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[8]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[8]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[8]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[8]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[8]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[8]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[8]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[8]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[8]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[8]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[8]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[8]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[8]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[8]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[8]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[8]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[8]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[8]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[8]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[8]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[8]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[8]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[8]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[8]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[8]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[8]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[8]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[8]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[8]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[8]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[8]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[8]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[8]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[8]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[8]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[8]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    9 => Timber\Post (50)
    iterator_to_array($context['posts'])[9]
    • Properties (50)
    • Available methods (95)
    • Static class properties
    • public id -> integer 945
      iterator_to_array($context['posts'])[9]->id
      public ID -> integer 945
      iterator_to_array($context['posts'])[9]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[9]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[9]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[9]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[9]->TermClass
      public custom -> array (13)
      iterator_to_array($context['posts'])[9]->custom
      _edit_lock => string (12) "1666594379:2"
      iterator_to_array($context['posts'])[9]->custom['_edit_lock']
      _edit_last => string (1) "2"
      iterator_to_array($context['posts'])[9]->custom['_edit_last']
      _wp_old_date => string (10) "2022-10-23"
      iterator_to_array($context['posts'])[9]->custom['_wp_old_date']
      img_main => string (3) "946"
      iterator_to_array($context['posts'])[9]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[9]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[9]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[9]->custom['_text_preview']
      content_content_0_text => UTF-8 string (3563) "<p>Komisja Certyfikacyjna Konkursu i Programu Akredytacyjnego „Studia z Przy...
      iterator_to_array($context['posts'])[9]->custom['content_content_0_text']
      <p>Komisja Certyfikacyjna Konkursu i Programu Akredytacyjnego „Studia z Przyszłością” przyznała nagrodę studiom Manager CSR, realizowanym wspólnie przez CSRinfo i Collegium Civitas. Zostały one ocenione jako jedne z najlepszych w Polsce ze względu na praktyczny i warsztatowy profil kształcenia oraz dopasowanie do potrzeb rynku pracy.<br />
      Manager CSR to nasz autorski program i idea. Dzięki współpracy z tak nowoczesną uczelnią jaką jest Collegium Civitas mogliśmy stworzyć program studiów, w którym sami chcielibyśmy uczestniczyć. Studia mają praktyczny wymiar, a zajęcia i wykłady prowadzone są przez ekspertów w swoich dziedzinach. – mówi Liliana Anam, Kierownik Studiów oraz Menedżer Zarządzający CSRinfo.</p>
      <h3>Czego dotyczą studia podyplomowe Manager CSR?</h3>
      <p>Studia przygotowują do pełnienia funkcji menedżera CSR w firmie i realizowane są w partnerstwie przez Collegium Civitas i CSRinfo.</p>
      <p><strong>Program</strong> podzielony jest na moduły, na które składają się przedmioty wprowadzające do tematyki zrównoważonego rozwoju i CSR, przedmioty dot. zarządzania jak strategie, zarządzanie ryzykami zrównoważonego rozwoju czy raportowanie oraz wykłady tematyczne obejmujące przekrojowo tematykę CSR.</p>
      <p>Obecnie realizowane jest II edycja studiów i <a href="http://www.civitas.edu.pl/collegium/oferta-edukacyjna/po-polsku/studia-podyplomowe-po-polsku/kierunki-studiow-podyplomowych/obszar-marketing-zarzadzanie-badania/manager-csr">trwa nabór na III edycję</a>. Program realizowany jest w trybie zjazdów weekendowych (sobota-niedziela). Zajęcia odbywają się w Pałacu Kultury i Nauki w Warszawie. Można zarejestrować się już dzisiaj i wnieść opłatę na jesieni.</p>
      <h3>Kto jest organizatorem Konkursu i Programu Akredytacyjnego?</h3>
      <p>Organizatorem merytorycznym Konkursu i Programu Akredytacyjnego „Studia z Przyszłością” jest Fundacja Rozwoju Edukacji i Szkolnictwa Wyższego. Certyfikatem „Studia z Przyszłością” wyróżniane są kierunki realizowane „według nowoczesnych i innowacyjnych programów kształcenia, dobrze odpowiadające na potrzeby rynku pracy, zgodne z oczekiwaniami otoczenia społeczno-gospodarczego”.</p>
      <h3>Kto ocenia kierunki studiów?</h3>
      <p>Program powołał Komisję Certyfikującą, która jest złożone z wybitnych naukowców<strong> specjalizujących się w problematyce jakości kształcenia i zarządzania szkolnictwem wyższym</strong>, pracujących m.in.na Uniwersytecie Jagiellońskim, Uniwersytecie Wrocławskim, Uniwersytecie Śląskim i Katolickim Uniwersytecie Lubelskim. W Komisji zasiądą również przedstawiciele środowiska pracodawców.</p>
      <h3>Kto jeszcze otrzymał nagrodę w województwie mazowieckim?</h3>
      <p>Komisja Certyfikacyjna <strong>przyznała Collegium Civitas</strong> Certyfikaty i Znak Jakości „Studia z Przyszłością” dla <strong>dwóch kierunków</strong>. Oprócz „Manager CSR” nagrodę otrzymała specjalność na kierunku Socjologia „Komunikacja zintegrowana – reklama, public relations, branding”.<br />
      <strong>Poza Collegium Civitas w województwie mazowieckim</strong> nagrody otrzymały wybrane kierunki na uczelniach: Politechnika Warszawska, SGGW, SGH, UW, Uniwersytet Stefana Kardynała Wyszyńskiego w Warszawie i Wyższa Szkoła Informatyki Stosowanej i Zarządzania w Warszawie pod auspicjami PAN.</p>
      <p>Warto dodać, że oprócz „Manager CSR” tylko jeden kierunek studiów podyplomowych otrzymał nagrodę w województwie mazowieckim.</p>
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[9]->custom['_content_content_0_text']
      content_content => array (1)
      iterator_to_array($context['posts'])[9]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[9]->custom['content_content'][0]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[9]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[9]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[9]->custom['_content']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[9]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[9]->post_content
      public post_date -> string (19) "2016-03-23 16:45:44"
      iterator_to_array($context['posts'])[9]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[9]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[9]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[9]->post_status
      public post_title -> UTF-8 string (63) "STUDIA „MANAGER CSR” W GRONIE NAJLEPSZYCH STUDIÓW W POLSCE"
      iterator_to_array($context['posts'])[9]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[9]->post_type
      public slug -> string (56) "studia-manager-csr-w-gronie-najlepszych-studiow-w-polsce"
      iterator_to_array($context['posts'])[9]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1666594379:2"
      iterator_to_array($context['posts'])[9]->_edit_lock
      public _edit_last -> string (1) "2"
      iterator_to_array($context['posts'])[9]->_edit_last
      public _wp_old_date -> string (10) "2022-10-23"
      iterator_to_array($context['posts'])[9]->_wp_old_date
      public img_main -> string (3) "946"
      iterator_to_array($context['posts'])[9]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[9]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[9]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[9]->_text_preview
      public content_content_0_text -> UTF-8 string (3563) "<p>Komisja Certyfikacyjna Konkursu i Programu Akredytacyjnego „Studia z Przy...
      iterator_to_array($context['posts'])[9]->content_content_0_text
      <p>Komisja Certyfikacyjna Konkursu i Programu Akredytacyjnego „Studia z Przyszłością” przyznała nagrodę studiom Manager CSR, realizowanym wspólnie przez CSRinfo i Collegium Civitas. Zostały one ocenione jako jedne z najlepszych w Polsce ze względu na praktyczny i warsztatowy profil kształcenia oraz dopasowanie do potrzeb rynku pracy.<br />
      Manager CSR to nasz autorski program i idea. Dzięki współpracy z tak nowoczesną uczelnią jaką jest Collegium Civitas mogliśmy stworzyć program studiów, w którym sami chcielibyśmy uczestniczyć. Studia mają praktyczny wymiar, a zajęcia i wykłady prowadzone są przez ekspertów w swoich dziedzinach. – mówi Liliana Anam, Kierownik Studiów oraz Menedżer Zarządzający CSRinfo.</p>
      <h3>Czego dotyczą studia podyplomowe Manager CSR?</h3>
      <p>Studia przygotowują do pełnienia funkcji menedżera CSR w firmie i realizowane są w partnerstwie przez Collegium Civitas i CSRinfo.</p>
      <p><strong>Program</strong> podzielony jest na moduły, na które składają się przedmioty wprowadzające do tematyki zrównoważonego rozwoju i CSR, przedmioty dot. zarządzania jak strategie, zarządzanie ryzykami zrównoważonego rozwoju czy raportowanie oraz wykłady tematyczne obejmujące przekrojowo tematykę CSR.</p>
      <p>Obecnie realizowane jest II edycja studiów i <a href="http://www.civitas.edu.pl/collegium/oferta-edukacyjna/po-polsku/studia-podyplomowe-po-polsku/kierunki-studiow-podyplomowych/obszar-marketing-zarzadzanie-badania/manager-csr">trwa nabór na III edycję</a>. Program realizowany jest w trybie zjazdów weekendowych (sobota-niedziela). Zajęcia odbywają się w Pałacu Kultury i Nauki w Warszawie. Można zarejestrować się już dzisiaj i wnieść opłatę na jesieni.</p>
      <h3>Kto jest organizatorem Konkursu i Programu Akredytacyjnego?</h3>
      <p>Organizatorem merytorycznym Konkursu i Programu Akredytacyjnego „Studia z Przyszłością” jest Fundacja Rozwoju Edukacji i Szkolnictwa Wyższego. Certyfikatem „Studia z Przyszłością” wyróżniane są kierunki realizowane „według nowoczesnych i innowacyjnych programów kształcenia, dobrze odpowiadające na potrzeby rynku pracy, zgodne z oczekiwaniami otoczenia społeczno-gospodarczego”.</p>
      <h3>Kto ocenia kierunki studiów?</h3>
      <p>Program powołał Komisję Certyfikującą, która jest złożone z wybitnych naukowców<strong> specjalizujących się w problematyce jakości kształcenia i zarządzania szkolnictwem wyższym</strong>, pracujących m.in.na Uniwersytecie Jagiellońskim, Uniwersytecie Wrocławskim, Uniwersytecie Śląskim i Katolickim Uniwersytecie Lubelskim. W Komisji zasiądą również przedstawiciele środowiska pracodawców.</p>
      <h3>Kto jeszcze otrzymał nagrodę w województwie mazowieckim?</h3>
      <p>Komisja Certyfikacyjna <strong>przyznała Collegium Civitas</strong> Certyfikaty i Znak Jakości „Studia z Przyszłością” dla <strong>dwóch kierunków</strong>. Oprócz „Manager CSR” nagrodę otrzymała specjalność na kierunku Socjologia „Komunikacja zintegrowana – reklama, public relations, branding”.<br />
      <strong>Poza Collegium Civitas w województwie mazowieckim</strong> nagrody otrzymały wybrane kierunki na uczelniach: Politechnika Warszawska, SGGW, SGH, UW, Uniwersytet Stefana Kardynała Wyszyńskiego w Warszawie i Wyższa Szkoła Informatyki Stosowanej i Zarządzania w Warszawie pod auspicjami PAN.</p>
      <p>Warto dodać, że oprócz „Manager CSR” tylko jeden kierunek studiów podyplomowych otrzymał nagrodę w województwie mazowieckim.</p>
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[9]->_content_content_0_text
      public content_content -> array (1)
      iterator_to_array($context['posts'])[9]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[9]->content_content[0]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[9]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[9]->_content
      public post_date_gmt -> string (19) "2016-03-23 15:45:44"
      iterator_to_array($context['posts'])[9]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[9]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[9]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[9]->post_password
      public post_name -> string (56) "studia-manager-csr-w-gronie-najlepszych-studiow-w-polsce"
      iterator_to_array($context['posts'])[9]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[9]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[9]->pinged
      public post_modified -> string (19) "2022-10-24 08:55:21"
      iterator_to_array($context['posts'])[9]->post_modified
      public post_modified_gmt -> string (19) "2022-10-24 06:55:21"
      iterator_to_array($context['posts'])[9]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[9]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=945"
      iterator_to_array($context['posts'])[9]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[9]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[9]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[9]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[9]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[9]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[9]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[9]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[9]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[9]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[9]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[9]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[9]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[9]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[9]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[9]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[9]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[9]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[9]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[9]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[9]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[9]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[9]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[9]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[9]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[9]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[9]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[9]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[9]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[9]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[9]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[9]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[9]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[9]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[9]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[9]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[9]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[9]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[9]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[9]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[9]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[9]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[9]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[9]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[9]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[9]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[9]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[9]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[9]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[9]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[9]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[9]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[9]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[9]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[9]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[9]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[9]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[9]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[9]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[9]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[9]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[9]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[9]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[9]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[9]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[9]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[9]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[9]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[9]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[9]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[9]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[9]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[9]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[9]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[9]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[9]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[9]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[9]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[9]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[9]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[9]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[9]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[9]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    10 => Timber\Post (62)
    iterator_to_array($context['posts'])[10]
    • Properties (62)
    • Available methods (95)
    • Static class properties
    • public id -> integer 947
      iterator_to_array($context['posts'])[10]->id
      public ID -> integer 947
      iterator_to_array($context['posts'])[10]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[10]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[10]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[10]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[10]->TermClass
      public custom -> array (25)
      iterator_to_array($context['posts'])[10]->custom
      _edit_lock => string (12) "1743937122:4"
      iterator_to_array($context['posts'])[10]->custom['_edit_lock']
      _edit_last => string (1) "4"
      iterator_to_array($context['posts'])[10]->custom['_edit_last']
      _wp_old_date => string (10) "2022-10-23"
      iterator_to_array($context['posts'])[10]->custom['_wp_old_date']
      img_main => string (3) "948"
      iterator_to_array($context['posts'])[10]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[10]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[10]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[10]->custom['_text_preview']
      content_content_0_text => UTF-8 string (871) "Jakie są cztery trendy, na które biznes powinien zwrócić uwagę? Dzisiaj ogło...
      iterator_to_array($context['posts'])[10]->custom['content_content_0_text']
      Jakie są cztery trendy, na które biznes powinien zwrócić uwagę? Dzisiaj ogłoszono Annual CSR Outlook 2016, czwartą już edycję raportu, który podsumowuje wydarzenia z 2015 roku i pokazuje trendy na przyszłość.
      
      <strong>Pobierz materiał:</strong> <a href="http://www.csrinfo.org/wp-content/uploads/2016/07/annual-csr-outlook-2016_wersja-online.pdf">Annual CSR Outlook 2016</a> [PDF]
      
      <strong>Wydawca:</strong> CSRinfo
      
      <strong>Partnerem Strategicznym</strong> 4. edycji raportu jest Bank Zachodni WBK, od 2013 w portfelu spółek wchodzących w skład Respect Index na GPW, w 2015 roku po raz drugi opublikował raport CSR.
      
      <strong>Patronami honorowymi są:</strong> Ministerstwo Rozwoju, Związek Banków Polskich oraz Stowarzyszenie Emitentów Giełdowych.
      
      <strong>Partnerami medialnymi są:</strong> odpowiedzialnybiznes.pl oraz proto.pl.
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[10]->custom['_content_content_0_text']
      content_content => array (1)
      iterator_to_array($context['posts'])[10]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[10]->custom['content_content'][0]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[10]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[10]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[10]->custom['_content']
      content_content_1_title => string (23) "ANNUAL CSR OUTLOOK 2016"
      iterator_to_array($context['posts'])[10]->custom['content_content_1_title']
      _content_content_1_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[10]->custom['_content_content_1_title']
      content_content_1_text => string (0) ""
      iterator_to_array($context['posts'])[10]->custom['content_content_1_text']
      _content_content_1_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[10]->custom['_content_content_1_text']
      content_content_1_file => string (3) "993"
      iterator_to_array($context['posts'])[10]->custom['content_content_1_file']
      _content_content_1_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[10]->custom['_content_content_1_file']
      newsletter_campaignid => string (0) ""
      iterator_to_array($context['posts'])[10]->custom['newsletter_campaignid']
      _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[10]->custom['_newsletter_campaignid']
      newsletter => string (0) ""
      iterator_to_array($context['posts'])[10]->custom['newsletter']
      _newsletter => string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[10]->custom['_newsletter']
      _yoast_wpseo_content_score => string (2) "60"
      iterator_to_array($context['posts'])[10]->custom['_yoast_wpseo_content_score']
      _yoast_wpseo_estimated-reading-time-minutes => string (1) "1"
      iterator_to_array($context['posts'])[10]->custom['_yoast_wpseo_estimated-reading-time-minutes']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[10]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[10]->post_content
      public post_date -> string (19) "2016-03-09 16:47:11"
      iterator_to_array($context['posts'])[10]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[10]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[10]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[10]->post_status
      public post_title -> UTF-8 string (34) "Annual CSR Outlook 2016 ogłoszony"
      iterator_to_array($context['posts'])[10]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[10]->post_type
      public slug -> string (33) "annual-csr-outlook-2016-ogloszony"
      iterator_to_array($context['posts'])[10]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1743937122:4"
      iterator_to_array($context['posts'])[10]->_edit_lock
      public _edit_last -> string (1) "4"
      iterator_to_array($context['posts'])[10]->_edit_last
      public _wp_old_date -> string (10) "2022-10-23"
      iterator_to_array($context['posts'])[10]->_wp_old_date
      public img_main -> string (3) "948"
      iterator_to_array($context['posts'])[10]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[10]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[10]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[10]->_text_preview
      public content_content_0_text -> UTF-8 string (871) "Jakie są cztery trendy, na które biznes powinien zwrócić uwagę? Dzisiaj ogło...
      iterator_to_array($context['posts'])[10]->content_content_0_text
      Jakie są cztery trendy, na które biznes powinien zwrócić uwagę? Dzisiaj ogłoszono Annual CSR Outlook 2016, czwartą już edycję raportu, który podsumowuje wydarzenia z 2015 roku i pokazuje trendy na przyszłość.
      
      <strong>Pobierz materiał:</strong> <a href="http://www.csrinfo.org/wp-content/uploads/2016/07/annual-csr-outlook-2016_wersja-online.pdf">Annual CSR Outlook 2016</a> [PDF]
      
      <strong>Wydawca:</strong> CSRinfo
      
      <strong>Partnerem Strategicznym</strong> 4. edycji raportu jest Bank Zachodni WBK, od 2013 w portfelu spółek wchodzących w skład Respect Index na GPW, w 2015 roku po raz drugi opublikował raport CSR.
      
      <strong>Patronami honorowymi są:</strong> Ministerstwo Rozwoju, Związek Banków Polskich oraz Stowarzyszenie Emitentów Giełdowych.
      
      <strong>Partnerami medialnymi są:</strong> odpowiedzialnybiznes.pl oraz proto.pl.
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[10]->_content_content_0_text
      public content_content -> array (1)
      iterator_to_array($context['posts'])[10]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[10]->content_content[0]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[10]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[10]->_content
      public content_content_1_title -> string (23) "ANNUAL CSR OUTLOOK 2016"
      iterator_to_array($context['posts'])[10]->content_content_1_title
      public _content_content_1_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[10]->_content_content_1_title
      public content_content_1_text -> string (0) ""
      iterator_to_array($context['posts'])[10]->content_content_1_text
      public _content_content_1_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[10]->_content_content_1_text
      public content_content_1_file -> string (3) "993"
      iterator_to_array($context['posts'])[10]->content_content_1_file
      public _content_content_1_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[10]->_content_content_1_file
      public newsletter_campaignid -> string (0) ""
      iterator_to_array($context['posts'])[10]->newsletter_campaignid
      public _newsletter_campaignid -> string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[10]->_newsletter_campaignid
      public newsletter -> string (0) ""
      iterator_to_array($context['posts'])[10]->newsletter
      public _newsletter -> string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[10]->_newsletter
      public _yoast_wpseo_content_score -> string (2) "60"
      iterator_to_array($context['posts'])[10]->_yoast_wpseo_content_score
      public _yoast_wpseo_estimated-reading-time-minutes -> string (1) "1"
      iterator_to_array($context['posts'])[10]->{'_yoast_wpseo_estimated-reading-time-minutes'}
      public post_date_gmt -> string (19) "2016-03-09 15:47:11"
      iterator_to_array($context['posts'])[10]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[10]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[10]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[10]->post_password
      public post_name -> string (33) "annual-csr-outlook-2016-ogloszony"
      iterator_to_array($context['posts'])[10]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[10]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[10]->pinged
      public post_modified -> string (19) "2025-04-06 12:58:28"
      iterator_to_array($context['posts'])[10]->post_modified
      public post_modified_gmt -> string (19) "2025-04-06 10:58:28"
      iterator_to_array($context['posts'])[10]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[10]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=947"
      iterator_to_array($context['posts'])[10]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[10]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[10]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[10]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[10]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[10]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[10]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[10]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[10]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[10]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[10]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[10]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[10]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[10]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[10]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[10]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[10]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[10]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[10]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[10]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[10]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[10]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[10]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[10]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[10]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[10]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[10]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[10]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[10]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[10]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[10]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[10]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[10]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[10]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[10]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[10]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[10]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[10]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[10]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[10]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[10]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[10]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[10]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[10]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[10]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[10]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[10]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[10]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[10]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[10]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[10]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[10]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[10]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[10]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[10]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[10]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[10]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[10]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[10]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[10]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[10]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[10]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[10]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[10]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[10]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[10]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[10]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[10]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[10]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[10]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[10]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[10]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[10]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[10]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[10]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[10]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[10]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[10]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[10]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[10]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[10]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[10]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[10]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    11 => Timber\Post (62)
    iterator_to_array($context['posts'])[11]
    • Properties (62)
    • Available methods (95)
    • Static class properties
    • public id -> integer 994
      iterator_to_array($context['posts'])[11]->id
      public ID -> integer 994
      iterator_to_array($context['posts'])[11]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[11]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[11]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[11]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[11]->TermClass
      public custom -> array (25)
      iterator_to_array($context['posts'])[11]->custom
      _edit_lock => string (12) "1743937019:4"
      iterator_to_array($context['posts'])[11]->custom['_edit_lock']
      _edit_last => string (1) "4"
      iterator_to_array($context['posts'])[11]->custom['_edit_last']
      _wp_old_date => string (10) "2022-10-24"
      iterator_to_array($context['posts'])[11]->custom['_wp_old_date']
      img_main => string (3) "995"
      iterator_to_array($context['posts'])[11]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[11]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[11]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[11]->custom['_text_preview']
      content_content_0_text => UTF-8 string (1032) "Jakie są trzy najważniejsze trendy CSR, na które menedżerowie powinni zwróci...
      iterator_to_array($context['posts'])[11]->custom['content_content_0_text']
      Jakie są trzy najważniejsze trendy CSR, na które menedżerowie powinni zwrócić uwagę w 2015 roku? Jak branża energetyczno-paliwowa odpowiada na wyzwania zrównoważonego rozwoju? Jakie wydarzenia były najważniejsze w 2014 roku? Na te pytania odpowiada najnowszy raport Annual CSR Outlook 2015.
      
      Annual CSR Outlook 2015 to zestawienie prezentujące najważniejsze trendy w zakresie odpowiedzialnego i zrównoważonego biznesu (CSR). Autorem publikacji jest CSRinfo. Partnerem III edycji raportu jest PKN ORLEN.
      <blockquote>„Annual CSR Outlook 2015 jest przydatny dla każdego menedżera CSR. Pokazuje, jakie zjawiska będą kształtowały CSR w najbliższym czasie i na jakie wyzwania firmy powinny zwrócić uwagę. Podsumowanie jest przygotowane w skondensowanej formie raportu i doskonale uzupełnia inne inicjatywy, jakie są dostępne na rynku. Za rok planujemy wydać kolejny raport” – mówi Liliana Anam, Menedżer Zarządzający CSRinfo. Partnerem medialnym jest serwis Odpowiedzialnybiznes.pl.</blockquote>
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[11]->custom['_content_content_0_text']
      content_content_1_title => string (23) "ANNUAL CSR OUTLOOK 2015"
      iterator_to_array($context['posts'])[11]->custom['content_content_1_title']
      _content_content_1_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[11]->custom['_content_content_1_title']
      content_content_1_text => UTF-8 string (82) "<p>Rok wydania: 2015<br /> Język: Polski<br /> Instytucje: CSRinfo, PKN ORLE...
      iterator_to_array($context['posts'])[11]->custom['content_content_1_text']
      <p>Rok wydania: 2015<br />
      Język: Polski<br />
      Instytucje: CSRinfo, PKN ORLEN</p>
      
      _content_content_1_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[11]->custom['_content_content_1_text']
      content_content_1_file => string (3) "996"
      iterator_to_array($context['posts'])[11]->custom['content_content_1_file']
      _content_content_1_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[11]->custom['_content_content_1_file']
      content_content => array (1)
      iterator_to_array($context['posts'])[11]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[11]->custom['content_content'][0]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[11]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[11]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[11]->custom['_content']
      newsletter_campaignid => string (0) ""
      iterator_to_array($context['posts'])[11]->custom['newsletter_campaignid']
      _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[11]->custom['_newsletter_campaignid']
      newsletter => string (0) ""
      iterator_to_array($context['posts'])[11]->custom['newsletter']
      _newsletter => string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[11]->custom['_newsletter']
      _yoast_wpseo_content_score => string (2) "90"
      iterator_to_array($context['posts'])[11]->custom['_yoast_wpseo_content_score']
      _yoast_wpseo_estimated-reading-time-minutes => string (1) "1"
      iterator_to_array($context['posts'])[11]->custom['_yoast_wpseo_estimated-reading-time-minutes']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[11]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[11]->post_content
      public post_date -> string (19) "2015-03-27 08:57:04"
      iterator_to_array($context['posts'])[11]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[11]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[11]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[11]->post_status
      public post_title -> UTF-8 string (34) "ANNUAL CSR OUTLOOK 2015 OGŁOSZONY"
      iterator_to_array($context['posts'])[11]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[11]->post_type
      public slug -> string (3) "994"
      iterator_to_array($context['posts'])[11]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1743937019:4"
      iterator_to_array($context['posts'])[11]->_edit_lock
      public _edit_last -> string (1) "4"
      iterator_to_array($context['posts'])[11]->_edit_last
      public _wp_old_date -> string (10) "2022-10-24"
      iterator_to_array($context['posts'])[11]->_wp_old_date
      public img_main -> string (3) "995"
      iterator_to_array($context['posts'])[11]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[11]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[11]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[11]->_text_preview
      public content_content_0_text -> UTF-8 string (1032) "Jakie są trzy najważniejsze trendy CSR, na które menedżerowie powinni zwróci...
      iterator_to_array($context['posts'])[11]->content_content_0_text
      Jakie są trzy najważniejsze trendy CSR, na które menedżerowie powinni zwrócić uwagę w 2015 roku? Jak branża energetyczno-paliwowa odpowiada na wyzwania zrównoważonego rozwoju? Jakie wydarzenia były najważniejsze w 2014 roku? Na te pytania odpowiada najnowszy raport Annual CSR Outlook 2015.
      
      Annual CSR Outlook 2015 to zestawienie prezentujące najważniejsze trendy w zakresie odpowiedzialnego i zrównoważonego biznesu (CSR). Autorem publikacji jest CSRinfo. Partnerem III edycji raportu jest PKN ORLEN.
      <blockquote>„Annual CSR Outlook 2015 jest przydatny dla każdego menedżera CSR. Pokazuje, jakie zjawiska będą kształtowały CSR w najbliższym czasie i na jakie wyzwania firmy powinny zwrócić uwagę. Podsumowanie jest przygotowane w skondensowanej formie raportu i doskonale uzupełnia inne inicjatywy, jakie są dostępne na rynku. Za rok planujemy wydać kolejny raport” – mówi Liliana Anam, Menedżer Zarządzający CSRinfo. Partnerem medialnym jest serwis Odpowiedzialnybiznes.pl.</blockquote>
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[11]->_content_content_0_text
      public content_content_1_title -> string (23) "ANNUAL CSR OUTLOOK 2015"
      iterator_to_array($context['posts'])[11]->content_content_1_title
      public _content_content_1_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[11]->_content_content_1_title
      public content_content_1_text -> UTF-8 string (82) "<p>Rok wydania: 2015<br /> Język: Polski<br /> Instytucje: CSRinfo, PKN ORLE...
      iterator_to_array($context['posts'])[11]->content_content_1_text
      <p>Rok wydania: 2015<br />
      Język: Polski<br />
      Instytucje: CSRinfo, PKN ORLEN</p>
      
      public _content_content_1_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[11]->_content_content_1_text
      public content_content_1_file -> string (3) "996"
      iterator_to_array($context['posts'])[11]->content_content_1_file
      public _content_content_1_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[11]->_content_content_1_file
      public content_content -> array (1)
      iterator_to_array($context['posts'])[11]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[11]->content_content[0]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[11]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[11]->_content
      public newsletter_campaignid -> string (0) ""
      iterator_to_array($context['posts'])[11]->newsletter_campaignid
      public _newsletter_campaignid -> string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[11]->_newsletter_campaignid
      public newsletter -> string (0) ""
      iterator_to_array($context['posts'])[11]->newsletter
      public _newsletter -> string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[11]->_newsletter
      public _yoast_wpseo_content_score -> string (2) "90"
      iterator_to_array($context['posts'])[11]->_yoast_wpseo_content_score
      public _yoast_wpseo_estimated-reading-time-minutes -> string (1) "1"
      iterator_to_array($context['posts'])[11]->{'_yoast_wpseo_estimated-reading-time-minutes'}
      public post_date_gmt -> string (19) "2015-03-27 07:57:04"
      iterator_to_array($context['posts'])[11]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[11]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[11]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[11]->post_password
      public post_name -> string (3) "994"
      iterator_to_array($context['posts'])[11]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[11]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[11]->pinged
      public post_modified -> string (19) "2025-04-06 12:59:02"
      iterator_to_array($context['posts'])[11]->post_modified
      public post_modified_gmt -> string (19) "2025-04-06 10:59:02"
      iterator_to_array($context['posts'])[11]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[11]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=994"
      iterator_to_array($context['posts'])[11]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[11]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[11]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[11]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[11]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[11]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[11]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[11]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[11]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[11]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[11]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[11]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[11]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[11]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[11]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[11]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[11]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[11]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[11]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[11]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[11]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[11]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[11]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[11]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[11]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[11]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[11]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[11]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[11]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[11]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[11]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[11]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[11]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[11]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[11]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[11]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[11]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[11]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[11]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[11]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[11]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[11]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[11]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[11]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[11]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[11]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[11]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[11]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[11]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[11]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[11]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[11]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[11]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[11]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[11]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[11]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[11]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[11]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[11]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[11]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[11]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[11]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[11]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[11]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[11]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[11]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[11]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[11]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[11]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[11]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[11]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[11]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[11]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[11]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[11]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[11]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[11]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[11]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[11]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[11]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[11]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[11]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[11]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    12 => Timber\Post (61)
    iterator_to_array($context['posts'])[12]
    • Properties (61)
    • Available methods (95)
    • Static class properties
    • public id -> integer 949
      iterator_to_array($context['posts'])[12]->id
      public ID -> integer 949
      iterator_to_array($context['posts'])[12]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[12]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[12]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[12]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[12]->TermClass
      public custom -> array (24)
      iterator_to_array($context['posts'])[12]->custom
      _edit_lock => string (12) "1743938432:4"
      iterator_to_array($context['posts'])[12]->custom['_edit_lock']
      _edit_last => string (1) "4"
      iterator_to_array($context['posts'])[12]->custom['_edit_last']
      _wp_old_date => string (10) "2022-10-23"
      iterator_to_array($context['posts'])[12]->custom['_wp_old_date']
      img_main => string (3) "948"
      iterator_to_array($context['posts'])[12]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[12]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[12]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[12]->custom['_text_preview']
      content_content_0_text => UTF-8 string (660) "Jakie wskaźniki raportują największe firmy? Jakie nowe standardy pojawiły si...
      iterator_to_array($context['posts'])[12]->custom['content_content_0_text']
      Jakie wskaźniki raportują największe firmy? Jakie nowe standardy pojawiły się w zeszłym roku? Na które zagadnienia globalne warto zwrócić uwagę? Jaki jest ich polski wymiar? Jakie były debiuty na polskim rynku? Na te pytania odpowiada Annual CSR Outlook 2014, wydany przez CSRinfo.
      To druga edycja Annual CSR Outlook. Krótka forma i zebrane w przystępnej formie kluczowe dane. Wkrótce wersja anglojęzyczna.
      
      &nbsp;
      <p style="text-align: center;"><a href="https://www.csrinfo.org/wp-content/uploads/2014/04/annual_csr_outlook_2014.pdf"><span style="color: #66b0d6; font-size: 2.2rem; font-weight: 800;"><strong>POBIERZ</strong></span></a></p>
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[12]->custom['_content_content_0_text']
      content_content => array (1)
      iterator_to_array($context['posts'])[12]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[12]->custom['content_content'][0]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[12]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[12]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[12]->custom['_content']
      content_content_1_title => string (23) "ANNUAL CSR OUTLOOK 2014"
      iterator_to_array($context['posts'])[12]->custom['content_content_1_title']
      _content_content_1_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[12]->custom['_content_content_1_title']
      content_content_1_text => UTF-8 string (71) "<p>Język: polski<br /> Rok wydania: 2014<br /> Instytucja: CSRinfo</p>"
      iterator_to_array($context['posts'])[12]->custom['content_content_1_text']
      <p>Język: polski<br />
      Rok wydania: 2014<br />
      Instytucja: CSRinfo</p>
      
      _content_content_1_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[12]->custom['_content_content_1_text']
      content_content_1_file => string (3) "997"
      iterator_to_array($context['posts'])[12]->custom['content_content_1_file']
      _content_content_1_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[12]->custom['_content_content_1_file']
      newsletter_campaignid => string (0) ""
      iterator_to_array($context['posts'])[12]->custom['newsletter_campaignid']
      _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[12]->custom['_newsletter_campaignid']
      newsletter => string (0) ""
      iterator_to_array($context['posts'])[12]->custom['newsletter']
      _newsletter => string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[12]->custom['_newsletter']
      _yoast_wpseo_estimated-reading-time-minutes => string (1) "1"
      iterator_to_array($context['posts'])[12]->custom['_yoast_wpseo_estimated-reading-time-minutes']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[12]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[12]->post_content
      public post_date -> string (19) "2014-04-17 16:49:16"
      iterator_to_array($context['posts'])[12]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[12]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[12]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[12]->post_status
      public post_title -> string (23) "ANNUAL CSR OUTLOOK 2014"
      iterator_to_array($context['posts'])[12]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[12]->post_type
      public slug -> string (23) "annual-csr-outlook-2014"
      iterator_to_array($context['posts'])[12]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1743938432:4"
      iterator_to_array($context['posts'])[12]->_edit_lock
      public _edit_last -> string (1) "4"
      iterator_to_array($context['posts'])[12]->_edit_last
      public _wp_old_date -> string (10) "2022-10-23"
      iterator_to_array($context['posts'])[12]->_wp_old_date
      public img_main -> string (3) "948"
      iterator_to_array($context['posts'])[12]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[12]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[12]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[12]->_text_preview
      public content_content_0_text -> UTF-8 string (660) "Jakie wskaźniki raportują największe firmy? Jakie nowe standardy pojawiły si...
      iterator_to_array($context['posts'])[12]->content_content_0_text
      Jakie wskaźniki raportują największe firmy? Jakie nowe standardy pojawiły się w zeszłym roku? Na które zagadnienia globalne warto zwrócić uwagę? Jaki jest ich polski wymiar? Jakie były debiuty na polskim rynku? Na te pytania odpowiada Annual CSR Outlook 2014, wydany przez CSRinfo.
      To druga edycja Annual CSR Outlook. Krótka forma i zebrane w przystępnej formie kluczowe dane. Wkrótce wersja anglojęzyczna.
      
      &nbsp;
      <p style="text-align: center;"><a href="https://www.csrinfo.org/wp-content/uploads/2014/04/annual_csr_outlook_2014.pdf"><span style="color: #66b0d6; font-size: 2.2rem; font-weight: 800;"><strong>POBIERZ</strong></span></a></p>
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[12]->_content_content_0_text
      public content_content -> array (1)
      iterator_to_array($context['posts'])[12]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[12]->content_content[0]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[12]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[12]->_content
      public content_content_1_title -> string (23) "ANNUAL CSR OUTLOOK 2014"
      iterator_to_array($context['posts'])[12]->content_content_1_title
      public _content_content_1_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[12]->_content_content_1_title
      public content_content_1_text -> UTF-8 string (71) "<p>Język: polski<br /> Rok wydania: 2014<br /> Instytucja: CSRinfo</p>"
      iterator_to_array($context['posts'])[12]->content_content_1_text
      <p>Język: polski<br />
      Rok wydania: 2014<br />
      Instytucja: CSRinfo</p>
      
      public _content_content_1_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[12]->_content_content_1_text
      public content_content_1_file -> string (3) "997"
      iterator_to_array($context['posts'])[12]->content_content_1_file
      public _content_content_1_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[12]->_content_content_1_file
      public newsletter_campaignid -> string (0) ""
      iterator_to_array($context['posts'])[12]->newsletter_campaignid
      public _newsletter_campaignid -> string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[12]->_newsletter_campaignid
      public newsletter -> string (0) ""
      iterator_to_array($context['posts'])[12]->newsletter
      public _newsletter -> string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[12]->_newsletter
      public _yoast_wpseo_estimated-reading-time-minutes -> string (1) "1"
      iterator_to_array($context['posts'])[12]->{'_yoast_wpseo_estimated-reading-time-minutes'}
      public post_date_gmt -> string (19) "2014-04-17 14:49:16"
      iterator_to_array($context['posts'])[12]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[12]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[12]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[12]->post_password
      public post_name -> string (23) "annual-csr-outlook-2014"
      iterator_to_array($context['posts'])[12]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[12]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[12]->pinged
      public post_modified -> string (19) "2025-04-06 13:22:31"
      iterator_to_array($context['posts'])[12]->post_modified
      public post_modified_gmt -> string (19) "2025-04-06 11:22:31"
      iterator_to_array($context['posts'])[12]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[12]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=949"
      iterator_to_array($context['posts'])[12]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[12]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[12]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[12]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[12]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[12]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[12]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[12]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[12]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[12]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[12]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[12]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[12]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[12]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[12]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[12]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[12]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[12]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[12]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[12]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[12]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[12]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[12]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[12]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[12]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[12]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[12]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[12]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[12]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[12]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[12]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[12]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[12]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[12]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[12]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[12]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[12]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[12]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[12]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[12]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[12]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[12]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[12]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[12]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[12]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[12]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[12]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[12]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[12]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[12]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[12]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[12]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[12]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[12]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[12]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[12]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[12]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[12]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[12]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[12]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[12]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[12]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[12]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[12]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[12]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[12]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[12]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[12]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[12]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[12]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[12]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[12]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[12]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[12]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[12]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[12]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[12]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[12]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[12]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[12]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[12]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[12]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[12]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    13 => Timber\Post (62)
    iterator_to_array($context['posts'])[13]
    • Properties (62)
    • Available methods (95)
    • Static class properties
    • public id -> integer 950
      iterator_to_array($context['posts'])[13]->id
      public ID -> integer 950
      iterator_to_array($context['posts'])[13]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[13]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[13]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[13]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[13]->TermClass
      public custom -> array (25)
      iterator_to_array($context['posts'])[13]->custom
      _edit_lock => string (12) "1743938582:4"
      iterator_to_array($context['posts'])[13]->custom['_edit_lock']
      _edit_last => string (1) "4"
      iterator_to_array($context['posts'])[13]->custom['_edit_last']
      _wp_old_date => string (10) "2022-10-23"
      iterator_to_array($context['posts'])[13]->custom['_wp_old_date']
      img_main => string (3) "951"
      iterator_to_array($context['posts'])[13]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[13]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[13]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[13]->custom['_text_preview']
      content_content_0_text => UTF-8 string (3965) "Według opublikowanego przez Fundację CentrumCSR.PL raportu pt. „Brudny zysk....
      iterator_to_array($context['posts'])[13]->custom['content_content_0_text']
      Według opublikowanego przez Fundację CentrumCSR.PL raportu pt. „Brudny zysk. Jak korporacje, banki i fundusze inwestycyjne czerpią zyski z łamania praw człowieka”, największe europejskie grupy finansowe ponoszą pośrednią odpowiedzialność za liczne przypadki naruszeń praw człowieka i zniszczenia środowiska naturalnego w Krajach Rozwijających się. Banki i fundusze inwestycyjne nie analizują swojego portfolio pod kątem kontrowersyjnych inwestycji, ryzykując tym samym swoją reputację, a brak regulacji prawnych w tym zakresie pozwala im pośrednio czerpać zyski z pracy przymusowej, nielegalnych wysiedleń, eksportu broni do krajów objętych embargiem czy też spekulować cenami żywności.
      
      Raport opisuje kontrowersyjne praktyki których dopuszczają się najbardziej znane korporacje wydobywcze (np. Rio Tinto, BHP Billiton, Barrick Gold), zbrojeniowe (General Dynamics, EADS), firmy z branży elektronicznej (Samsung, Foxconn, Flextronics) czy odzieżowej (H&amp;M). Tłumaczy, w jaki sposób i na jaką skalę działania tych firm finansują grupy finansowe takie jak Allianz, ING, BNP Paribas, Commerzbank, Deutsche Bank i UniCredit.
      <blockquote>„Publikując raport, chcemy zwrócić uwagę na poważny problem zaniechań, których dopuszczają się instytucje finansowe, ignorując temat ochrony praw człowieka i środowiska naturalnego.Jestem przekonany, że gdyby banki i fundusze inwestycyjne stawiały pewne minimalne wymagania etyczne swoim partnerom biznesowym, można by uniknąć wielu szczególnie drastycznych przypadków łamania praw pracowniczych czy dewastacji środowiska naturalnego w Azji, Afryce czy Ameryce Łacińskiej” – mówi Grzegorz Piskalski, Dyrektor Fundacji CentrumCSR.PL.</blockquote>
      Brazylijska firma Vale prowadzi kopalnię węgla w Moatize w Mozambiku, jedną z największych w Afryce. W związku z jej rozbudową, jak dotąd przesiedlono 1.300 rodzin, którym nie zostały zapewnione godne warunki życia. Sprzeciwiający się działaniom firmy przedstawiciele lokalnych społeczności spotkali się z groźbami i szykanami. W 2012 r. internauci z całego świata uznali Vale w plebiscycie Public Eye Awards za najgorszą firmę na świecie. Niemiecki Allianz jest zaangażowany w Vale na kwotę co najmniej 700 mln EUR, a francuskie BNP Paribas na co najmniej 400 mln EUR.
      
      Flextronics, jeden największych producentów elektroniki na świecie (pracuje na zlecenie m.in. Cisco, IBM, HP, Dell, Motorola, Apple) poprzez agencje pracy tymczasowej w swoich malezyjskich fabrykach zatrudnia wielu migrantów z krajów takich jak Bangladesz, Nepal, Kambodża czy Birma. Aby zdobyć pracę, są oni zmuszani do płacenia nielegalnych prowizji, które wpędzają ich w długi. Nie otrzymują kopii umów o pracę, rekwirowane są ich paszporty. Pracują 6 dni w tygodniu po 12 godzin, opóźnienia w wypłatach sięgają pół roku, nie wypłacane są nadgodziny. Związki zawodowe są zwalczane, a kobiety w ciąży wyrzucane z pracy. Na koniec 2012 roku ponad 120 mln EUR zainwestował w Flextronics bank BNP Paribas.
      <blockquote>„Jestem zaskoczony, że europejskie instytucje finansowe, takie jak BNP Paribas, Deutsche Bank czy KBC, ryzykują swoją reputację inwestując w firmę Flextronics, która w sposób oczywisty przyczynia się do łamania podstawowych standardów praw człowieka. W mojej opinii, banki te powinny wymóc na firmie Flextronics poprawę warunków pracy, lub po prostu wycofać z niej swoje udziały” – mówi Tadeusz Joniewicz, ekspert Fundacji CentrumCSR.PL. „Klienci indywidualni muszą mieć pewność, że ich środki ulokowane w bankach nie przyczyniają się do kontrowersyjnych inwestycji” – dodaje Joniewicz.</blockquote>
      &nbsp;
      <p style="text-align: center;"><a href="https://www.csrinfo.org/wp-content/uploads/2013/11/raport_brudny-zysk-2013.pdf"><span style="color: #66b0d6; font-size: 2.2rem;"><strong>POBIERZ</strong></span></a></p>
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[13]->custom['_content_content_0_text']
      content_content => array (1)
      iterator_to_array($context['posts'])[13]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[13]->custom['content_content'][0]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[13]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[13]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[13]->custom['_content']
      content_content_1_title => string (20) "RAPORT "BRUDNY ZYSK""
      iterator_to_array($context['posts'])[13]->custom['content_content_1_title']
      _content_content_1_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[13]->custom['_content_content_1_title']
      content_content_1_text => UTF-8 string (493) "<section class="mainContent"> <div class="centerContent"> <section id="files...
      iterator_to_array($context['posts'])[13]->custom['content_content_1_text']
      <section class="mainContent">
      <div class="centerContent">
      <section id="files" class="projectFiles">
      <div class="boxes">
      <div class="box lastRow">
      <div class="desc">
      <p>Jego publikacja była możliwa dzięki wsparciu Komisji Europejskiej oraz Ministerstwa Spraw Zagranicznych RP w ramach programu „Polska Pomoc”.</p>
      
      </div>
      </div>
      </div>
      </section>
      </div>
      </section>
      <footer class="mainFooter">
      <div class="cols">
      <div class="centerContent">
      <div class="col"></div>
      </div>
      </div>
      </footer>
      
      _content_content_1_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[13]->custom['_content_content_1_text']
      content_content_1_file => string (3) "998"
      iterator_to_array($context['posts'])[13]->custom['content_content_1_file']
      _content_content_1_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[13]->custom['_content_content_1_file']
      newsletter_campaignid => string (0) ""
      iterator_to_array($context['posts'])[13]->custom['newsletter_campaignid']
      _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[13]->custom['_newsletter_campaignid']
      newsletter => string (0) ""
      iterator_to_array($context['posts'])[13]->custom['newsletter']
      _newsletter => string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[13]->custom['_newsletter']
      _yoast_wpseo_content_score => string (2) "30"
      iterator_to_array($context['posts'])[13]->custom['_yoast_wpseo_content_score']
      _yoast_wpseo_estimated-reading-time-minutes => string (1) "3"
      iterator_to_array($context['posts'])[13]->custom['_yoast_wpseo_estimated-reading-time-minutes']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[13]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[13]->post_content
      public post_date -> string (19) "2013-11-07 16:50:48"
      iterator_to_array($context['posts'])[13]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[13]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[13]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[13]->post_status
      public post_title -> string (11) "BRUDNY ZYSK"
      iterator_to_array($context['posts'])[13]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[13]->post_type
      public slug -> string (11) "brudny-zysk"
      iterator_to_array($context['posts'])[13]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1743938582:4"
      iterator_to_array($context['posts'])[13]->_edit_lock
      public _edit_last -> string (1) "4"
      iterator_to_array($context['posts'])[13]->_edit_last
      public _wp_old_date -> string (10) "2022-10-23"
      iterator_to_array($context['posts'])[13]->_wp_old_date
      public img_main -> string (3) "951"
      iterator_to_array($context['posts'])[13]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[13]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[13]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[13]->_text_preview
      public content_content_0_text -> UTF-8 string (3965) "Według opublikowanego przez Fundację CentrumCSR.PL raportu pt. „Brudny zysk....
      iterator_to_array($context['posts'])[13]->content_content_0_text
      Według opublikowanego przez Fundację CentrumCSR.PL raportu pt. „Brudny zysk. Jak korporacje, banki i fundusze inwestycyjne czerpią zyski z łamania praw człowieka”, największe europejskie grupy finansowe ponoszą pośrednią odpowiedzialność za liczne przypadki naruszeń praw człowieka i zniszczenia środowiska naturalnego w Krajach Rozwijających się. Banki i fundusze inwestycyjne nie analizują swojego portfolio pod kątem kontrowersyjnych inwestycji, ryzykując tym samym swoją reputację, a brak regulacji prawnych w tym zakresie pozwala im pośrednio czerpać zyski z pracy przymusowej, nielegalnych wysiedleń, eksportu broni do krajów objętych embargiem czy też spekulować cenami żywności.
      
      Raport opisuje kontrowersyjne praktyki których dopuszczają się najbardziej znane korporacje wydobywcze (np. Rio Tinto, BHP Billiton, Barrick Gold), zbrojeniowe (General Dynamics, EADS), firmy z branży elektronicznej (Samsung, Foxconn, Flextronics) czy odzieżowej (H&amp;M). Tłumaczy, w jaki sposób i na jaką skalę działania tych firm finansują grupy finansowe takie jak Allianz, ING, BNP Paribas, Commerzbank, Deutsche Bank i UniCredit.
      <blockquote>„Publikując raport, chcemy zwrócić uwagę na poważny problem zaniechań, których dopuszczają się instytucje finansowe, ignorując temat ochrony praw człowieka i środowiska naturalnego.Jestem przekonany, że gdyby banki i fundusze inwestycyjne stawiały pewne minimalne wymagania etyczne swoim partnerom biznesowym, można by uniknąć wielu szczególnie drastycznych przypadków łamania praw pracowniczych czy dewastacji środowiska naturalnego w Azji, Afryce czy Ameryce Łacińskiej” – mówi Grzegorz Piskalski, Dyrektor Fundacji CentrumCSR.PL.</blockquote>
      Brazylijska firma Vale prowadzi kopalnię węgla w Moatize w Mozambiku, jedną z największych w Afryce. W związku z jej rozbudową, jak dotąd przesiedlono 1.300 rodzin, którym nie zostały zapewnione godne warunki życia. Sprzeciwiający się działaniom firmy przedstawiciele lokalnych społeczności spotkali się z groźbami i szykanami. W 2012 r. internauci z całego świata uznali Vale w plebiscycie Public Eye Awards za najgorszą firmę na świecie. Niemiecki Allianz jest zaangażowany w Vale na kwotę co najmniej 700 mln EUR, a francuskie BNP Paribas na co najmniej 400 mln EUR.
      
      Flextronics, jeden największych producentów elektroniki na świecie (pracuje na zlecenie m.in. Cisco, IBM, HP, Dell, Motorola, Apple) poprzez agencje pracy tymczasowej w swoich malezyjskich fabrykach zatrudnia wielu migrantów z krajów takich jak Bangladesz, Nepal, Kambodża czy Birma. Aby zdobyć pracę, są oni zmuszani do płacenia nielegalnych prowizji, które wpędzają ich w długi. Nie otrzymują kopii umów o pracę, rekwirowane są ich paszporty. Pracują 6 dni w tygodniu po 12 godzin, opóźnienia w wypłatach sięgają pół roku, nie wypłacane są nadgodziny. Związki zawodowe są zwalczane, a kobiety w ciąży wyrzucane z pracy. Na koniec 2012 roku ponad 120 mln EUR zainwestował w Flextronics bank BNP Paribas.
      <blockquote>„Jestem zaskoczony, że europejskie instytucje finansowe, takie jak BNP Paribas, Deutsche Bank czy KBC, ryzykują swoją reputację inwestując w firmę Flextronics, która w sposób oczywisty przyczynia się do łamania podstawowych standardów praw człowieka. W mojej opinii, banki te powinny wymóc na firmie Flextronics poprawę warunków pracy, lub po prostu wycofać z niej swoje udziały” – mówi Tadeusz Joniewicz, ekspert Fundacji CentrumCSR.PL. „Klienci indywidualni muszą mieć pewność, że ich środki ulokowane w bankach nie przyczyniają się do kontrowersyjnych inwestycji” – dodaje Joniewicz.</blockquote>
      &nbsp;
      <p style="text-align: center;"><a href="https://www.csrinfo.org/wp-content/uploads/2013/11/raport_brudny-zysk-2013.pdf"><span style="color: #66b0d6; font-size: 2.2rem;"><strong>POBIERZ</strong></span></a></p>
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[13]->_content_content_0_text
      public content_content -> array (1)
      iterator_to_array($context['posts'])[13]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[13]->content_content[0]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[13]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[13]->_content
      public content_content_1_title -> string (20) "RAPORT "BRUDNY ZYSK""
      iterator_to_array($context['posts'])[13]->content_content_1_title
      public _content_content_1_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[13]->_content_content_1_title
      public content_content_1_text -> UTF-8 string (493) "<section class="mainContent"> <div class="centerContent"> <section id="files...
      iterator_to_array($context['posts'])[13]->content_content_1_text
      <section class="mainContent">
      <div class="centerContent">
      <section id="files" class="projectFiles">
      <div class="boxes">
      <div class="box lastRow">
      <div class="desc">
      <p>Jego publikacja była możliwa dzięki wsparciu Komisji Europejskiej oraz Ministerstwa Spraw Zagranicznych RP w ramach programu „Polska Pomoc”.</p>
      
      </div>
      </div>
      </div>
      </section>
      </div>
      </section>
      <footer class="mainFooter">
      <div class="cols">
      <div class="centerContent">
      <div class="col"></div>
      </div>
      </div>
      </footer>
      
      public _content_content_1_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[13]->_content_content_1_text
      public content_content_1_file -> string (3) "998"
      iterator_to_array($context['posts'])[13]->content_content_1_file
      public _content_content_1_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[13]->_content_content_1_file
      public newsletter_campaignid -> string (0) ""
      iterator_to_array($context['posts'])[13]->newsletter_campaignid
      public _newsletter_campaignid -> string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[13]->_newsletter_campaignid
      public newsletter -> string (0) ""
      iterator_to_array($context['posts'])[13]->newsletter
      public _newsletter -> string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[13]->_newsletter
      public _yoast_wpseo_content_score -> string (2) "30"
      iterator_to_array($context['posts'])[13]->_yoast_wpseo_content_score
      public _yoast_wpseo_estimated-reading-time-minutes -> string (1) "3"
      iterator_to_array($context['posts'])[13]->{'_yoast_wpseo_estimated-reading-time-minutes'}
      public post_date_gmt -> string (19) "2013-11-07 15:50:48"
      iterator_to_array($context['posts'])[13]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[13]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[13]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[13]->post_password
      public post_name -> string (11) "brudny-zysk"
      iterator_to_array($context['posts'])[13]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[13]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[13]->pinged
      public post_modified -> string (19) "2025-04-06 13:25:07"
      iterator_to_array($context['posts'])[13]->post_modified
      public post_modified_gmt -> string (19) "2025-04-06 11:25:07"
      iterator_to_array($context['posts'])[13]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[13]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=950"
      iterator_to_array($context['posts'])[13]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[13]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[13]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[13]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[13]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[13]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[13]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[13]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[13]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[13]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[13]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[13]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[13]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[13]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[13]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[13]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[13]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[13]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[13]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[13]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[13]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[13]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[13]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[13]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[13]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[13]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[13]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[13]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[13]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[13]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[13]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[13]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[13]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[13]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[13]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[13]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[13]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[13]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[13]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[13]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[13]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[13]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[13]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[13]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[13]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[13]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[13]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[13]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[13]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[13]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[13]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[13]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[13]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[13]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[13]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[13]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[13]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[13]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[13]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[13]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[13]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[13]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[13]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[13]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[13]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[13]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[13]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[13]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[13]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[13]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[13]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[13]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[13]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[13]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[13]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[13]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[13]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[13]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[13]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[13]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[13]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[13]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[13]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
    14 => Timber\Post (62)
    iterator_to_array($context['posts'])[14]
    • Properties (62)
    • Available methods (95)
    • Static class properties
    • public id -> integer 999
      iterator_to_array($context['posts'])[14]->id
      public ID -> integer 999
      iterator_to_array($context['posts'])[14]->ID
      public object_type -> string (4) "post"
      iterator_to_array($context['posts'])[14]->object_type
      public ImageClass -> string (12) "Timber\Image"
      iterator_to_array($context['posts'])[14]->ImageClass
      public PostClass -> string (11) "Timber\Post"
      iterator_to_array($context['posts'])[14]->PostClass
      public TermClass -> string (11) "Timber\Term"
      iterator_to_array($context['posts'])[14]->TermClass
      public custom -> array (25)
      iterator_to_array($context['posts'])[14]->custom
      _edit_lock => string (12) "1743938873:4"
      iterator_to_array($context['posts'])[14]->custom['_edit_lock']
      _edit_last => string (1) "4"
      iterator_to_array($context['posts'])[14]->custom['_edit_last']
      _wp_old_date => string (10) "2022-10-24"
      iterator_to_array($context['posts'])[14]->custom['_wp_old_date']
      img_main => string (4) "1000"
      iterator_to_array($context['posts'])[14]->custom['img_main']
      _img_main => string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[14]->custom['_img_main']
      text_preview => string (0) ""
      iterator_to_array($context['posts'])[14]->custom['text_preview']
      _text_preview => string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[14]->custom['_text_preview']
      content_content_0_text => UTF-8 string (560) "PKPP Lewiatan opublikował raport o polskich przedsiębiorcach, który pokazuje...
      iterator_to_array($context['posts'])[14]->custom['content_content_0_text']
      PKPP Lewiatan opublikował raport o polskich przedsiębiorcach, który pokazuje ich wkład w rozwój Polski. Materiał ma bardzo przystępną formę i zawiera same fakty i liczby. Przykładowo 48% inwestycji w środowisko finansowane jest przed firmy ze środków własnych.
      Raport po wstępie zawiera infografiki dotyczące różnych aspektów przedsiębiorczości takich jak udziału kobiet, eksportu czy odpowiedzialnego biznesu.
      
      &nbsp;
      <p style="text-align: center;"><span style="font-size: 2.2rem; color: #66b0d6;"><strong>POBIERZ</strong></span></p>
      
      _content_content_0_text => string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[14]->custom['_content_content_0_text']
      content_content_1_title => UTF-8 string (51) "PRZEDSIĘBIORCY W POLSCE: FAKTY, LICZBY, PRZYKŁADY"
      iterator_to_array($context['posts'])[14]->custom['content_content_1_title']
      _content_content_1_title => string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[14]->custom['_content_content_1_title']
      content_content_1_text => UTF-8 string (83) "<p>Rok wydania: 2013<br /> Język: polski<br /> Instytucja: PKPP „Lewiatan”</p>"
      iterator_to_array($context['posts'])[14]->custom['content_content_1_text']
      <p>Rok wydania: 2013<br />
      Język: polski<br />
      Instytucja: PKPP „Lewiatan”</p>
      
      _content_content_1_text => string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[14]->custom['_content_content_1_text']
      content_content_1_file => string (4) "1001"
      iterator_to_array($context['posts'])[14]->custom['content_content_1_file']
      _content_content_1_file => string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[14]->custom['_content_content_1_file']
      content_content => array (1)
      iterator_to_array($context['posts'])[14]->custom['content_content']
      0 => string (4) "text"
      iterator_to_array($context['posts'])[14]->custom['content_content'][0]
      _content_content => string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[14]->custom['_content_content']
      content => string (0) ""
      iterator_to_array($context['posts'])[14]->custom['content']
      _content => string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[14]->custom['_content']
      newsletter_campaignid => string (0) ""
      iterator_to_array($context['posts'])[14]->custom['newsletter_campaignid']
      _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[14]->custom['_newsletter_campaignid']
      newsletter => string (0) ""
      iterator_to_array($context['posts'])[14]->custom['newsletter']
      _newsletter => string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[14]->custom['_newsletter']
      _yoast_wpseo_content_score => string (2) "60"
      iterator_to_array($context['posts'])[14]->custom['_yoast_wpseo_content_score']
      _yoast_wpseo_estimated-reading-time-minutes => string (1) "1"
      iterator_to_array($context['posts'])[14]->custom['_yoast_wpseo_estimated-reading-time-minutes']
      protected ___content -> null
      protected _permalink -> null
      protected _next -> array (0)
      protected _prev -> array (0)
      protected _css_class -> null
      public post_author -> string (1) "2"
      iterator_to_array($context['posts'])[14]->post_author
      public post_content -> string (0) ""
      iterator_to_array($context['posts'])[14]->post_content
      public post_date -> string (19) "2013-03-21 09:02:11"
      iterator_to_array($context['posts'])[14]->post_date
      public post_excerpt -> string (0) ""
      iterator_to_array($context['posts'])[14]->post_excerpt
      public post_parent -> integer 0
      iterator_to_array($context['posts'])[14]->post_parent
      public post_status -> string (7) "publish"
      iterator_to_array($context['posts'])[14]->post_status
      public post_title -> UTF-8 string (67) "ODPOWIEDZIALNY BIZNES TO MY – RAPORT O POLSKICH PRZEDSIĘBIORCACH"
      iterator_to_array($context['posts'])[14]->post_title
      public post_type -> string (4) "blog"
      iterator_to_array($context['posts'])[14]->post_type
      public slug -> string (62) "odpowiedzialny-biznes-to-my-raport-o-polskich-przedsiebiorcach"
      iterator_to_array($context['posts'])[14]->slug
      protected __type -> null
      public _edit_lock -> string (12) "1743938873:4"
      iterator_to_array($context['posts'])[14]->_edit_lock
      public _edit_last -> string (1) "4"
      iterator_to_array($context['posts'])[14]->_edit_last
      public _wp_old_date -> string (10) "2022-10-24"
      iterator_to_array($context['posts'])[14]->_wp_old_date
      public img_main -> string (4) "1000"
      iterator_to_array($context['posts'])[14]->img_main
      public _img_main -> string (19) "field_62c4065d0b60c"
      iterator_to_array($context['posts'])[14]->_img_main
      public text_preview -> string (0) ""
      iterator_to_array($context['posts'])[14]->text_preview
      public _text_preview -> string (19) "field_62c406990b60f"
      iterator_to_array($context['posts'])[14]->_text_preview
      public content_content_0_text -> UTF-8 string (560) "PKPP Lewiatan opublikował raport o polskich przedsiębiorcach, który pokazuje...
      iterator_to_array($context['posts'])[14]->content_content_0_text
      PKPP Lewiatan opublikował raport o polskich przedsiębiorcach, który pokazuje ich wkład w rozwój Polski. Materiał ma bardzo przystępną formę i zawiera same fakty i liczby. Przykładowo 48% inwestycji w środowisko finansowane jest przed firmy ze środków własnych.
      Raport po wstępie zawiera infografiki dotyczące różnych aspektów przedsiębiorczości takich jak udziału kobiet, eksportu czy odpowiedzialnego biznesu.
      
      &nbsp;
      <p style="text-align: center;"><span style="font-size: 2.2rem; color: #66b0d6;"><strong>POBIERZ</strong></span></p>
      
      public _content_content_0_text -> string (19) "field_62c4151f67596"
      iterator_to_array($context['posts'])[14]->_content_content_0_text
      public content_content_1_title -> UTF-8 string (51) "PRZEDSIĘBIORCY W POLSCE: FAKTY, LICZBY, PRZYKŁADY"
      iterator_to_array($context['posts'])[14]->content_content_1_title
      public _content_content_1_title -> string (19) "field_62c5bfce99739"
      iterator_to_array($context['posts'])[14]->_content_content_1_title
      public content_content_1_text -> UTF-8 string (83) "<p>Rok wydania: 2013<br /> Język: polski<br /> Instytucja: PKPP „Lewiatan”</p>"
      iterator_to_array($context['posts'])[14]->content_content_1_text
      <p>Rok wydania: 2013<br />
      Język: polski<br />
      Instytucja: PKPP „Lewiatan”</p>
      
      public _content_content_1_text -> string (19) "field_62c5bfe09973a"
      iterator_to_array($context['posts'])[14]->_content_content_1_text
      public content_content_1_file -> string (4) "1001"
      iterator_to_array($context['posts'])[14]->content_content_1_file
      public _content_content_1_file -> string (19) "field_62c5bfed9973b"
      iterator_to_array($context['posts'])[14]->_content_content_1_file
      public content_content -> array (1)
      iterator_to_array($context['posts'])[14]->content_content
      0 => string (4) "text"
      iterator_to_array($context['posts'])[14]->content_content[0]
      public _content_content -> string (19) "field_62c4140c95fd9"
      iterator_to_array($context['posts'])[14]->_content_content
      public _content -> string (19) "field_62c413ed1bd11"
      iterator_to_array($context['posts'])[14]->_content
      public newsletter_campaignid -> string (0) ""
      iterator_to_array($context['posts'])[14]->newsletter_campaignid
      public _newsletter_campaignid -> string (19) "field_63873d0fc7fb0"
      iterator_to_array($context['posts'])[14]->_newsletter_campaignid
      public newsletter -> string (0) ""
      iterator_to_array($context['posts'])[14]->newsletter
      public _newsletter -> string (19) "field_63873d04c7faf"
      iterator_to_array($context['posts'])[14]->_newsletter
      public _yoast_wpseo_content_score -> string (2) "60"
      iterator_to_array($context['posts'])[14]->_yoast_wpseo_content_score
      public _yoast_wpseo_estimated-reading-time-minutes -> string (1) "1"
      iterator_to_array($context['posts'])[14]->{'_yoast_wpseo_estimated-reading-time-minutes'}
      public post_date_gmt -> string (19) "2013-03-21 08:02:11"
      iterator_to_array($context['posts'])[14]->post_date_gmt
      public comment_status -> string (6) "closed"
      iterator_to_array($context['posts'])[14]->comment_status
      public ping_status -> string (6) "closed"
      iterator_to_array($context['posts'])[14]->ping_status
      public post_password -> string (0) ""
      iterator_to_array($context['posts'])[14]->post_password
      public post_name -> string (62) "odpowiedzialny-biznes-to-my-raport-o-polskich-przedsiebiorcach"
      iterator_to_array($context['posts'])[14]->post_name
      public to_ping -> string (0) ""
      iterator_to_array($context['posts'])[14]->to_ping
      public pinged -> string (0) ""
      iterator_to_array($context['posts'])[14]->pinged
      public post_modified -> string (19) "2025-04-06 13:30:14"
      iterator_to_array($context['posts'])[14]->post_modified
      public post_modified_gmt -> string (19) "2025-04-06 11:30:14"
      iterator_to_array($context['posts'])[14]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      iterator_to_array($context['posts'])[14]->post_content_filtered
      public guid -> string (50) "https://www.csrinfo.org/?post_type=blog&#038;p=999"
      iterator_to_array($context['posts'])[14]->guid
      public menu_order -> integer 0
      iterator_to_array($context['posts'])[14]->menu_order
      public post_mime_type -> string (0) ""
      iterator_to_array($context['posts'])[14]->post_mime_type
      public comment_count -> string (1) "0"
      iterator_to_array($context['posts'])[14]->comment_count
      public filter -> string (3) "raw"
      iterator_to_array($context['posts'])[14]->filter
      public status -> string (7) "publish"
      iterator_to_array($context['posts'])[14]->status
    • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
      new \Timber\Post($pid = null)
      /**
      * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
      * @example
      * ```php
      * $post = new Timber\Post();
      * $other_post = new Timber\Post($random_post_id);
      * ```
      * @param mixed $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * This is also here to ensure that {{ post.class }} remains usable
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
      public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      (string) iterator_to_array($context['posts'])[14]
      /**
      * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
      public get_edit_url(): bool|string Get the URL that will edit the current post/object
      iterator_to_array($context['posts'])[14]->get_edit_url()
      /**
      * Get the URL that will edit the current post/object
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::edit_link
      * @return bool|string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
      public update($field, $value) updates the post_meta of the current object with the given value
      iterator_to_array($context['posts'])[14]->update($field, $value)
      /**
      * updates the post_meta of the current object with the given value
      * @param string $field
      * @param mixed $value
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
      public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
      iterator_to_array($context['posts'])[14]->preview()
      /**
      * Gets a preview/excerpt of your post.
      *
      * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
      * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
      * where to pull through.
      *
      * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
      * means that you can change the output of the preview by **adding more methods**. Refer to the
      * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
      * to get an overview of all the available methods.
      *
      * @example
      * ```twig
      * {# Use default preview #}
      * <p>{{ post.preview }}</p>
      *
      * {# Change the post preview text #}
      * <p>{{ post.preview.read_more('Continue Reading') }}</p>
      *
      * {# Additionally restrict the length to 50 words #}
      * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
      * ```
      * @see \Timber\PostPreview
      * @return \Timber\PostPreview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
      public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
      iterator_to_array($context['posts'])[14]->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
      /**
      * get a preview of your post, if you have an excerpt it will use that,
      * otherwise it will pull from the post_content.
      * If there's a <!-- more --> tag it will use that to mark where to pull through.
      * @deprecated since 1.3.1, use {{ post.preview }} instead
      * @example
      * ```twig
      * <p>{{post.get_preview(50)}}</p>
      * ```
      * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
      * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
      * @param string $readmore The text you want to use on the 'readmore' link
      * @param bool|string $strip true for default, false for none, string for list of custom attributes
      * @param string $end The text to end the preview with (defaults to ...)
      * @return string of the post preview
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
      public import_custom($pid) gets the post custom and attaches it to the current object
      iterator_to_array($context['posts'])[14]->import_custom($pid)
      /**
      * gets the post custom and attaches it to the current object
      * @internal
      * @param integer $pid a post ID number
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
      public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
      iterator_to_array($context['posts'])[14]->comment_form($args = array())
      /**
      *
      * Gets the comment form for use on a single article page
      * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
      * @return string of HTML for the form
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
      public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
      iterator_to_array($context['posts'])[14]->terms($args = array(), $merge = true, $term_class = '')
      /**
      * Gets the terms associated with the post.
      *
      * @api
      * @todo Remove deprecated parameters in 2.x
      * @example
      * ```twig
      * <section id="job-feed">
      * {% for post in job %}
      *     <div class="job">
      *         <h2>{{ post.title }}</h2>
      *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
      *     </div>
      * {% endfor %}
      * </section>
      * ```
      * ```html
      * <section id="job-feed">
      *     <div class="job">
      *         <h2>Cheese Maker</h2>
      *         <p>Cheese, Food, Fromage</p>
      *     </div>
      *     <div class="job">
      *         <h2>Mime</h2>
      *         <p>Performance, Silence</p>
      *     </div>
      * </section>
      * ```
      * ```php
      * // Get all terms of a taxonomy.
      * $terms = $post->terms( 'category' );
      *
      * // Get terms of multiple taxonomies.
      * $terms = $post->terms( array( 'books', 'movies' ) );
      *
      * // Use custom arguments for taxonomy query and options.
      * $terms = $post->terms( array(
      *     'query' => [
      *         'taxonomy' => 'custom_tax',
      *         'orderby'  => 'count',
      *     ],
      *     'merge'      => false,
      *     'term_class' => 'My_Term_Class'
      * ) );
      * ```
      *
      * @param string|array $args {
      *     Optional. Name of the taxonomy or array of arguments.
      *
      *     @type array $query       Any array of term query parameters for getting the terms. See
      *                              `WP_Term_Query::__construct()` for supported arguments. Use the
      *                              `taxonomy` argument to choose which taxonomies to get. Defaults
      *                              to querying all registered taxonomies for the post type. You can
      *                              use custom or built-in WordPress taxonomies (category, tag).
      *                              Timber plays nice and figures out that `tag`, `tags` or
      *                              `post_tag` are all the same (also for `categories` or
      *                              `category`). For custom taxonomies you need to define the
      *                              proper name.
      *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
      *                              whether it should be an array of sub-arrays for each taxonomy
      *                              (`false`). Default `true`.
      *     @type string $term_class The Timber term class to use for the term objects.
      * }
      * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
      * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
      *                           parameter.
      * @return array An array of taxonomies.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
      public has_term($term_name_or_id, $taxonomy = 'all'): bool
      iterator_to_array($context['posts'])[14]->has_term($term_name_or_id, $taxonomy = 'all')
      /**
      * @param string|int $term_name_or_id
      * @param string $taxonomy
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
      public get_paged_content(): string
      iterator_to_array($context['posts'])[14]->get_paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
      public get_post_type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[14]->get_post_type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @deprecated since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
      public get_comment_count(): int the number of comments on a post
      iterator_to_array($context['posts'])[14]->get_comment_count()
      /**
      * @return int the number of comments on a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
      public has_field($field_name): boolean
      iterator_to_array($context['posts'])[14]->has_field($field_name)
      /**
      * @param string $field_name
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
      public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
      iterator_to_array($context['posts'])[14]->field_object($field_name)
      /**
      * Gets the field object data from Advanced Custom Fields.
      * This includes metadata on the field like whether it's conditional or not.
      *
      * @since 1.6.0
      * @param string $field_name of the field you want to lookup.
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
      public get_field($field_name): mixed
      iterator_to_array($context['posts'])[14]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
      public import_field($field_name)
      iterator_to_array($context['posts'])[14]->import_field($field_name)
      /**
      * @param string $field_name
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
      public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
      iterator_to_array($context['posts'])[14]->post_class($class = '')
      /**
      * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @example
      * ```twig
      * <article class="{{ post.post_class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * ```html
      * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
      *    {# Some stuff here #}
      * </article>
      * ```
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
      public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
      iterator_to_array($context['posts'])[14]->css_class($class = '')
      /**
      * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
      * @internal
      * @param string $class additional classes you want to add
      * @see Timber\Post::$_css_class
      * @example
      * ```twig
      * <article class="{{ post.class }}">
      *    {# Some stuff here #}
      * </article>
      * ```
      *
      * @return string a space-seperated list of classes
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
      public get_method_values(): array
      iterator_to_array($context['posts'])[14]->get_method_values()
      /**
      * @return array
      * @codeCoverageIgnore
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
      public author(): User|null A User object if found, false if not Return the author of a post
      iterator_to_array($context['posts'])[14]->author()
      /**
      * Return the author of a post
      * @api
      * @example
      * ```twig
      * <h1>{{post.title}}</h1>
      * <p class="byline">
      *     <a href="{{post.author.link}}">{{post.author.name}}</a>
      * </p>
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
      public authors()
      iterator_to_array($context['posts'])[14]->authors()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
      public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
      iterator_to_array($context['posts'])[14]->modified_author()
      /**
      * Get the author (WordPress user) who last modified the post
      * @example
      * ```twig
      * Last updated by {{ post.modified_author.name }}
      * ```
      * ```html
      * Last updated by Harper Lee
      * ```
      * @return User|null A User object if found, false if not
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
      public categories(): array of Timber\Terms Get the categoires on a particular post
      iterator_to_array($context['posts'])[14]->categories()
      /**
      * Get the categoires on a particular post
      * @api
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
      public category(): Timber\Term|null Returns a category attached to a post
      iterator_to_array($context['posts'])[14]->category()
      /**
      * Returns a category attached to a post
      * @api
      * If mulitpuile categories are set, it will return just the first one
      * @return Timber\Term|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
      public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
      iterator_to_array($context['posts'])[14]->children($post_type = 'any', $childPostClass = false)
      /**
      * Returns an array of children on the post as Timber\Posts
      * (or other claass as you define).
      * @api
      * @example
      * ```twig
      * {% if post.children %}
      *     Here are the child pages:
      *     {% for child in post.children %}
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     {% endfor %}
      * {% endif %}
      * ```
      * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
      * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
      public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
      iterator_to_array($context['posts'])[14]->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
      * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
      * (or whatever comment class you set).
      * @api
      *
      * @param int    $count        Set the number of comments you want to get. `0` is analogous to
      *                             "all".
      * @param string $order        Use ordering set in WordPress admin, or a different scheme.
      * @param string $type         For when other plugins use the comments table for their own
      *                             special purposes. Might be set to 'liveblog' or other, depending
      *                             on what’s stored in your comments table.
      * @param string $status       Could be 'pending', etc.
      * @param string $CommentClass What class to use when returning Comment objects. As you become a
      *                             Timber Pro, you might find yourself extending `Timber\Comment`
      *                             for your site or app (obviously, totally optional).
      * @see \Timber\CommentThread for an example with nested comments
      * @return bool|\Timber\CommentThread
      *
      * @example
      *
      * **single.twig**
      *
      * ```twig
      * <div id="post-comments">
      *   <h4>Comments on {{ post.title }}</h4>
      *   <ul>
      *     {% for comment in post.comments() %}
      *       {% include 'comment.twig' %}
      *     {% endfor %}
      *   </ul>
      *   <div class="comment-form">
      *     {{ function('comment_form') }}
      *   </div>
      * </div>
      * ```
      *
      * **comment.twig**
      *
      * ```twig
      * {# comment.twig #}
      * <li>
      *   <p class="comment-author">{{ comment.author.name }} says:</p>
      *   <div>{{ comment.content }}</div>
      * </li>
      * ```
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
      public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
      iterator_to_array($context['posts'])[14]->content($page0, $len = -1)
      /**
      * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
      * @api
      * @example
      * ```twig
      * <div class="article">
      *     <h2>{{post.title}}</h2>
      *     <div class="content">{{ post.content }}</div>
      * </div>
      * ```
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
      public paged_content(): string
      iterator_to_array($context['posts'])[14]->paged_content()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
      public date($date_format = ''): string Get the date to use in your template!
      iterator_to_array($context['posts'])[14]->date($date_format = '')
      /**
      * Get the date to use in your template!
      * @api
      * @example
      * ```twig
      * Published on {{ post.date }} // Uses WP's formatting set in Admin
      * OR
      * Published on {{ post.date('F jS') }} // Jan 12th
      * ```
      *
      * ```html
      * Published on January 12, 2015
      * OR
      * Published on Jan 12th
      * ```
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
      public time($time_format = ''): string Get the time to use in your template
      iterator_to_array($context['posts'])[14]->time($time_format = '')
      /**
      * Get the time to use in your template
      * @api
      * @example
      * ```twig
      * Published at {{ post.time }} // Uses WP's formatting set in Admin
      * OR
      * Published at {{ post.time | time('G:i') }} // 13:25
      * ```
      *
      * ```html
      * Published at 1:25 pm
      * OR
      * Published at 13:25
      * ```
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
      public type(): PostType Returns the post_type object with labels and other info
      iterator_to_array($context['posts'])[14]->type()
      /**
      * Returns the post_type object with labels and other info
      *
      * @since 1.0.4
      * @example
      *
      * ```twig
      * This post is from <span>{{ post.type.labels.name }}</span>
      * ```
      *
      * ```html
      * This post is from <span>Recipes</span>
      * ```
      * @return PostType
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
      public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
      iterator_to_array($context['posts'])[14]->edit_link()
      /**
      * Returns the edit URL of a post if the user has access to it
      * @return bool|string the edit URL of a post in the WordPress admin
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
      public format(): mixed
      iterator_to_array($context['posts'])[14]->format()
      /**
      * @api
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
      public password_required(): boolean whether post requires password and correct password has been provided
      iterator_to_array($context['posts'])[14]->password_required()
      /**
      * whether post requires password and correct password has been provided
      * @api
      * @return boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
      public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
      iterator_to_array($context['posts'])[14]->link()
      /**
      * get the permalink for a post object
      * @api
      * @example
      * ```twig
      * <a href="{{post.link}}">Read my post</a>
      * ```
      * @return string ex: http://example.org/2015/07/my-awesome-post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
      public meta($field_name = null): mixed
      iterator_to_array($context['posts'])[14]->meta($field_name = null)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
      public name(): string
      iterator_to_array($context['posts'])[14]->name()
      /**
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
      public modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[14]->modified_date($date_format = '')
      /**
      * @param string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
      public modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[14]->modified_time($time_format = '')
      /**
      * @param string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
      public next($in_same_term = false): mixed
      iterator_to_array($context['posts'])[14]->next($in_same_term = false)
      /**
      * @api
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
      public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[14]->pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
      public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
      iterator_to_array($context['posts'])[14]->convert($data)
      /**
      * Finds any WP_Post objects and converts them to Timber\Posts
      * @param array|WP_Post $data
      * @param string $class
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
      public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
      iterator_to_array($context['posts'])[14]->parent()
      /**
      * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
      * @api
      * @example
      * ```twig
      * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
      * ```
      * @return bool|Timber\Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
      public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
      iterator_to_array($context['posts'])[14]->path()
      /**
      * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
      * this will return just /2015/07/my-cool-post
      * @api
      * @example
      * ```twig
      * <a href="{{post.path}}">{{post.title}}</a>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
      public prev($in_same_term = false): mixed Get the previous post in a set
      iterator_to_array($context['posts'])[14]->prev($in_same_term = false)
      /**
      * Get the previous post in a set
      * @api
      * @example
      * ```twig
      * <h4>Prior Entry:</h4>
      * <h3>{{post.prev.title}}</h3>
      * <p>{{post.prev.get_preview(25)}}</p>
      * ```
      * @param bool $in_same_term
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
      public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
      iterator_to_array($context['posts'])[14]->tags()
      /**
      * Gets the tags on a post, uses WP's post_tag taxonomy
      * @api
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
      public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
      iterator_to_array($context['posts'])[14]->thumbnail()
      /**
      * get the featured image as a Timber/Image
      * @api
      * @example
      * ```twig
      * <img src="{{ post.thumbnail.src }}" />
      * ```
      * @return Timber\Image|null of your thumbnail
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
      public title(): string Returns the processed title to be used in templates. This returns the title o...
      iterator_to_array($context['posts'])[14]->title()
      /**
      * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
      * @api
      * @example
      * ```twig
      * <h1>{{ post.title }}</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
      public gallery($html = true): html Returns the gallery
      iterator_to_array($context['posts'])[14]->gallery($html = true)
      /**
      * Returns the gallery
      * @api
      * @example
      * ```twig
      * {{ post.gallery }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
      public audio(): html Returns the audio
      iterator_to_array($context['posts'])[14]->audio()
      /**
      * Returns the audio
      * @api
      * @example
      * ```twig
      * {{ post.audio }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
      public video(): html Returns the video
      iterator_to_array($context['posts'])[14]->video()
      /**
      * Returns the video
      * @api
      * @example
      * ```twig
      * {{ post.video }}
      * ```
      * @return html
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
      public get_categories(): array of Timber\Terms Get the categories for a post
      iterator_to_array($context['posts'])[14]->get_categories()
      /**
      * Get the categories for a post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::categories
      * @return array of Timber\Terms
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
      public get_category(): mixed
      iterator_to_array($context['posts'])[14]->get_category()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::category
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
      public get_image($field): Timber\Image
      iterator_to_array($context['posts'])[14]->get_image($field)
      /**
      * @param string $field
      * @return Timber\Image
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
      public get_tags(): array Gets an array of tags for you to use
      iterator_to_array($context['posts'])[14]->get_tags()
      /**
      * Gets an array of tags for you to use
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <ul class="tags">
      *     {% for tag in post.tags %}
      *         <li>{{tag.name}}</li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
      public get_title(): string Outputs the title with filters applied
      iterator_to_array($context['posts'])[14]->get_title()
      /**
      * Outputs the title with filters applied
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @example
      * ```twig
      * <h1>{{post.get_title}}</h1>
      * ```
      * ```html
      * <h1>Hello World!</h1>
      * ```
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
      public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
      iterator_to_array($context['posts'])[14]->get_content($len = -1, $page0)
      /**
      * Displays the content of the post with filters, shortcodes and wpautop applied
      * @example
      * ```twig
      * <div class="article-text">{{post.get_content}}</div>
      * ```
      * ```html
      * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
      * ```
      * @param int $len
      * @param int $page
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
      public get_format(): mixed
      iterator_to_array($context['posts'])[14]->get_format()
      /**
      * @internal
      * @deprecated since 1.0
      * @return mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
      public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
      iterator_to_array($context['posts'])[14]->get_terms($tax = '', $merge = true, $TermClass = '')
      /**
      * Get the terms associated with the post
      * This goes across all taxonomies by default
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
      * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
      public permalink(): string
      iterator_to_array($context['posts'])[14]->permalink()
      /**
      * @deprecated 0.20.0 use link() instead
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
      public get_date($date_format = ''): string
      iterator_to_array($context['posts'])[14]->get_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
      public get_modified_date($date_format = ''): string
      iterator_to_array($context['posts'])[14]->get_modified_date($date_format = '')
      /**
      * @internal
      * @see Timber\Post::modified_date
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param  string $date_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
      public get_modified_time($time_format = ''): string
      iterator_to_array($context['posts'])[14]->get_modified_time($time_format = '')
      /**
      * @internal
      * @param  string $time_format
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
      public get_children($post_type = 'any', $childPostClass = false): array
      iterator_to_array($context['posts'])[14]->get_children($post_type = 'any', $childPostClass = false)
      /**
      * @internal
      * @see Timber\Post::children
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param string 		$post_type
      * @param bool|string 	$childPostClass
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
      public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
      iterator_to_array($context['posts'])[14]->get_path()
      /**
      * Get the permalink for a post, but as a relative path
      * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
      * this will return the relative version: "/2015/07/04/my-cool-post"
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
      public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[14]->get_prev($in_same_term = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
      public get_parent(): bool|TimberPost Get the parent post of the post
      iterator_to_array($context['posts'])[14]->get_parent()
      /**
      * Get the parent post of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return bool|TimberPost
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
      public get_author(): User|null Gets a User object from the author of the post
      iterator_to_array($context['posts'])[14]->get_author()
      /**
      * Gets a User object from the author of the post
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @see Timber\Post::author
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
      public get_modified_author(): User|null
      iterator_to_array($context['posts'])[14]->get_modified_author()
      /**
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return User|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
      public get_thumbnail(): Image|null
      iterator_to_array($context['posts'])[14]->get_thumbnail()
      /**
      * @internal
      * @see TimberPost::thumbnail
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return Image|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
      public get_permalink(): string
      iterator_to_array($context['posts'])[14]->get_permalink()
      /**
      * @internal
      * @see TimberPost::link
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
      public get_link(): string get the permalink for a post object In your templates you should use link: <a...
      iterator_to_array($context['posts'])[14]->get_link()
      /**
      * get the permalink for a post object
      * In your templates you should use link:
      * <a href="{{post.link}}">Read my post</a>
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
      public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
      iterator_to_array($context['posts'])[14]->get_next($taxonomy = false)
      /**
      * Get the next post in WordPress's ordering
      * @internal
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @param bool $taxonomy
      * @return TimberPost|boolean
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
      public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
      iterator_to_array($context['posts'])[14]->get_pagination()
      /**
      * Get a data array of pagination so you can navigate to the previous/next for a paginated post
      * @internal
      * @see Timber\Post::pagination();
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
      public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
      iterator_to_array($context['posts'])[14]->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
      /**
      * Get the comments for a post
      * @internal
      * @see Timber\Post::comments
      * @param int $count
      * @param string $order
      * @param string $type
      * @param string $status
      * @param string $CommentClass
      * @return array|mixed
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      iterator_to_array($context['posts'])[14]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      iterator_to_array($context['posts'])[14]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
      /**
      * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
      * @internal
      * @param mixed a value to test against
      * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
      protected get_post_preview_object()
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
      protected get_post_preview_id($query)
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
      protected init($pid = false) Initializes a Post
      /**
      * Initializes a Post
      * @internal
      * @param integer $pid
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
      protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
      /**
      * takes a mix of integer (post ID), string (post slug),
      * or object to return a WordPress post object from WP's built-in get_post() function
      * @internal
      * @param integer $pid
      * @return WP_Post on success
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
      protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
      /**
      * helps you find the post id regardless of whether you send a string or whatever
      * @param integer $pid ;
      * @internal
      * @return integer ID number of a post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
      protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
      /**
      * Used internally to fetch the metadata fields (wp_postmeta table)
      * and attach them to our TimberPost object
      * @internal
      * @param int $pid
      * @return array
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
      protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
      /**
      * Used internally by init, etc. to build TimberPost object
      * @internal
      * @param  int $pid
      * @return null|object|WP_Post
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
      protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
      /**
      * If the Password form is to be shown, show it!
      * @return string|void
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
      protected get_revised_data_from_method($method, $args = false)
      /**
      *
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
      protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
      /**
      * Handles for an circumstance with the Block editor where a "more" block has an option to
      * "Hide the excerpt on the full content page" which hides everything prior to the inserted
      * "more" block
      * @ticket #2218
      * @param string $content
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
      public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
      \Timber\Post::get_post_id_by_name($post_name)
      /**
      * get_post_id_by_name($post_name)
      * @internal
      * @deprecated since 1.5.0
      * @param string $post_name
      * @return int
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
      protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
      /**
      * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
      * WordPress admin
      * @internal
      * @return bool
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
      protected static get_wp_link_page($i): string
      /**
      * @param int $i
      * @return string
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
    • public static $representation :: string (4) "post"
      \Timber\Post::$representation
wp_head => Timber\FunctionWrapper (4)
$context['wp_head']
  • Properties (4)
  • Available methods (5)
  • private _class -> null
    private _function -> string (7) "wp_head"
    private _args -> array (0)
    private _use_ob -> boolean false
  • public __toString(): string
    (string) $context['wp_head']
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/FunctionWrapper.php:21
    public __construct($function, $args = array(), $return_output_buffer = false)
    new \Timber\FunctionWrapper($function, $args = array(), $return_output_buffer = false)
    /**
    *
    *
    * @param callable $function
    * @param array   $args
    * @param bool    $return_output_buffer
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/FunctionWrapper.php:36
    public add_to_twig($twig): \Twig\Environment Make function available in Twig.
    $context['wp_head']->add_to_twig($twig)
    /**
    * Make function available in Twig.
    *
    * When a function is added more than once, addFunction() will throw a LogicException that states that the function
    * is already registered. By catching this exception, we can prevent a fatal error.
    * @see \Twig\Extension\StagingExtension::addFunction()
    *
    * @deprecated since 1.3.0
    * @todo remove in 1.4.0
    * @param \Twig\Environment $twig
    * @return \Twig\Environment
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/FunctionWrapper.php:71
    public call(): string
    $context['wp_head']->call()
    /**
    *
    *
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/FunctionWrapper.php:90
    private _parse_args($args, $defaults): array
    /**
    *
    *
    * @param array   $args
    * @param array   $defaults
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/FunctionWrapper.php:108
wp_footer => Timber\FunctionWrapper (4)
$context['wp_footer']
  • Properties (4)
  • Available methods (5)
  • private _class -> null
    private _function -> string (9) "wp_footer"
    private _args -> array (0)
    private _use_ob -> boolean false
  • public __toString(): string
    (string) $context['wp_footer']
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/FunctionWrapper.php:21
    public __construct($function, $args = array(), $return_output_buffer = false)
    new \Timber\FunctionWrapper($function, $args = array(), $return_output_buffer = false)
    /**
    *
    *
    * @param callable $function
    * @param array   $args
    * @param bool    $return_output_buffer
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/FunctionWrapper.php:36
    public add_to_twig($twig): \Twig\Environment Make function available in Twig.
    $context['wp_footer']->add_to_twig($twig)
    /**
    * Make function available in Twig.
    *
    * When a function is added more than once, addFunction() will throw a LogicException that states that the function
    * is already registered. By catching this exception, we can prevent a fatal error.
    * @see \Twig\Extension\StagingExtension::addFunction()
    *
    * @deprecated since 1.3.0
    * @todo remove in 1.4.0
    * @param \Twig\Environment $twig
    * @return \Twig\Environment
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/FunctionWrapper.php:71
    public call(): string
    $context['wp_footer']->call()
    /**
    *
    *
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/FunctionWrapper.php:90
    private _parse_args($args, $defaults): array
    /**
    *
    *
    * @param array   $args
    * @param array   $defaults
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/FunctionWrapper.php:108
acf => array (4)
$context['acf']
img_main => array (24)
$context['acf']['img_main']
ID => integer 2302
$context['acf']['img_main']['ID']
id => integer 2302
$context['acf']['img_main']['id']
title => string (31) "Program rozwoju kompetencji ESG"
$context['acf']['img_main']['title']
filename => string (28) "program-kompetencji-esg.jpeg"
$context['acf']['img_main']['filename']
filesize => integer 585296
$context['acf']['img_main']['filesize']
url => string (79) "https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg.j...
$context['acf']['img_main']['url']
https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg.jpeg
link => string (43) "https://www.csrinfo.org/?attachment_id=2302"
$context['acf']['img_main']['link']
alt => UTF-8 string (56) "Program rozwoju kompetencji ESG, na co składa się ESG"
$context['acf']['img_main']['alt']
author => string (1) "4"
$context['acf']['img_main']['author']
description => string (0) ""
$context['acf']['img_main']['description']
caption => string (224) "ESG icon concept in the people hand for environmental, social, and governanc...
$context['acf']['img_main']['caption']
ESG icon concept in the people hand for environmental, social, and governance by using technology of renewable resources to reduce pollution and carbon emission . in sustainable and ethical business on the Network connection
name => string (62) "esg-icon-concept-in-the-people-hand-for-environmental-social-a"
$context['acf']['img_main']['name']
status => string (7) "inherit"
$context['acf']['img_main']['status']
uploaded_to => integer 2297
$context['acf']['img_main']['uploaded_to']
date => string (19) "2024-01-30 18:10:43"
$context['acf']['img_main']['date']
modified => string (19) "2024-01-30 18:11:21"
$context['acf']['img_main']['modified']
menu_order => integer 0
$context['acf']['img_main']['menu_order']
mime_type => string (10) "image/jpeg"
$context['acf']['img_main']['mime_type']
type => string (5) "image"
$context['acf']['img_main']['type']
subtype => string (4) "jpeg"
$context['acf']['img_main']['subtype']
icon => string (60) "https://www.csrinfo.org/wp-includes/images/media/default.png"
$context['acf']['img_main']['icon']
width => integer 2560
$context['acf']['img_main']['width']
height => integer 1707
$context['acf']['img_main']['height']
sizes => array (18)
$context['acf']['img_main']['sizes']
thumbnail => string (87) "https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg-4...
$context['acf']['img_main']['sizes']['thumbnail']
https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg-400x267.jpeg
thumbnail-width => integer 150
$context['acf']['img_main']['sizes']['thumbnail-width']
thumbnail-height => integer 100
$context['acf']['img_main']['sizes']['thumbnail-height']
medium => string (87) "https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg-6...
$context['acf']['img_main']['sizes']['medium']
https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg-640x427.jpeg
medium-width => integer 300
$context['acf']['img_main']['sizes']['medium-width']
medium-height => integer 200
$context['acf']['img_main']['sizes']['medium-height']
medium_large => string (87) "https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg-9...
$context['acf']['img_main']['sizes']['medium_large']
https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg-991x661.jpeg
medium_large-width => integer 768
$context['acf']['img_main']['sizes']['medium_large-width']
medium_large-height => integer 512
$context['acf']['img_main']['sizes']['medium_large-height']
large => string (88) "https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg-1...
$context['acf']['img_main']['sizes']['large']
https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg-1366x911.jpeg
large-width => integer 1024
$context['acf']['img_main']['sizes']['large-width']
large-height => integer 683
$context['acf']['img_main']['sizes']['large-height']
depicter-thumbnail => string (87) "https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg-2...
$context['acf']['img_main']['sizes']['depicter-thumbnail']
https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg-200x133.jpeg
depicter-thumbnail-width => integer 200
$context['acf']['img_main']['sizes']['depicter-thumbnail-width']
depicter-thumbnail-height => integer 133
$context['acf']['img_main']['sizes']['depicter-thumbnail-height']
fullhd => string (89) "https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg-1...
$context['acf']['img_main']['sizes']['fullhd']
https://www.csrinfo.org/wp-content/uploads/2024/01/program-kompetencji-esg-1920x1280.jpeg
fullhd-width => integer 1920
$context['acf']['img_main']['sizes']['fullhd-width']
fullhd-height => integer 1280
$context['acf']['img_main']['sizes']['fullhd-height']
text_preview => UTF-8 string (306) "W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności ...
$context['acf']['text_preview']
W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności społeczne i problemy związane z zarządzaniem zasobami naturalnymi stają się coraz bardziej palącymi zagadnieniami, zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
content => array (1)
$context['acf']['content']
content => array (3)
$context['acf']['content']['content']
0 => array (2)
$context['acf']['content']['content'][0]
acf_fc_layout => string (4) "text"
$context['acf']['content']['content'][0]['acf_fc_layout']
text => UTF-8 string (13627) "<p>Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środow...
$context['acf']['content']['content'][0]['text']
<p>Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisko człowieka. To wtedy po raz pierwszy dostrzeżono problemy ludzkości, które na początku skupiały się jedynie na zmniejszającej się ilości zasobów naturalnych. Dopiero Szczyt Ziemi w Rio de Janeiro, który odbył się pod hasłem Środowisko i Rozwój, postawił znak równości między czynnikami środowiskowymi a rozwojem społeczno-gospodarczym. Aktualnie, strategia zrównoważonego rozwoju to wachlarz zagadnień związanych ze środowiskiem, społecznością i ładem korporacyjnym, czyli ESG.</p>
<p>Pojęcie ESG nabiera coraz większego znaczenia. Skrót ten odnosi się do trzech kluczowych kategorii tematów, które organizacje powinny uwzględniać w swojej działalności: E jak Environmental (kwestie środowiskowe), S jak Social (kwestie społeczne) i G jak Governance (zarządzanie). Wdrażanie działań ESG nie tylko pomaga organizacjom radzić sobie z wyzwaniami związanymi z tematyką zrównoważonego rozwoju, ale także przyczynia się do poprawy ich efektywności i reputacji. Dlatego warto przyjrzeć się bliżej temu tematowi i dowiedzieć się, dlaczego koncepcja społecznej odpowiedzialności biznesu staje się coraz bardziej istotna dla firm, inwestorów i społeczeństwa.</p>
<p><a href="#cotojestesg">Co to jest ESG?</a></p>
<p><a href="#kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</a></p>
<p><a href="#dlaczegowarto">Dlaczego warto wdrażać ESG w organizacji?</a></p>
<p><a href="#wnioski">Wnioski</a></p>
<h2 id="cotojestesg">Co to jest ESG?</h2>
<p>ESG to skrót od trzech kluczowych czynników, które są używane do oceny zrównoważonej działalności i odpowiedzialności społecznej organizacji. Oto co oznaczają:</p>
<p><span style="text-decoration: underline;">Kwestie środowiskowe (E &#8211; Environmental)</span></p>
<p>Pierwsza litera w skrócie ESG odnosi się do kategorii środowiskowej, co oznacza, że organizacje muszą zwracać uwagę na wpływ swojej działalności na stan środowiska w łańcuchu wartości. Wdrażanie zasad ESG w obszarze środowiskowym oznacza podejmowanie działań mających na celu redukcję emisji gazów cieplarnianych, oszczędzanie zasobów naturalnych, gospodarowanie zasobami wodnymi i minimalizowanie negatywnego wpływu na ekosystemy. Firmy, które skutecznie integrują politykę klimatyczną w swojej strategii biznesowej, mogą zarówno obniżyć koszty oraz przyciągnąć klientów i inwestorów, którzy coraz częściej kierują się wartościami związanymi z ochroną środowiska.</p>
<p><span style="text-decoration: underline;">Kwestie społeczne (S &#8211; Social)</span></p>
<p>Kwestie społecznej odpowiedzialności koncentrują się na relacjach organizacji z pracownikami, warunkami pracy, klientami, dostawcami i społecznością lokalną. Firmy, które dbają o dobrostan swoich pracowników, promują różnorodność i inkluzję oraz angażują się w społeczność, zyskują na zaufaniu i lojalności. Ponadto, społeczne inwestycje mogą pomóc w budowaniu lepszej reputacji firmy, przyciąganiu zdolnych pracowników oraz nowych inwestorów.</p>
<p><span style="text-decoration: underline;">Zarządzanie i ład korporacyjny (G &#8211; Governance)</span></p>
<p>Ostatnia litera ESG odnosi się do zarządzania, czyli sposobu, w jaki organizacja jest kierowana i kontrolowana. Ład korporacyjny to przede wszystkim transparentność, uczciwość i etyka w działaniu. Firmom, które skupiają się na dobrych praktykach zarządzania, łatwiej uniknąć skandali i konfliktów, co ma ogromne znaczenie dla inwestorów. Ponadto, skuteczne zarządzanie może pomóc w podejmowaniu lepszych decyzji biznesowych i zwiększeniu efektywności organizacji.</p>
<h2 id="kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</h2>
<p>Istnieje wiele dokumentów regulujących zagadnienia zrównoważonego rozwoju na różnych poziomach, zarówno międzynarodowych, jak i krajowych. Poniżej znajduje się lista najważniejszych dokumentów i inicjatyw:</p>
<p><a href="https://www.un.org.pl/agenda-2030-rezolucja" target="_blank" rel="noopener">Agenda 2030 dla Zrównoważonego Rozwoju</a> (Agenda 2030) to globalny plan działania przyjęty przez wszystkie państwa członkowskie ONZ w 2015 roku. Skupia się na 17 Celach Zrównoważonego Rozwoju (SDG), które obejmują różnorodne kwestie, m.in. eliminacja ubóstwa, ochrona środowiska, równość płci i zdrowie.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-2439 size-full" src="https://www.csrinfo.org/wp-content/uploads/2024/02/Agenda-ONZ.png" alt="Agenda ONZ 2030" width="706" height="344" srcset="https://www.csrinfo.org/wp-content/uploads/2024/02/Agenda-ONZ.png 706w, https://www.csrinfo.org/wp-content/uploads/2024/02/Agenda-ONZ-640x312.png 640w, https://www.csrinfo.org/wp-content/uploads/2024/02/Agenda-ONZ-400x195.png 400w, https://www.csrinfo.org/wp-content/uploads/2024/02/Agenda-ONZ-200x97.png 200w" sizes="auto, (max-width: 706px) 100vw, 706px" /></p>
<p><a href="https://www.consilium.europa.eu/pl/policies/climate-change/paris-agreement/" target="_blank" rel="noreferrer noopener">Porozumienie Paryskie</a> przyjęte w 2015 roku, ma na celu globalne ograniczenie wzrostu temperatury na świecie poniżej 2°C w stosunku do okresu przedindustrialnego. Koncentruje się na redukcji emisji gazów cieplarnianych i dostosowaniu się do zmian klimatycznych.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p><a href="https://www.europarl.europa.eu/news/pl/headlines/society/20200618STO81513/zielony-lad-klucz-do-neutralnej-klimatycznie-i-zrownowazonej-ue?&amp;at_campaign=20234-Green&amp;at_medium=Google_Ads&amp;at_platform=Search&amp;at_creation=RSA&amp;at_goal=TR_G&amp;at_audience=europejski%20zielony%20%C5%82ad&amp;at_topic=Green_Deal&amp;at_location=PO&amp;gclid=Cj0KCQjw9rSoBhCiARIsAFOipllp_YEBUj3UdL1AT0zYlNvYUsceAbJytKYdChhJWTvQHvEsI4mzDQIaAjD4EALw_wcB" target="_blank" rel="noreferrer noopener">Europejski Zielony Ład</a> (ang. European Green Deal) to strategia i szereg inicjatyw Unii Europejskiej mających na celu osiągnięcie neutralności klimatycznej do 2050 roku, promowanie zrównoważonego rozwoju, ochronę środowiska i przejście na bardziej ekologiczny model gospodarki.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p><a href="https://www.gov.pl/web/finanse/dyrektywa-o-sprawozdawczosci-przedsiebiorstw-w-zakresie-zrownowazonego-rozwoju-juz-opublikowana" target="_blank" rel="noreferrer noopener">Dyrektywa CSRD</a> (ang. Corporate Sustainability Reporting Directive) to unijna inicjatywa mająca na celu rozszerzenie i ulepszenie standardów raportowania ESG przez przedsiębiorstwa.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Skupia się na wymogach dotyczących raportowania informacji związanych z aspektami społecznymi, środowiskowymi i rządzącymi oraz ma na celu zwiększenie transparentności działań firm w tych obszarach.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p><a href="https://finance.ec.europa.eu/sustainable-finance/tools-and-standards/eu-taxonomy-sustainable-activities_en" target="_blank" rel="noreferrer noopener">Taksonomia</a> jest narzędziem regulacyjnym Unii Europejskiej, które określa, jakie działalności gospodarcze można uznać za zrównoważone pod względem ekologicznym. Koncentruje się na identyfikowaniu sektorów gospodarki, które przyczyniają się pozytywnie do celów zrównoważonego rozwoju, oraz tych, które są z nimi sprzeczne.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p><a href="https://www.weforum.org/reports/" target="_blank" rel="noreferrer noopener">Raporty Forum Ekonomicznego w Davos</a> to dokumenty przedstawiane podczas dorocznych spotkań Światowego Forum Ekonomicznego w Davos.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Zakres tematyczny tych raportów jest szeroki i obejmuje kwestie gospodarcze, społeczne, środowiskowe i polityczne. Forum to miejsce dyskusji na temat globalnych wyzwań, takich jak nierówność, zmiany klimatyczne, innowacje i polityka światowa.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p><a href="https://www.fsb-tcfd.org/" target="_blank" rel="noreferrer noopener">TCFD</a> (ang. Task Force on Climate-related Financial Disclosures) to grupa robocza powołana przez Financial Stability Board (FSB), która koncentruje się na dostarczaniu wytycznych dotyczących raportowania finansowego związanego z klimatem. Jej celem jest promowanie przejrzystego i spójnego raportowania informacji finansowych dotyczących ryzyka klimatycznego i jego wpływu na przedsiębiorstwa.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Mnogość dokumentów, wytycznych i inicjatyw sprawia, że zarządzanie ESG jest strategią równoczesnego rozpoznawania i rozwiązywania współczesnych problemów gospodarczych, społecznych i środowiskowym, z uwzględnieniem wpływów finansowym i bezpieczeństwa przyszłych pokoleń.</p>
<div id="dlaczegowarto">
<p><!-- /wp:paragraph --> <!-- wp:heading --></p>
<h2 id="dlaczego-warto" class="wp-block-heading">Dlaczego warto wdrażać ESG w organizacji?</h2>
<p><!-- /wp:heading --> <!-- wp:paragraph --></p>
</div>
<p>Jednym z głównych argumentów przemawiających za wdrażaniem ESG w firmach jest troska o bezpieczeństwo przyszłych pokoleń oraz długoterminową stabilność przedsiębiorstw.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Istnieje wiele powodów, dla których organizacje powinny rozważyć wprowadzenie ESG w działalność organizacji:</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p><strong>Poprawa reputacji </strong></p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Firmy, które angażują się w kwestie ESG, zyskują lepszą reputację i budują zaufanie klientów, inwestorów i społeczności.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p><strong>Wzrost znaczenia na rynku</strong></p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Wielu inwestorów alokuje kapitały w firmy zrównoważone, co może przyciągnąć nowe źródła finansowania. Coraz częściej mówi się o zielonych obligacjach zielonych inwestycjach czy zielonych zamówieniach publicznych.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p><strong>Mitygacja ryzyka</strong></p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Realizacja celów zrównoważonego rozwoju pomaga ograniczyć ryzyko związane z problemami środowiskowymi, społecznymi i zarządczymi w działalności własnej oraz w łańcuchu wartości. Pozwala to redukować ryzyko nieodpowiednich warunków pracy poprzez ankietę lub ocenę dostawcy.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p><strong>Efektywność</strong></p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Dobre praktyki ESG, w tym polityki i kodeksy, mogą pomóc w poprawie efektywności operacyjnej i obniżeniu kosztów produkcji lub utrzymania przedsiębiorstwa.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p><strong>Spełnianie wymogów prawa i regulacji</strong></p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>W wielu krajach wprowadzane są nowe przepisy dotyczące ESG, co sprawia, że organizacje muszą dostosować się do wymagań legislacyjnych. To proces czasochłonny, jednak zapewnia najwyższą jakość oferowanych usług, ich zgodność z prawem oraz minimalizowanie ryzyka w trakcie audytów przedsiębiorstwa.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p><strong>Budowanie wartości pracowników</strong></p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Młodsze pokolenia pracowników coraz częściej wybierają pracodawców, którzy dbają o ESG i odpowiedzialność społeczną oraz oczekują odpowiedzialnej postawy pracodawcy. Wpływa to na wzrost zaangażowania pracowników, poprawę ich dobrostanu oraz polepszanie wizerunku przedsiębiorstwa.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p><strong>Długoterminowy sukces</strong></p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Organizacje, które uwzględniają ESG w swojej strategii, są bardziej przygotowane do długoterminowych wyzwań i zmian na rynku.</p>
<div id="wnioski">
<p><!-- /wp:paragraph --> <!-- wp:heading --></p>
<h2 id="wnioski" class="wp-block-heading">Wnioski</h2>
<p><!-- /wp:heading --> <!-- wp:paragraph --></p>
</div>
<p>ESG to podejście do biznesu, które uwzględnia wpływ działalności na trzy kluczowe obszary: środowiskowy, społeczny i zarządczy, ale również wpływ tych obszarów na funkcjonowanie organizacji. Wdrażanie standardów ESG pomaga organizacjom zarządzać wyzwaniami związanymi ze zrównoważonym rozwojem, oczekiwaniami społecznymi oraz zyskać przewagę konkurencyjną. Firmy, które inwestują w ESG, mogą budować lepszą reputację, przyciągać inwestorów i klientów, minimalizować ryzyka własne i mieć pozytywny wpływ społeczny. Dlatego warto rozważyć implementację ESG w swojej organizacji i zacząć działać na rzecz bardziej zrównoważonej i odpowiedzialnej przyszłości.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>&nbsp;</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Jeśli chcesz dowiedzieć się więcej o ESG, wprowadzić zrównoważone praktyki w działalność swojej firmy oraz poznać najnowsze trendy w tym zakresie, to zapraszamy Cię na szkolenie &#8222;<strong>ESG i zrównoważony rozwój w biznesie</strong>&#8222;.</p>

1 => array (4)
$context['acf']['content']['content'][1]
acf_fc_layout => string (8) "cta_link"
$context['acf']['content']['content'][1]['acf_fc_layout']
title => UTF-8 string (39) "ESG i zrównoważony rozwój w biznesie"
$context['acf']['content']['content'][1]['title']
text => UTF-8 string (351) "<p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</s...
$context['acf']['content']['content'][1]['text']
<p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</span></p>
<p><span style="font-size: 1.4rem;">• praktyczna pomoc we wdrożeniu zrównoważonych działań,</span></p>
<p><span style="font-size: 1.4rem;">• aktualna wiedza na temat ESG,</span></p>
<p><span style="font-size: 1.4rem;">• szkolenie warsztatowe.</span></p>

file => array (3)
$context['acf']['content']['content'][1]['file']
title => UTF-8 string (15) "Zapisuję się!"
$context['acf']['content']['content'][1]['file']['title']
url => string (56) "https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/"
$context['acf']['content']['content'][1]['file']['url']
target => string (0) ""
$context['acf']['content']['content'][1]['file']['target']
2 => array (2)
$context['acf']['content']['content'][2]
acf_fc_layout => string (4) "text"
$context['acf']['content']['content'][2]['acf_fc_layout']
text => UTF-8 string (578) "<p>Przydatne linki:</p> <p><!-- /wp:paragraph --> <!-- wp:paragraph --></p> ...
$context['acf']['content']['content'][2]['text']
<p>Przydatne linki:</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<ul>
<li>Jak zyskać na odpowiedzialności? CSR w strategiach spółek giełdowych.<a href="https://www.csrinfo.org/category/publikacje-csrinfo/">https://www.csrinfo.org/category/publikacje-csrinfo/</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
<li>Forum Odpowiedzialnego Biznesu <a href="http://www.odpowiedzialnybiznes.pl">www.odpowiedzialnybiznes.pl</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
<li>UN Global Goals2030 <a href="https://sdgs.un.org">https://sdgs.un.org</a></li>
</ul>

newsletter => array (1)
$context['acf']['newsletter']
campaignid => string (0) ""
$context['acf']['newsletter']['campaignid']
acf_global => array (16)
$context['acf_global']
baner_top => array (3)
$context['acf_global']['baner_top']
link => string (0) ""
$context['acf_global']['baner_top']['link']
link_left => array (3)
$context['acf_global']['baner_top']['link_left']
title => UTF-8 string (28) "Webinar “ESG w spółce”"
$context['acf_global']['baner_top']['link_left']['title']
url => string (31) "https://esgwspolce.csrinfo.org/"
$context['acf_global']['baner_top']['link_left']['url']
target => string (0) ""
$context['acf_global']['baner_top']['link_left']['target']
link_right => array (3)
$context['acf_global']['baner_top']['link_right']
title => string (29) "Platforma Szkoleniowa CSRinfo"
$context['acf_global']['baner_top']['link_right']['title']
url => string (29) "https://csrinfo.akademia.onl/"
$context['acf_global']['baner_top']['link_right']['url']
target => string (0) ""
$context['acf_global']['baner_top']['link_right']['target']
basic_settings => array (5)
$context['acf_global']['basic_settings']
=> null
$context['acf_global']['basic_settings']['']
logos => array (2)
$context['acf_global']['basic_settings']['logos']
  • Table (2)
  • Contents (2)
  • IDidtitlefilenamefilesizeurllinkaltauthordescriptioncaptionnamestatusuploaded_todatemodifiedmenu_ordermime_typetypesubtypeiconwidthheightsizes
    logo536536Logo-CSR-RGBLogo-CSR-RGB.png19857https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB.pnghttps://www.csrinfo.org/logo-csr-rgb/1logo-csr-rgbinherit02022-09-19 09:24:502022-09-19 09:24:500image/pngimagepnghttps://www.csrinfo.org/wp-includes/images/media/default.png663171array (18)
    logo_footer536536Logo-CSR-RGBLogo-CSR-RGB.png19857https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB.pnghttps://www.csrinfo.org/logo-csr-rgb/1logo-csr-rgbinherit02022-09-19 09:24:502022-09-19 09:24:500image/pngimagepnghttps://www.csrinfo.org/wp-includes/images/media/default.png663171array (18)
  • logo => array (24)
    $context['acf_global']['basic_settings']['logos']['logo']
    ID => integer 536
    $context['acf_global']['basic_settings']['logos']['logo']['ID']
    id => integer 536
    $context['acf_global']['basic_settings']['logos']['logo']['id']
    title => string (12) "Logo-CSR-RGB"
    $context['acf_global']['basic_settings']['logos']['logo']['title']
    filename => string (16) "Logo-CSR-RGB.png"
    $context['acf_global']['basic_settings']['logos']['logo']['filename']
    filesize => integer 19857
    $context['acf_global']['basic_settings']['logos']['logo']['filesize']
    url => string (67) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB.png"
    $context['acf_global']['basic_settings']['logos']['logo']['url']
    link => string (37) "https://www.csrinfo.org/logo-csr-rgb/"
    $context['acf_global']['basic_settings']['logos']['logo']['link']
    alt => string (0) ""
    $context['acf_global']['basic_settings']['logos']['logo']['alt']
    author => string (1) "1"
    $context['acf_global']['basic_settings']['logos']['logo']['author']
    description => string (0) ""
    $context['acf_global']['basic_settings']['logos']['logo']['description']
    caption => string (0) ""
    $context['acf_global']['basic_settings']['logos']['logo']['caption']
    name => string (12) "logo-csr-rgb"
    $context['acf_global']['basic_settings']['logos']['logo']['name']
    status => string (7) "inherit"
    $context['acf_global']['basic_settings']['logos']['logo']['status']
    uploaded_to => integer 0
    $context['acf_global']['basic_settings']['logos']['logo']['uploaded_to']
    date => string (19) "2022-09-19 09:24:50"
    $context['acf_global']['basic_settings']['logos']['logo']['date']
    modified => string (19) "2022-09-19 09:24:50"
    $context['acf_global']['basic_settings']['logos']['logo']['modified']
    menu_order => integer 0
    $context['acf_global']['basic_settings']['logos']['logo']['menu_order']
    mime_type => string (9) "image/png"
    $context['acf_global']['basic_settings']['logos']['logo']['mime_type']
    type => string (5) "image"
    $context['acf_global']['basic_settings']['logos']['logo']['type']
    subtype => string (3) "png"
    $context['acf_global']['basic_settings']['logos']['logo']['subtype']
    icon => string (60) "https://www.csrinfo.org/wp-includes/images/media/default.png"
    $context['acf_global']['basic_settings']['logos']['logo']['icon']
    width => integer 663
    $context['acf_global']['basic_settings']['logos']['logo']['width']
    height => integer 171
    $context['acf_global']['basic_settings']['logos']['logo']['height']
    sizes => array (18)
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']
    thumbnail => string (75) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB-400x103.png"
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['thumbnail']
    thumbnail-width => integer 150
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['thumbnail-width']
    thumbnail-height => integer 39
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['thumbnail-height']
    medium => string (75) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB-640x165.png"
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['medium']
    medium-width => integer 300
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['medium-width']
    medium-height => integer 77
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['medium-height']
    medium_large => string (67) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB.png"
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['medium_large']
    medium_large-width => integer 663
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['medium_large-width']
    medium_large-height => integer 171
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['medium_large-height']
    large => string (67) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB.png"
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['large']
    large-width => integer 663
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['large-width']
    large-height => integer 171
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['large-height']
    depicter-thumbnail => string (67) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB.png"
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['depicter-thumbnail']
    depicter-thumbnail-width => integer 200
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['depicter-thumbnail-width']
    depicter-thumbnail-height => integer 52
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['depicter-thumbnail-height']
    fullhd => string (67) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB.png"
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['fullhd']
    fullhd-width => integer 663
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['fullhd-width']
    fullhd-height => integer 171
    $context['acf_global']['basic_settings']['logos']['logo']['sizes']['fullhd-height']
    logo_footer => array (24)
    $context['acf_global']['basic_settings']['logos']['logo_footer']
    ID => integer 536
    $context['acf_global']['basic_settings']['logos']['logo_footer']['ID']
    id => integer 536
    $context['acf_global']['basic_settings']['logos']['logo_footer']['id']
    title => string (12) "Logo-CSR-RGB"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['title']
    filename => string (16) "Logo-CSR-RGB.png"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['filename']
    filesize => integer 19857
    $context['acf_global']['basic_settings']['logos']['logo_footer']['filesize']
    url => string (67) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB.png"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['url']
    link => string (37) "https://www.csrinfo.org/logo-csr-rgb/"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['link']
    alt => string (0) ""
    $context['acf_global']['basic_settings']['logos']['logo_footer']['alt']
    author => string (1) "1"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['author']
    description => string (0) ""
    $context['acf_global']['basic_settings']['logos']['logo_footer']['description']
    caption => string (0) ""
    $context['acf_global']['basic_settings']['logos']['logo_footer']['caption']
    name => string (12) "logo-csr-rgb"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['name']
    status => string (7) "inherit"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['status']
    uploaded_to => integer 0
    $context['acf_global']['basic_settings']['logos']['logo_footer']['uploaded_to']
    date => string (19) "2022-09-19 09:24:50"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['date']
    modified => string (19) "2022-09-19 09:24:50"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['modified']
    menu_order => integer 0
    $context['acf_global']['basic_settings']['logos']['logo_footer']['menu_order']
    mime_type => string (9) "image/png"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['mime_type']
    type => string (5) "image"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['type']
    subtype => string (3) "png"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['subtype']
    icon => string (60) "https://www.csrinfo.org/wp-includes/images/media/default.png"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['icon']
    width => integer 663
    $context['acf_global']['basic_settings']['logos']['logo_footer']['width']
    height => integer 171
    $context['acf_global']['basic_settings']['logos']['logo_footer']['height']
    sizes => array (18)
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']
    thumbnail => string (75) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB-400x103.png"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['thumbnail']
    thumbnail-width => integer 150
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['thumbnail-width']
    thumbnail-height => integer 39
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['thumbnail-height']
    medium => string (75) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB-640x165.png"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['medium']
    medium-width => integer 300
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['medium-width']
    medium-height => integer 77
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['medium-height']
    medium_large => string (67) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB.png"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['medium_large']
    medium_large-width => integer 663
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['medium_large-width']
    medium_large-height => integer 171
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['medium_large-height']
    large => string (67) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB.png"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['large']
    large-width => integer 663
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['large-width']
    large-height => integer 171
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['large-height']
    depicter-thumbnail => string (67) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB.png"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['depicter-thumbnail']
    depicter-thumbnail-width => integer 200
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['depicter-thumbnail-width']
    depicter-thumbnail-height => integer 52
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['depicter-thumbnail-height']
    fullhd => string (67) "https://www.csrinfo.org/wp-content/uploads/2022/09/Logo-CSR-RGB.png"
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['fullhd']
    fullhd-width => integer 663
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['fullhd-width']
    fullhd-height => integer 171
    $context['acf_global']['basic_settings']['logos']['logo_footer']['sizes']['fullhd-height']
contact => array (2)
$context['acf_global']['basic_settings']['contact']
  • Table (2)
  • Contents (2)
  • titleurltarget
    tel600 534 779tel:600534779
    mailbiuro@csrinfo.orgmailto:biuro@csrinfo.org
  • tel => array (3)
    $context['acf_global']['basic_settings']['contact']['tel']
    title => string (11) "600 534 779"
    $context['acf_global']['basic_settings']['contact']['tel']['title']
    url => string (13) "tel:600534779"
    $context['acf_global']['basic_settings']['contact']['tel']['url']
    target => string (0) ""
    $context['acf_global']['basic_settings']['contact']['tel']['target']
    mail => array (3)
    $context['acf_global']['basic_settings']['contact']['mail']
    title => string (17) "biuro@csrinfo.org"
    $context['acf_global']['basic_settings']['contact']['mail']['title']
    url => string (24) "mailto:biuro@csrinfo.org"
    $context['acf_global']['basic_settings']['contact']['mail']['url']
    target => string (0) ""
    $context['acf_global']['basic_settings']['contact']['mail']['target']
social_media_info => array (3)
$context['acf_global']['basic_settings']['social_media_info']
img => array (24)
$context['acf_global']['basic_settings']['social_media_info']['img']
ID => integer 50
$context['acf_global']['basic_settings']['social_media_info']['img']['ID']
id => integer 50
$context['acf_global']['basic_settings']['social_media_info']['img']['id']
title => string (3) "fav"
$context['acf_global']['basic_settings']['social_media_info']['img']['title']
filename => string (7) "fav.png"
$context['acf_global']['basic_settings']['social_media_info']['img']['filename']
filesize => integer 6284
$context['acf_global']['basic_settings']['social_media_info']['img']['filesize']
url => string (58) "https://www.csrinfo.org/wp-content/uploads/2022/07/fav.png"
$context['acf_global']['basic_settings']['social_media_info']['img']['url']
link => string (101) "https://www.csrinfo.org/blog/jesienny-rozklad-jazdy-csrinfo-zobacz-co-przygo...
$context['acf_global']['basic_settings']['social_media_info']['img']['link']
https://www.csrinfo.org/blog/jesienny-rozklad-jazdy-csrinfo-zobacz-co-przygotowalismy-dla-ciebie/fav/
alt => string (0) ""
$context['acf_global']['basic_settings']['social_media_info']['img']['alt']
author => string (1) "1"
$context['acf_global']['basic_settings']['social_media_info']['img']['author']
description => string (0) ""
$context['acf_global']['basic_settings']['social_media_info']['img']['description']
caption => string (0) ""
$context['acf_global']['basic_settings']['social_media_info']['img']['caption']
name => string (3) "fav"
$context['acf_global']['basic_settings']['social_media_info']['img']['name']
status => string (7) "inherit"
$context['acf_global']['basic_settings']['social_media_info']['img']['status']
uploaded_to => integer 124
$context['acf_global']['basic_settings']['social_media_info']['img']['uploaded_to']
date => string (19) "2022-07-04 08:59:49"
$context['acf_global']['basic_settings']['social_media_info']['img']['date']
modified => string (19) "2022-07-07 23:36:07"
$context['acf_global']['basic_settings']['social_media_info']['img']['modified']
menu_order => integer 0
$context['acf_global']['basic_settings']['social_media_info']['img']['menu_order']
mime_type => string (9) "image/png"
$context['acf_global']['basic_settings']['social_media_info']['img']['mime_type']
type => string (5) "image"
$context['acf_global']['basic_settings']['social_media_info']['img']['type']
subtype => string (3) "png"
$context['acf_global']['basic_settings']['social_media_info']['img']['subtype']
icon => string (60) "https://www.csrinfo.org/wp-includes/images/media/default.png"
$context['acf_global']['basic_settings']['social_media_info']['img']['icon']
width => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['width']
height => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['height']
sizes => array (18)
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']
thumbnail => string (58) "https://www.csrinfo.org/wp-content/uploads/2022/07/fav.png"
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['thumbnail']
thumbnail-width => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['thumbnail-width']
thumbnail-height => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['thumbnail-height']
medium => string (58) "https://www.csrinfo.org/wp-content/uploads/2022/07/fav.png"
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['medium']
medium-width => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['medium-width']
medium-height => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['medium-height']
medium_large => string (58) "https://www.csrinfo.org/wp-content/uploads/2022/07/fav.png"
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['medium_large']
medium_large-width => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['medium_large-width']
medium_large-height => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['medium_large-height']
large => string (58) "https://www.csrinfo.org/wp-content/uploads/2022/07/fav.png"
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['large']
large-width => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['large-width']
large-height => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['large-height']
depicter-thumbnail => string (58) "https://www.csrinfo.org/wp-content/uploads/2022/07/fav.png"
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['depicter-thumbnail']
depicter-thumbnail-width => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['depicter-thumbnail-width']
depicter-thumbnail-height => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['depicter-thumbnail-height']
fullhd => string (58) "https://www.csrinfo.org/wp-content/uploads/2022/07/fav.png"
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['fullhd']
fullhd-width => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['fullhd-width']
fullhd-height => integer 100
$context['acf_global']['basic_settings']['social_media_info']['img']['sizes']['fullhd-height']
color => string (7) "#163b73"
$context['acf_global']['basic_settings']['social_media_info']['color']
#163B73
rgb(22, 59, 115)
hsl(216, 67%, 26%)
video => boolean false
$context['acf_global']['basic_settings']['social_media_info']['video']
links => array (3)
$context['acf_global']['basic_settings']['links']
policy_privacy => array (3)
$context['acf_global']['basic_settings']['links']['policy_privacy']
title => UTF-8 string (21) "Polityka prywatności"
$context['acf_global']['basic_settings']['links']['policy_privacy']['title']
url => string (45) "https://www.csrinfo.org/polityka-prywatnosci/"
$context['acf_global']['basic_settings']['links']['policy_privacy']['url']
target => string (0) ""
$context['acf_global']['basic_settings']['links']['policy_privacy']['target']
zapis => array (3)
$context['acf_global']['basic_settings']['links']['zapis']
title => string (29) "Formularz zapisu na szkolenie"
$context['acf_global']['basic_settings']['links']['zapis']['title']
url => string (54) "https://www.csrinfo.org/formularz-zapisu-na-szkolenie/"
$context['acf_global']['basic_settings']['links']['zapis']['url']
target => string (0) ""
$context['acf_global']['basic_settings']['links']['zapis']['target']
zapis_event => string (0) ""
$context['acf_global']['basic_settings']['links']['zapis_event']
blog => array (2)
$context['acf_global']['blog']
promoted => array (2)
$context['acf_global']['blog']['promoted']
0 => WP_Post (24)
$context['acf_global']['blog']['promoted'][0]
  • Properties (24)
  • Available methods (6)
  • public ID -> integer 2460
    $context['acf_global']['blog']['promoted'][0]->ID
    public post_author -> string (1) "4"
    $context['acf_global']['blog']['promoted'][0]->post_author
    public post_date -> string (19) "2024-01-31 19:07:28"
    $context['acf_global']['blog']['promoted'][0]->post_date
    public post_date_gmt -> string (19) "2024-01-31 18:07:28"
    $context['acf_global']['blog']['promoted'][0]->post_date_gmt
    public post_content -> string (0) ""
    $context['acf_global']['blog']['promoted'][0]->post_content
    public post_title -> string (31) "Trendy ESG 2024. Dyrektywa CSRD"
    $context['acf_global']['blog']['promoted'][0]->post_title
    public post_excerpt -> string (0) ""
    $context['acf_global']['blog']['promoted'][0]->post_excerpt
    public post_status -> string (7) "publish"
    $context['acf_global']['blog']['promoted'][0]->post_status
    public comment_status -> string (6) "closed"
    $context['acf_global']['blog']['promoted'][0]->comment_status
    public ping_status -> string (6) "closed"
    $context['acf_global']['blog']['promoted'][0]->ping_status
    public post_password -> string (0) ""
    $context['acf_global']['blog']['promoted'][0]->post_password
    public post_name -> string (10) "trendy-esg"
    $context['acf_global']['blog']['promoted'][0]->post_name
    public to_ping -> string (0) ""
    $context['acf_global']['blog']['promoted'][0]->to_ping
    public pinged -> string (0) ""
    $context['acf_global']['blog']['promoted'][0]->pinged
    public post_modified -> string (19) "2024-05-08 22:56:08"
    $context['acf_global']['blog']['promoted'][0]->post_modified
    public post_modified_gmt -> string (19) "2024-05-08 20:56:08"
    $context['acf_global']['blog']['promoted'][0]->post_modified_gmt
    public post_content_filtered -> string (0) ""
    $context['acf_global']['blog']['promoted'][0]->post_content_filtered
    public post_parent -> integer 0
    $context['acf_global']['blog']['promoted'][0]->post_parent
    public guid -> string (51) "https://www.csrinfo.org/?post_type=blog&#038;p=2460"
    $context['acf_global']['blog']['promoted'][0]->guid
    public menu_order -> integer 0
    $context['acf_global']['blog']['promoted'][0]->menu_order
    public post_type -> string (4) "blog"
    $context['acf_global']['blog']['promoted'][0]->post_type
    public post_mime_type -> string (0) ""
    $context['acf_global']['blog']['promoted'][0]->post_mime_type
    public comment_count -> string (1) "0"
    $context['acf_global']['blog']['promoted'][0]->comment_count
    public filter -> string (3) "raw"
    $context['acf_global']['blog']['promoted'][0]->filter
  • public __construct($post) Constructor.
    new \WP_Post($post)
    /**
    * Constructor.
    *
    * @since 3.5.0
    *
    * @param WP_Post|object $post Post object.
    */
    
    Defined in <ROOT>/wp-includes/class-wp-post.php:265
    public __isset($key): bool Isset-er.
    /**
    * Isset-er.
    *
    * @since 3.5.0
    *
    * @param string $key Property to check if set.
    * @return bool
    */
    
    Defined in <ROOT>/wp-includes/class-wp-post.php:279
    public __get($key): mixed Getter.
    /**
    * Getter.
    *
    * @since 3.5.0
    *
    * @param string $key Key to get.
    * @return mixed
    */
    
    Defined in <ROOT>/wp-includes/class-wp-post.php:307
    public filter($filter): WP_Post {@Missing Summary}
    $context['acf_global']['blog']['promoted'][0]->filter($filter)
    /**
    * {@Missing Summary}
    *
    * @since 3.5.0
    *
    * @param string $filter Filter.
    * @return WP_Post
    */
    
    Defined in <ROOT>/wp-includes/class-wp-post.php:358
    public to_array(): array Object as array. Convert object to array.
    $context['acf_global']['blog']['promoted'][0]->to_array()
    /**
    * Convert object to array.
    *
    * @since 3.5.0
    *
    * @return array Object as array.
    */
    
    Defined in <ROOT>/wp-includes/class-wp-post.php:377
    public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
    \WP_Post::get_instance($post_id)
    /**
    * Retrieve WP_Post instance.
    *
    * @since 3.5.0
    *
    * @global wpdb $wpdb WordPress database abstraction object.
    *
    * @param int $post_id Post ID.
    * @return WP_Post|false Post object, false otherwise.
    */
    
    Defined in <ROOT>/wp-includes/class-wp-post.php:232
1 => WP_Post (24)
$context['acf_global']['blog']['promoted'][1]
  • Properties (24)
  • Available methods (6)
  • public ID -> integer 2457
    $context['acf_global']['blog']['promoted'][1]->ID
    public post_author -> string (1) "4"
    $context['acf_global']['blog']['promoted'][1]->post_author
    public post_date -> string (19) "2023-12-06 17:17:52"
    $context['acf_global']['blog']['promoted'][1]->post_date
    public post_date_gmt -> string (19) "2023-12-06 16:17:52"
    $context['acf_global']['blog']['promoted'][1]->post_date_gmt
    public post_content -> string (0) ""
    $context['acf_global']['blog']['promoted'][1]->post_content
    public post_title -> UTF-8 string (85) "Raportowanie niefinansowe: czy mam dużo czasu na przygotowanie raportu ESG s...
    $context['acf_global']['blog']['promoted'][1]->post_title
    Raportowanie niefinansowe: czy mam dużo czasu na przygotowanie raportu ESG spółki?
    
    public post_excerpt -> string (0) ""
    $context['acf_global']['blog']['promoted'][1]->post_excerpt
    public post_status -> string (7) "publish"
    $context['acf_global']['blog']['promoted'][1]->post_status
    public comment_status -> string (6) "closed"
    $context['acf_global']['blog']['promoted'][1]->comment_status
    public ping_status -> string (6) "closed"
    $context['acf_global']['blog']['promoted'][1]->ping_status
    public post_password -> string (0) ""
    $context['acf_global']['blog']['promoted'][1]->post_password
    public post_name -> string (54) "czy-mam-duzo-czasu-na-przygotowanie-raportu-esg-spolki"
    $context['acf_global']['blog']['promoted'][1]->post_name
    public to_ping -> string (0) ""
    $context['acf_global']['blog']['promoted'][1]->to_ping
    public pinged -> string (0) ""
    $context['acf_global']['blog']['promoted'][1]->pinged
    public post_modified -> string (19) "2025-01-21 00:34:04"
    $context['acf_global']['blog']['promoted'][1]->post_modified
    public post_modified_gmt -> string (19) "2025-01-20 23:34:04"
    $context['acf_global']['blog']['promoted'][1]->post_modified_gmt
    public post_content_filtered -> string (0) ""
    $context['acf_global']['blog']['promoted'][1]->post_content_filtered
    public post_parent -> integer 0
    $context['acf_global']['blog']['promoted'][1]->post_parent
    public guid -> string (51) "https://www.csrinfo.org/?post_type=blog&#038;p=2457"
    $context['acf_global']['blog']['promoted'][1]->guid
    public menu_order -> integer 0
    $context['acf_global']['blog']['promoted'][1]->menu_order
    public post_type -> string (4) "blog"
    $context['acf_global']['blog']['promoted'][1]->post_type
    public post_mime_type -> string (0) ""
    $context['acf_global']['blog']['promoted'][1]->post_mime_type
    public comment_count -> string (1) "0"
    $context['acf_global']['blog']['promoted'][1]->comment_count
    public filter -> string (3) "raw"
    $context['acf_global']['blog']['promoted'][1]->filter
  • public __construct($post) Constructor.
    new \WP_Post($post)
    /**
    * Constructor.
    *
    * @since 3.5.0
    *
    * @param WP_Post|object $post Post object.
    */
    
    Defined in <ROOT>/wp-includes/class-wp-post.php:265
    public __isset($key): bool Isset-er.
    /**
    * Isset-er.
    *
    * @since 3.5.0
    *
    * @param string $key Property to check if set.
    * @return bool
    */
    
    Defined in <ROOT>/wp-includes/class-wp-post.php:279
    public __get($key): mixed Getter.
    /**
    * Getter.
    *
    * @since 3.5.0
    *
    * @param string $key Key to get.
    * @return mixed
    */
    
    Defined in <ROOT>/wp-includes/class-wp-post.php:307
    public filter($filter): WP_Post {@Missing Summary}
    $context['acf_global']['blog']['promoted'][1]->filter($filter)
    /**
    * {@Missing Summary}
    *
    * @since 3.5.0
    *
    * @param string $filter Filter.
    * @return WP_Post
    */
    
    Defined in <ROOT>/wp-includes/class-wp-post.php:358
    public to_array(): array Object as array. Convert object to array.
    $context['acf_global']['blog']['promoted'][1]->to_array()
    /**
    * Convert object to array.
    *
    * @since 3.5.0
    *
    * @return array Object as array.
    */
    
    Defined in <ROOT>/wp-includes/class-wp-post.php:377
    public static get_instance($post_id): WP_Post|false Post object, false otherwise. Retrieve WP_Post instance.
    \WP_Post::get_instance($post_id)
    /**
    * Retrieve WP_Post instance.
    *
    * @since 3.5.0
    *
    * @global wpdb $wpdb WordPress database abstraction object.
    *
    * @param int $post_id Post ID.
    * @return WP_Post|false Post object, false otherwise.
    */
    
    Defined in <ROOT>/wp-includes/class-wp-post.php:232
newsletter => array (4)
$context['acf_global']['blog']['newsletter']
title => string (10) "Newsletter"
$context['acf_global']['blog']['newsletter']['title']
text => UTF-8 string (52) "Zapisz się do newslettera i zyskaj pigułkę wiedzy"
$context['acf_global']['blog']['newsletter']['text']
button_text => UTF-8 string (30) "Chcę wiedzieć co się dzieje"
$context['acf_global']['blog']['newsletter']['button_text']
campaignid => string (5) "6Qcra"
$context['acf_global']['blog']['newsletter']['campaignid']
cookies => array (2)
$context['acf_global']['cookies']
title => string (0) ""
$context['acf_global']['cookies']['title']
text => string (0) ""
$context['acf_global']['cookies']['text']
footer_menu => array (5)
$context['acf_global']['footer_menu']
0 => array (1)
$context['acf_global']['footer_menu'][0]
col => array (5)
$context['acf_global']['footer_menu'][0]['col']
0 => array (2)
$context['acf_global']['footer_menu'][0]['col'][0]
acf_fc_layout => string (5) "label"
$context['acf_global']['footer_menu'][0]['col'][0]['acf_fc_layout']
text => string (9) "Doradztwo"
$context['acf_global']['footer_menu'][0]['col'][0]['text']
1 => array (2)
$context['acf_global']['footer_menu'][0]['col'][1]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][0]['col'][1]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][0]['col'][1]['link']
title => string (16) "Raportowanie ESG"
$context['acf_global']['footer_menu'][0]['col'][1]['link']['title']
url => string (41) "https://www.csrinfo.org/raportowanie-esg/"
$context['acf_global']['footer_menu'][0]['col'][1]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][0]['col'][1]['link']['target']
2 => array (2)
$context['acf_global']['footer_menu'][0]['col'][2]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][0]['col'][2]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][0]['col'][2]['link']
title => string (17) "Strategia CSR/ESG"
$context['acf_global']['footer_menu'][0]['col'][2]['link']['title']
url => string (38) "https://www.csrinfo.org/strategia-esg/"
$context['acf_global']['footer_menu'][0]['col'][2]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][0]['col'][2]['link']['target']
3 => array (2)
$context['acf_global']['footer_menu'][0]['col'][3]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][0]['col'][3]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][0]['col'][3]['link']
title => string (36) "Analiza ryzyk i polityka klimatyczna"
$context['acf_global']['footer_menu'][0]['col'][3]['link']['title']
url => string (45) "https://www.csrinfo.org/polityka-klimatyczna/"
$context['acf_global']['footer_menu'][0]['col'][3]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][0]['col'][3]['link']['target']
4 => array (2)
$context['acf_global']['footer_menu'][0]['col'][4]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][0]['col'][4]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][0]['col'][4]['link']
title => UTF-8 string (73) "Mapowanie i analiza łańcucha wartości, zrównoważony łańcuch dostaw"
$context['acf_global']['footer_menu'][0]['col'][4]['link']['title']
url => string (37) "https://www.csrinfo.org/dostawcy-esg/"
$context['acf_global']['footer_menu'][0]['col'][4]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][0]['col'][4]['link']['target']
1 => array (1)
$context['acf_global']['footer_menu'][1]
col => array (6)
$context['acf_global']['footer_menu'][1]['col']
0 => array (2)
$context['acf_global']['footer_menu'][1]['col'][0]
acf_fc_layout => string (5) "label"
$context['acf_global']['footer_menu'][1]['col'][0]['acf_fc_layout']
text => string (8) "Edukacja"
$context['acf_global']['footer_menu'][1]['col'][0]['text']
1 => array (2)
$context['acf_global']['footer_menu'][1]['col'][1]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][1]['col'][1]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][1]['col'][1]['link']
title => string (15) "Szkolenia z ESG"
$context['acf_global']['footer_menu'][1]['col'][1]['link']['title']
url => string (40) "https://www.csrinfo.org/szkolenia-z-esg/"
$context['acf_global']['footer_menu'][1]['col'][1]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][1]['col'][1]['link']['target']
2 => array (2)
$context['acf_global']['footer_menu'][1]['col'][2]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][1]['col'][2]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][1]['col'][2]['link']
title => UTF-8 string (29) "Platforma szkoleń ESG online"
$context['acf_global']['footer_menu'][1]['col'][2]['link']['title']
url => string (53) "https://www.csrinfo.org/platforma-szkolen-esg-online/"
$context['acf_global']['footer_menu'][1]['col'][2]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][1]['col'][2]['link']['target']
3 => array (2)
$context['acf_global']['footer_menu'][1]['col'][3]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][1]['col'][3]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][1]['col'][3]['link']
title => string (21) "Otwarte szkolenia ESG"
$context['acf_global']['footer_menu'][1]['col'][3]['link']['title']
url => string (38) "https://www.csrinfo.org/szkolenia-esg/"
$context['acf_global']['footer_menu'][1]['col'][3]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][1]['col'][3]['link']['target']
4 => array (2)
$context['acf_global']['footer_menu'][1]['col'][4]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][1]['col'][4]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][1]['col'][4]['link']
title => string (21) "Otwarte szkolenia ESG"
$context['acf_global']['footer_menu'][1]['col'][4]['link']['title']
url => string (38) "https://www.csrinfo.org/szkolenia-esg/"
$context['acf_global']['footer_menu'][1]['col'][4]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][1]['col'][4]['link']['target']
5 => array (2)
$context['acf_global']['footer_menu'][1]['col'][5]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][1]['col'][5]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][1]['col'][5]['link']
title => string (22) "Mistrzowski Raport ESG"
$context['acf_global']['footer_menu'][1]['col'][5]['link']['title']
url => string (41) "https://mistrzowskiraportesg.csrinfo.org/"
$context['acf_global']['footer_menu'][1]['col'][5]['link']['url']
target => string (6) "_blank"
$context['acf_global']['footer_menu'][1]['col'][5]['link']['target']
2 => array (1)
$context['acf_global']['footer_menu'][2]
col => array (6)
$context['acf_global']['footer_menu'][2]['col']
0 => array (2)
$context['acf_global']['footer_menu'][2]['col'][0]
acf_fc_layout => string (5) "label"
$context['acf_global']['footer_menu'][2]['col'][0]['acf_fc_layout']
text => string (5) "Firma"
$context['acf_global']['footer_menu'][2]['col'][0]['text']
1 => array (2)
$context['acf_global']['footer_menu'][2]['col'][1]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][2]['col'][1]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][2]['col'][1]['link']
title => string (8) "O firmie"
$context['acf_global']['footer_menu'][2]['col'][1]['link']['title']
url => string (33) "https://www.csrinfo.org/o-firmie/"
$context['acf_global']['footer_menu'][2]['col'][1]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][2]['col'][1]['link']['target']
2 => array (2)
$context['acf_global']['footer_menu'][2]['col'][2]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][2]['col'][2]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][2]['col'][2]['link']
title => UTF-8 string (14) "Doświadczenie"
$context['acf_global']['footer_menu'][2]['col'][2]['link']['title']
url => string (38) "https://www.csrinfo.org/doswiadczenie/"
$context['acf_global']['footer_menu'][2]['col'][2]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][2]['col'][2]['link']['target']
3 => array (2)
$context['acf_global']['footer_menu'][2]['col'][3]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][2]['col'][3]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][2]['col'][3]['link']
title => UTF-8 string (12) "Współpraca"
$context['acf_global']['footer_menu'][2]['col'][3]['link']['title']
url => string (35) "https://www.csrinfo.org/wspolpraca/"
$context['acf_global']['footer_menu'][2]['col'][3]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][2]['col'][3]['link']['target']
4 => array (2)
$context['acf_global']['footer_menu'][2]['col'][4]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][2]['col'][4]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][2]['col'][4]['link']
title => UTF-8 string (21) "Polityka prywatności"
$context['acf_global']['footer_menu'][2]['col'][4]['link']['title']
url => string (45) "https://www.csrinfo.org/polityka-prywatnosci/"
$context['acf_global']['footer_menu'][2]['col'][4]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][2]['col'][4]['link']['target']
5 => array (2)
$context['acf_global']['footer_menu'][2]['col'][5]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][2]['col'][5]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][2]['col'][5]['link']
title => string (21) "Regulamin Newslettera"
$context['acf_global']['footer_menu'][2]['col'][5]['link']['title']
url => string (46) "https://www.csrinfo.org/regulamin-newslettera/"
$context['acf_global']['footer_menu'][2]['col'][5]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][2]['col'][5]['link']['target']
3 => array (1)
$context['acf_global']['footer_menu'][3]
col => array (3)
$context['acf_global']['footer_menu'][3]['col']
0 => array (2)
$context['acf_global']['footer_menu'][3]['col'][0]
acf_fc_layout => string (5) "label"
$context['acf_global']['footer_menu'][3]['col'][0]['acf_fc_layout']
text => string (8) "Kontakt "
$context['acf_global']['footer_menu'][3]['col'][0]['text']
1 => array (2)
$context['acf_global']['footer_menu'][3]['col'][1]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][3]['col'][1]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][3]['col'][1]['link']
title => string (7) "Kontakt"
$context['acf_global']['footer_menu'][3]['col'][1]['link']['title']
url => string (32) "https://www.csrinfo.org/kontakt/"
$context['acf_global']['footer_menu'][3]['col'][1]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][3]['col'][1]['link']['target']
2 => array (2)
$context['acf_global']['footer_menu'][3]['col'][2]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][3]['col'][2]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][3]['col'][2]['link']
title => string (10) "Newsletter"
$context['acf_global']['footer_menu'][3]['col'][2]['link']['title']
url => string (43) "https://www.csrinfo.org/kontakt/#newsletter"
$context['acf_global']['footer_menu'][3]['col'][2]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][3]['col'][2]['link']['target']
4 => array (1)
$context['acf_global']['footer_menu'][4]
col => array (3)
$context['acf_global']['footer_menu'][4]['col']
0 => array (2)
$context['acf_global']['footer_menu'][4]['col'][0]
acf_fc_layout => string (5) "label"
$context['acf_global']['footer_menu'][4]['col'][0]['acf_fc_layout']
text => UTF-8 string (10) "Pozostałe"
$context['acf_global']['footer_menu'][4]['col'][0]['text']
1 => array (2)
$context['acf_global']['footer_menu'][4]['col'][1]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][4]['col'][1]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][4]['col'][1]['link']
title => string (4) "Blog"
$context['acf_global']['footer_menu'][4]['col'][1]['link']['title']
url => string (29) "https://www.csrinfo.org/blog/"
$context['acf_global']['footer_menu'][4]['col'][1]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][4]['col'][1]['link']['target']
2 => array (2)
$context['acf_global']['footer_menu'][4]['col'][2]
acf_fc_layout => string (4) "link"
$context['acf_global']['footer_menu'][4]['col'][2]['acf_fc_layout']
link => array (3)
$context['acf_global']['footer_menu'][4]['col'][2]['link']
title => string (10) "Wydarzenia"
$context['acf_global']['footer_menu'][4]['col'][2]['link']['title']
url => string (35) "https://www.csrinfo.org/wydarzenia/"
$context['acf_global']['footer_menu'][4]['col'][2]['link']['url']
target => string (0) ""
$context['acf_global']['footer_menu'][4]['col'][2]['link']['target']
footer_text => string (337) "<p>CSRinfo sp. z o.o.<br /> Ul. Prosta 20<br /> 00-850 Warszawa</p> <p class...
$context['acf_global']['footer_text']
<p>CSRinfo sp. z o.o.<br />
Ul. Prosta 20<br />
00-850 Warszawa</p>
<p class="text-16 font-400 transition-all group-hover:tracking-wider">E-mail: <a href="mailto:biuro.zarzadu@csrinfo.org">biuro.zarzadu@csrinfo.org</a><br />
Tel: <a href="tel:+48666021397">+48 666 021 397</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

google_analytics => string (0) ""
$context['acf_global']['google_analytics']
have_questions => array (5)
$context['acf_global']['have_questions']
img => array (24)
$context['acf_global']['have_questions']['img']
ID => integer 1757
$context['acf_global']['have_questions']['img']['ID']
id => integer 1757
$context['acf_global']['have_questions']['img']['id']
title => string (59) "536_PrzechwyaPaulina Pietrzak-Gerchanttywanie bez nazwy1437"
$context['acf_global']['have_questions']['img']['title']
filename => string (52) "536_Przechwytywanie-bez-nazwy1437-e1706546862123.jpg"
$context['acf_global']['have_questions']['img']['filename']
filesize => integer 708857
$context['acf_global']['have_questions']['img']['filesize']
url => string (103) "https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-n...
$context['acf_global']['have_questions']['img']['url']
https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-nazwy1437-e1706546862123.jpg
link => string (65) "https://www.csrinfo.org/zespol/536_przechwytywanie-bez-nazwy1437/"
$context['acf_global']['have_questions']['img']['link']
alt => string (25) "Paulina Pietrzak-Gerchant"
$context['acf_global']['have_questions']['img']['alt']
author => string (1) "4"
$context['acf_global']['have_questions']['img']['author']
description => string (0) ""
$context['acf_global']['have_questions']['img']['description']
caption => string (0) ""
$context['acf_global']['have_questions']['img']['caption']
name => string (33) "536_przechwytywanie-bez-nazwy1437"
$context['acf_global']['have_questions']['img']['name']
status => string (7) "inherit"
$context['acf_global']['have_questions']['img']['status']
uploaded_to => integer 321
$context['acf_global']['have_questions']['img']['uploaded_to']
date => string (19) "2023-07-01 12:57:55"
$context['acf_global']['have_questions']['img']['date']
modified => string (19) "2023-07-01 12:58:39"
$context['acf_global']['have_questions']['img']['modified']
menu_order => integer 0
$context['acf_global']['have_questions']['img']['menu_order']
mime_type => string (10) "image/jpeg"
$context['acf_global']['have_questions']['img']['mime_type']
type => string (5) "image"
$context['acf_global']['have_questions']['img']['type']
subtype => string (4) "jpeg"
$context['acf_global']['have_questions']['img']['subtype']
icon => string (60) "https://www.csrinfo.org/wp-includes/images/media/default.png"
$context['acf_global']['have_questions']['img']['icon']
width => integer 1916
$context['acf_global']['have_questions']['img']['width']
height => integer 1666
$context['acf_global']['have_questions']['img']['height']
sizes => array (18)
$context['acf_global']['have_questions']['img']['sizes']
thumbnail => string (111) "https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-n...
$context['acf_global']['have_questions']['img']['sizes']['thumbnail']
https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-nazwy1437-e1706546862123-400x348.jpg
thumbnail-width => integer 150
$context['acf_global']['have_questions']['img']['sizes']['thumbnail-width']
thumbnail-height => integer 131
$context['acf_global']['have_questions']['img']['sizes']['thumbnail-height']
medium => string (111) "https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-n...
$context['acf_global']['have_questions']['img']['sizes']['medium']
https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-nazwy1437-e1706546862123-640x556.jpg
medium-width => integer 300
$context['acf_global']['have_questions']['img']['sizes']['medium-width']
medium-height => integer 261
$context['acf_global']['have_questions']['img']['sizes']['medium-height']
medium_large => string (111) "https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-n...
$context['acf_global']['have_questions']['img']['sizes']['medium_large']
https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-nazwy1437-e1706546862123-991x862.jpg
medium_large-width => integer 768
$context['acf_global']['have_questions']['img']['sizes']['medium_large-width']
medium_large-height => integer 668
$context['acf_global']['have_questions']['img']['sizes']['medium_large-height']
large => string (113) "https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-n...
$context['acf_global']['have_questions']['img']['sizes']['large']
https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-nazwy1437-e1706546862123-1366x1188.jpg
large-width => integer 1024
$context['acf_global']['have_questions']['img']['sizes']['large-width']
large-height => integer 891
$context['acf_global']['have_questions']['img']['sizes']['large-height']
depicter-thumbnail => string (111) "https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-n...
$context['acf_global']['have_questions']['img']['sizes']['depicter-thumbnail']
https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-nazwy1437-e1706546862123-200x174.jpg
depicter-thumbnail-width => integer 200
$context['acf_global']['have_questions']['img']['sizes']['depicter-thumbnail-width']
depicter-thumbnail-height => integer 174
$context['acf_global']['have_questions']['img']['sizes']['depicter-thumbnail-height']
fullhd => string (98) "https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-n...
$context['acf_global']['have_questions']['img']['sizes']['fullhd']
https://www.csrinfo.org/wp-content/uploads/2023/07/536_Przechwytywanie-bez-nazwy1437-1920x1280.jpg
fullhd-width => integer 1920
$context['acf_global']['have_questions']['img']['sizes']['fullhd-width']
fullhd-height => integer 1280
$context['acf_global']['have_questions']['img']['sizes']['fullhd-height']
title => string (13) "Masz Pytania?"
$context['acf_global']['have_questions']['title']
subtitle => UTF-8 string (37) "Skontaktuj się z Opiekunem Szkolenia"
$context['acf_global']['have_questions']['subtitle']
tel => array (3)
$context['acf_global']['have_questions']['tel']
title => string (12) " 600 534 785"
$context['acf_global']['have_questions']['tel']['title']
url => string (14) "tel: 600534785"
$context['acf_global']['have_questions']['tel']['url']
target => string (0) ""
$context['acf_global']['have_questions']['tel']['target']
mail => array (3)
$context['acf_global']['have_questions']['mail']
title => string (21) "szkolenia@csrinfo.org"
$context['acf_global']['have_questions']['mail']['title']
url => string (28) "mailto:szkolenia@csrinfo.org"
$context['acf_global']['have_questions']['mail']['url']
target => string (0) ""
$context['acf_global']['have_questions']['mail']['target']
header_cta => array (4)
$context['acf_global']['header_cta']
img => array (24)
$context['acf_global']['header_cta']['img']
ID => integer 2081
$context['acf_global']['header_cta']['img']['ID']
id => integer 2081
$context['acf_global']['header_cta']['img']['id']
title => string (15) "Kontakt CSRinfo"
$context['acf_global']['header_cta']['img']['title']
filename => string (62) "2023-01-05-CSR-Info-summer-palac5188-scaled-e1704354552189.jpg"
$context['acf_global']['header_cta']['img']['filename']
filesize => integer 260679
$context['acf_global']['header_cta']['img']['filesize']
url => string (113) "https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summe...
$context['acf_global']['header_cta']['img']['url']
https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summer-palac5188-scaled-e1704354552189.jpg
link => string (61) "https://www.csrinfo.org/2023-01-05-csr-info-summer-palac5188/"
$context['acf_global']['header_cta']['img']['link']
alt => UTF-8 string (26) "Kobieta trzymająca laptop"
$context['acf_global']['header_cta']['img']['alt']
Kobieta trzymająca laptop
author => string (1) "4"
$context['acf_global']['header_cta']['img']['author']
description => string (0) ""
$context['acf_global']['header_cta']['img']['description']
caption => string (0) ""
$context['acf_global']['header_cta']['img']['caption']
name => string (36) "2023-01-05-csr-info-summer-palac5188"
$context['acf_global']['header_cta']['img']['name']
status => string (7) "inherit"
$context['acf_global']['header_cta']['img']['status']
uploaded_to => integer 0
$context['acf_global']['header_cta']['img']['uploaded_to']
date => string (19) "2024-01-02 18:54:17"
$context['acf_global']['header_cta']['img']['date']
modified => string (19) "2024-01-02 18:54:54"
$context['acf_global']['header_cta']['img']['modified']
menu_order => integer 0
$context['acf_global']['header_cta']['img']['menu_order']
mime_type => string (10) "image/jpeg"
$context['acf_global']['header_cta']['img']['mime_type']
type => string (5) "image"
$context['acf_global']['header_cta']['img']['type']
subtype => string (4) "jpeg"
$context['acf_global']['header_cta']['img']['subtype']
icon => string (60) "https://www.csrinfo.org/wp-includes/images/media/default.png"
$context['acf_global']['header_cta']['img']['icon']
width => integer 1975
$context['acf_global']['header_cta']['img']['width']
height => integer 1706
$context['acf_global']['header_cta']['img']['height']
sizes => array (18)
$context['acf_global']['header_cta']['img']['sizes']
thumbnail => string (121) "https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summe...
$context['acf_global']['header_cta']['img']['sizes']['thumbnail']
https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summer-palac5188-scaled-e1704354552189-400x346.jpg
thumbnail-width => integer 150
$context['acf_global']['header_cta']['img']['sizes']['thumbnail-width']
thumbnail-height => integer 130
$context['acf_global']['header_cta']['img']['sizes']['thumbnail-height']
medium => string (121) "https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summe...
$context['acf_global']['header_cta']['img']['sizes']['medium']
https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summer-palac5188-scaled-e1704354552189-640x553.jpg
medium-width => integer 300
$context['acf_global']['header_cta']['img']['sizes']['medium-width']
medium-height => integer 259
$context['acf_global']['header_cta']['img']['sizes']['medium-height']
medium_large => string (121) "https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summe...
$context['acf_global']['header_cta']['img']['sizes']['medium_large']
https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summer-palac5188-scaled-e1704354552189-991x856.jpg
medium_large-width => integer 768
$context['acf_global']['header_cta']['img']['sizes']['medium_large-width']
medium_large-height => integer 663
$context['acf_global']['header_cta']['img']['sizes']['medium_large-height']
large => string (123) "https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summe...
$context['acf_global']['header_cta']['img']['sizes']['large']
https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summer-palac5188-scaled-e1704354552189-1366x1180.jpg
large-width => integer 1024
$context['acf_global']['header_cta']['img']['sizes']['large-width']
large-height => integer 885
$context['acf_global']['header_cta']['img']['sizes']['large-height']
depicter-thumbnail => string (121) "https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summe...
$context['acf_global']['header_cta']['img']['sizes']['depicter-thumbnail']
https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summer-palac5188-scaled-e1704354552189-200x173.jpg
depicter-thumbnail-width => integer 200
$context['acf_global']['header_cta']['img']['sizes']['depicter-thumbnail-width']
depicter-thumbnail-height => integer 173
$context['acf_global']['header_cta']['img']['sizes']['depicter-thumbnail-height']
fullhd => string (123) "https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summe...
$context['acf_global']['header_cta']['img']['sizes']['fullhd']
https://www.csrinfo.org/wp-content/uploads/2024/01/2023-01-05-CSR-Info-summer-palac5188-scaled-e1704354552189-1920x1658.jpg
fullhd-width => integer 1920
$context['acf_global']['header_cta']['img']['sizes']['fullhd-width']
fullhd-height => integer 1658
$context['acf_global']['header_cta']['img']['sizes']['fullhd-height']
title => UTF-8 string (25) "Chcesz wiedzieć więcej?"
$context['acf_global']['header_cta']['title']
text => string (17) "Zadaj nam pytanie"
$context['acf_global']['header_cta']['text']
tel => array (3)
$context['acf_global']['header_cta']['tel']
title => string (7) "Kontakt"
$context['acf_global']['header_cta']['tel']['title']
url => string (25) "mailto:oferty@csrinfo.org"
$context['acf_global']['header_cta']['tel']['url']
target => string (6) "_blank"
$context['acf_global']['header_cta']['tel']['target']
header_submenus => array (3)
$context['acf_global']['header_submenus']
0 => array (1)
$context['acf_global']['header_submenus'][0]
submenu => array (4)
$context['acf_global']['header_submenus'][0]['submenu']
id => string (6) "oferta"
$context['acf_global']['header_submenus'][0]['submenu']['id']
wersja_rozbudowana => boolean true
$context['acf_global']['header_submenus'][0]['submenu']['wersja_rozbudowana']
cols => array (1)
$context['acf_global']['header_submenus'][0]['submenu']['cols']
0 => array (1)
$context['acf_global']['header_submenus'][0]['submenu']['cols'][0]
col => array (1) Depth Limit
$context['acf_global']['header_submenus'][0]['submenu']['cols'][0]['col']
big_cols => array (2)
$context['acf_global']['header_submenus'][0]['submenu']['big_cols']
0 => array (2)
$context['acf_global']['header_submenus'][0]['submenu']['big_cols'][0]
acf_fc_layout => string (6) "column"
$context['acf_global']['header_submenus'][0]['submenu']['big_cols'][0]['acf_fc_layout']
col => array (5) Depth Limit
$context['acf_global']['header_submenus'][0]['submenu']['big_cols'][0]['col']
1 => array (4)
$context['acf_global']['header_submenus'][0]['submenu']['big_cols'][1]
acf_fc_layout => string (12) "column_block"
$context['acf_global']['header_submenus'][0]['submenu']['big_cols'][1]['acf_fc_layout']
title => string (15) "Szkolenia z ESG"
$context['acf_global']['header_submenus'][0]['submenu']['big_cols'][1]['title']
link => array (3) Depth Limit
$context['acf_global']['header_submenus'][0]['submenu']['big_cols'][1]['link']
cols => array (4) Depth Limit
$context['acf_global']['header_submenus'][0]['submenu']['big_cols'][1]['cols']
1 => array (1)
$context['acf_global']['header_submenus'][1]
submenu => array (4)
$context['acf_global']['header_submenus'][1]['submenu']
id => string (0) ""
$context['acf_global']['header_submenus'][1]['submenu']['id']
wersja_rozbudowana => boolean false
$context['acf_global']['header_submenus'][1]['submenu']['wersja_rozbudowana']
cols => array (1)
$context['acf_global']['header_submenus'][1]['submenu']['cols']
0 => array (1)
$context['acf_global']['header_submenus'][1]['submenu']['cols'][0]
col => array (4) Depth Limit
$context['acf_global']['header_submenus'][1]['submenu']['cols'][0]['col']
big_cols => array (2)
$context['acf_global']['header_submenus'][1]['submenu']['big_cols']
0 => array (2)
$context['acf_global']['header_submenus'][1]['submenu']['big_cols'][0]
acf_fc_layout => string (6) "column"
$context['acf_global']['header_submenus'][1]['submenu']['big_cols'][0]['acf_fc_layout']
col => array (5) Depth Limit
$context['acf_global']['header_submenus'][1]['submenu']['big_cols'][0]['col']
1 => array (4)
$context['acf_global']['header_submenus'][1]['submenu']['big_cols'][1]
acf_fc_layout => string (12) "column_block"
$context['acf_global']['header_submenus'][1]['submenu']['big_cols'][1]['acf_fc_layout']
title => string (15) "Szkolenia z ESG"
$context['acf_global']['header_submenus'][1]['submenu']['big_cols'][1]['title']
link => array (3) Depth Limit
$context['acf_global']['header_submenus'][1]['submenu']['big_cols'][1]['link']
cols => array (4) Depth Limit
$context['acf_global']['header_submenus'][1]['submenu']['big_cols'][1]['cols']
2 => array (1)
$context['acf_global']['header_submenus'][2]
submenu => array (4)
$context['acf_global']['header_submenus'][2]['submenu']
id => string (7) "CSRinfo"
$context['acf_global']['header_submenus'][2]['submenu']['id']
wersja_rozbudowana => boolean false
$context['acf_global']['header_submenus'][2]['submenu']['wersja_rozbudowana']
cols => array (1)
$context['acf_global']['header_submenus'][2]['submenu']['cols']
0 => array (1)
$context['acf_global']['header_submenus'][2]['submenu']['cols'][0]
col => array (4) Depth Limit
$context['acf_global']['header_submenus'][2]['submenu']['cols'][0]['col']
big_cols => boolean false
$context['acf_global']['header_submenus'][2]['submenu']['big_cols']
mce => array (1)
$context['acf_global']['mce']
colors => array (1)
$context['acf_global']['mce']['colors']
0 => array (2)
$context['acf_global']['mce']['colors'][0]
name => string (9) "Niebieski"
$context['acf_global']['mce']['colors'][0]['name']
color => string (7) "#66b0d6"
$context['acf_global']['mce']['colors'][0]['color']
#66B0D6
rgb(102, 176, 214)
hsl(200, 57%, 61%)
newsletter_form_id => string (0) ""
$context['acf_global']['newsletter_form_id']
show_blog => boolean true
$context['acf_global']['show_blog']
social_media => array (4)
$context['acf_global']['social_media']
  • Table (4)
  • Contents (4)
  • linkicon
    0array (3)array (24)
    1array (3)array (24)
    2array (3)array (24)
    3array (3)array (24)
  • 0 => array (2)
    $context['acf_global']['social_media'][0]
    link => array (3)
    $context['acf_global']['social_media'][0]['link']
    title => string (29) "PLATFORMA SZKOLENIOWA CSRinfo"
    $context['acf_global']['social_media'][0]['link']['title']
    url => string (28) "https://csrinfo.akademia.onl"
    $context['acf_global']['social_media'][0]['link']['url']
    target => string (6) "_blank"
    $context['acf_global']['social_media'][0]['link']['target']
    icon => array (24)
    $context['acf_global']['social_media'][0]['icon']
    ID => integer 2614
    $context['acf_global']['social_media'][0]['icon']['ID']
    id => integer 2614
    $context['acf_global']['social_media'][0]['icon']['id']
    title => string (11) "mortarboard"
    $context['acf_global']['social_media'][0]['icon']['title']
    filename => string (15) "mortarboard.png"
    $context['acf_global']['social_media'][0]['icon']['filename']
    filesize => integer 1035
    $context['acf_global']['social_media'][0]['icon']['filesize']
    url => string (66) "https://www.csrinfo.org/wp-content/uploads/2024/02/mortarboard.png"
    $context['acf_global']['social_media'][0]['icon']['url']
    link => string (36) "https://www.csrinfo.org/mortarboard/"
    $context['acf_global']['social_media'][0]['icon']['link']
    alt => string (6) "Czapka"
    $context['acf_global']['social_media'][0]['icon']['alt']
    author => string (1) "4"
    $context['acf_global']['social_media'][0]['icon']['author']
    description => string (0) ""
    $context['acf_global']['social_media'][0]['icon']['description']
    caption => string (0) ""
    $context['acf_global']['social_media'][0]['icon']['caption']
    name => string (11) "mortarboard"
    $context['acf_global']['social_media'][0]['icon']['name']
    status => string (7) "inherit"
    $context['acf_global']['social_media'][0]['icon']['status']
    uploaded_to => integer 0
    $context['acf_global']['social_media'][0]['icon']['uploaded_to']
    date => string (19) "2024-02-15 18:06:37"
    $context['acf_global']['social_media'][0]['icon']['date']
    modified => string (19) "2024-05-29 11:07:20"
    $context['acf_global']['social_media'][0]['icon']['modified']
    menu_order => integer 0
    $context['acf_global']['social_media'][0]['icon']['menu_order']
    mime_type => string (9) "image/png"
    $context['acf_global']['social_media'][0]['icon']['mime_type']
    type => string (5) "image"
    $context['acf_global']['social_media'][0]['icon']['type']
    subtype => string (3) "png"
    $context['acf_global']['social_media'][0]['icon']['subtype']
    icon => string (60) "https://www.csrinfo.org/wp-includes/images/media/default.png"
    $context['acf_global']['social_media'][0]['icon']['icon']
    width => integer 64
    $context['acf_global']['social_media'][0]['icon']['width']
    height => integer 64
    $context['acf_global']['social_media'][0]['icon']['height']
    sizes => array (18)
    $context['acf_global']['social_media'][0]['icon']['sizes']
    thumbnail => string (66) "https://www.csrinfo.org/wp-content/uploads/2024/02/mortarboard.png"
    $context['acf_global']['social_media'][0]['icon']['sizes']['thumbnail']
    thumbnail-width => integer 64
    $context['acf_global']['social_media'][0]['icon']['sizes']['thumbnail-width']
    thumbnail-height => integer 64
    $context['acf_global']['social_media'][0]['icon']['sizes']['thumbnail-height']
    medium => string (66) "https://www.csrinfo.org/wp-content/uploads/2024/02/mortarboard.png"
    $context['acf_global']['social_media'][0]['icon']['sizes']['medium']
    medium-width => integer 64
    $context['acf_global']['social_media'][0]['icon']['sizes']['medium-width']
    medium-height => integer 64
    $context['acf_global']['social_media'][0]['icon']['sizes']['medium-height']
    medium_large => string (66) "https://www.csrinfo.org/wp-content/uploads/2024/02/mortarboard.png"
    $context['acf_global']['social_media'][0]['icon']['sizes']['medium_large']
    medium_large-width => integer 64
    $context['acf_global']['social_media'][0]['icon']['sizes']['medium_large-width']
    medium_large-height => integer 64
    $context['acf_global']['social_media'][0]['icon']['sizes']['medium_large-height']
    large => string (66) "https://www.csrinfo.org/wp-content/uploads/2024/02/mortarboard.png"
    $context['acf_global']['social_media'][0]['icon']['sizes']['large']
    large-width => integer 64
    $context['acf_global']['social_media'][0]['icon']['sizes']['large-width']
    large-height => integer 64
    $context['acf_global']['social_media'][0]['icon']['sizes']['large-height']
    depicter-thumbnail => string (66) "https://www.csrinfo.org/wp-content/uploads/2024/02/mortarboard.png"
    $context['acf_global']['social_media'][0]['icon']['sizes']['depicter-thumbnail']
    depicter-thumbnail-width => integer 64
    $context['acf_global']['social_media'][0]['icon']['sizes']['depicter-thumbnail-width']
    depicter-thumbnail-height => integer 64
    $context['acf_global']['social_media'][0]['icon']['sizes']['depicter-thumbnail-height']
    fullhd => string (66) "https://www.csrinfo.org/wp-content/uploads/2024/02/mortarboard.png"
    $context['acf_global']['social_media'][0]['icon']['sizes']['fullhd']
    fullhd-width => integer 64
    $context['acf_global']['social_media'][0]['icon']['sizes']['fullhd-width']
    fullhd-height => integer 64
    $context['acf_global']['social_media'][0]['icon']['sizes']['fullhd-height']
    1 => array (2)
    $context['acf_global']['social_media'][1]
    link => array (3)
    $context['acf_global']['social_media'][1]['link']
    title => string (0) ""
    $context['acf_global']['social_media'][1]['link']['title']
    url => string (40) "https://pl.linkedin.com/company/csrinfo/"
    $context['acf_global']['social_media'][1]['link']['url']
    target => string (0) ""
    $context['acf_global']['social_media'][1]['link']['target']
    icon => array (24)
    $context['acf_global']['social_media'][1]['icon']
    ID => integer 64
    $context['acf_global']['social_media'][1]['icon']['ID']
    id => integer 64
    $context['acf_global']['social_media'][1]['icon']['id']
    title => string (9) "Group 844"
    $context['acf_global']['social_media'][1]['icon']['title']
    filename => string (15) "Group-844-1.svg"
    $context['acf_global']['social_media'][1]['icon']['filename']
    filesize => integer 999
    $context['acf_global']['social_media'][1]['icon']['filesize']
    url => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-844-1.svg"
    $context['acf_global']['social_media'][1]['icon']['url']
    link => string (36) "https://www.csrinfo.org/group-844-2/"
    $context['acf_global']['social_media'][1]['icon']['link']
    alt => string (0) ""
    $context['acf_global']['social_media'][1]['icon']['alt']
    author => string (1) "1"
    $context['acf_global']['social_media'][1]['icon']['author']
    description => string (0) ""
    $context['acf_global']['social_media'][1]['icon']['description']
    caption => string (0) ""
    $context['acf_global']['social_media'][1]['icon']['caption']
    name => string (11) "group-844-2"
    $context['acf_global']['social_media'][1]['icon']['name']
    status => string (7) "inherit"
    $context['acf_global']['social_media'][1]['icon']['status']
    uploaded_to => integer 0
    $context['acf_global']['social_media'][1]['icon']['uploaded_to']
    date => string (19) "2022-07-04 11:16:13"
    $context['acf_global']['social_media'][1]['icon']['date']
    modified => string (19) "2022-07-04 11:16:13"
    $context['acf_global']['social_media'][1]['icon']['modified']
    menu_order => integer 0
    $context['acf_global']['social_media'][1]['icon']['menu_order']
    mime_type => string (13) "image/svg+xml"
    $context['acf_global']['social_media'][1]['icon']['mime_type']
    type => string (5) "image"
    $context['acf_global']['social_media'][1]['icon']['type']
    subtype => string (7) "svg+xml"
    $context['acf_global']['social_media'][1]['icon']['subtype']
    icon => string (60) "https://www.csrinfo.org/wp-includes/images/media/default.png"
    $context['acf_global']['social_media'][1]['icon']['icon']
    width => double 27
    $context['acf_global']['social_media'][1]['icon']['width']
    height => double 27
    $context['acf_global']['social_media'][1]['icon']['height']
    sizes => array (18)
    $context['acf_global']['social_media'][1]['icon']['sizes']
    thumbnail => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-844-1.svg"
    $context['acf_global']['social_media'][1]['icon']['sizes']['thumbnail']
    thumbnail-width => double 27
    $context['acf_global']['social_media'][1]['icon']['sizes']['thumbnail-width']
    thumbnail-height => double 27
    $context['acf_global']['social_media'][1]['icon']['sizes']['thumbnail-height']
    medium => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-844-1.svg"
    $context['acf_global']['social_media'][1]['icon']['sizes']['medium']
    medium-width => double 27
    $context['acf_global']['social_media'][1]['icon']['sizes']['medium-width']
    medium-height => double 27
    $context['acf_global']['social_media'][1]['icon']['sizes']['medium-height']
    medium_large => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-844-1.svg"
    $context['acf_global']['social_media'][1]['icon']['sizes']['medium_large']
    medium_large-width => double 27
    $context['acf_global']['social_media'][1]['icon']['sizes']['medium_large-width']
    medium_large-height => double 27
    $context['acf_global']['social_media'][1]['icon']['sizes']['medium_large-height']
    large => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-844-1.svg"
    $context['acf_global']['social_media'][1]['icon']['sizes']['large']
    large-width => double 27
    $context['acf_global']['social_media'][1]['icon']['sizes']['large-width']
    large-height => double 27
    $context['acf_global']['social_media'][1]['icon']['sizes']['large-height']
    depicter-thumbnail => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-844-1.svg"
    $context['acf_global']['social_media'][1]['icon']['sizes']['depicter-thumbnail']
    depicter-thumbnail-width => double 27
    $context['acf_global']['social_media'][1]['icon']['sizes']['depicter-thumbnail-width']
    depicter-thumbnail-height => double 27
    $context['acf_global']['social_media'][1]['icon']['sizes']['depicter-thumbnail-height']
    fullhd => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-844-1.svg"
    $context['acf_global']['social_media'][1]['icon']['sizes']['fullhd']
    fullhd-width => double 27
    $context['acf_global']['social_media'][1]['icon']['sizes']['fullhd-width']
    fullhd-height => double 27
    $context['acf_global']['social_media'][1]['icon']['sizes']['fullhd-height']
    2 => array (2)
    $context['acf_global']['social_media'][2]
    link => array (3)
    $context['acf_global']['social_media'][2]['link']
    title => string (0) ""
    $context['acf_global']['social_media'][2]['link']['title']
    url => string (33) "https://www.youtube.com/c/CSRinfo"
    $context['acf_global']['social_media'][2]['link']['url']
    target => string (0) ""
    $context['acf_global']['social_media'][2]['link']['target']
    icon => array (24)
    $context['acf_global']['social_media'][2]['icon']
    ID => integer 62
    $context['acf_global']['social_media'][2]['icon']['ID']
    id => integer 62
    $context['acf_global']['social_media'][2]['icon']['id']
    title => string (9) "Group 842"
    $context['acf_global']['social_media'][2]['icon']['title']
    filename => string (15) "Group-842-1.svg"
    $context['acf_global']['social_media'][2]['icon']['filename']
    filesize => integer 833
    $context['acf_global']['social_media'][2]['icon']['filesize']
    url => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-842-1.svg"
    $context['acf_global']['social_media'][2]['icon']['url']
    link => string (36) "https://www.csrinfo.org/group-842-2/"
    $context['acf_global']['social_media'][2]['icon']['link']
    alt => string (0) ""
    $context['acf_global']['social_media'][2]['icon']['alt']
    author => string (1) "1"
    $context['acf_global']['social_media'][2]['icon']['author']
    description => string (0) ""
    $context['acf_global']['social_media'][2]['icon']['description']
    caption => string (0) ""
    $context['acf_global']['social_media'][2]['icon']['caption']
    name => string (11) "group-842-2"
    $context['acf_global']['social_media'][2]['icon']['name']
    status => string (7) "inherit"
    $context['acf_global']['social_media'][2]['icon']['status']
    uploaded_to => integer 0
    $context['acf_global']['social_media'][2]['icon']['uploaded_to']
    date => string (19) "2022-07-04 11:16:08"
    $context['acf_global']['social_media'][2]['icon']['date']
    modified => string (19) "2022-07-04 11:16:08"
    $context['acf_global']['social_media'][2]['icon']['modified']
    menu_order => integer 0
    $context['acf_global']['social_media'][2]['icon']['menu_order']
    mime_type => string (13) "image/svg+xml"
    $context['acf_global']['social_media'][2]['icon']['mime_type']
    type => string (5) "image"
    $context['acf_global']['social_media'][2]['icon']['type']
    subtype => string (7) "svg+xml"
    $context['acf_global']['social_media'][2]['icon']['subtype']
    icon => string (60) "https://www.csrinfo.org/wp-includes/images/media/default.png"
    $context['acf_global']['social_media'][2]['icon']['icon']
    width => double 27
    $context['acf_global']['social_media'][2]['icon']['width']
    height => double 27
    $context['acf_global']['social_media'][2]['icon']['height']
    sizes => array (18)
    $context['acf_global']['social_media'][2]['icon']['sizes']
    thumbnail => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-842-1.svg"
    $context['acf_global']['social_media'][2]['icon']['sizes']['thumbnail']
    thumbnail-width => double 27
    $context['acf_global']['social_media'][2]['icon']['sizes']['thumbnail-width']
    thumbnail-height => double 27
    $context['acf_global']['social_media'][2]['icon']['sizes']['thumbnail-height']
    medium => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-842-1.svg"
    $context['acf_global']['social_media'][2]['icon']['sizes']['medium']
    medium-width => double 27
    $context['acf_global']['social_media'][2]['icon']['sizes']['medium-width']
    medium-height => double 27
    $context['acf_global']['social_media'][2]['icon']['sizes']['medium-height']
    medium_large => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-842-1.svg"
    $context['acf_global']['social_media'][2]['icon']['sizes']['medium_large']
    medium_large-width => double 27
    $context['acf_global']['social_media'][2]['icon']['sizes']['medium_large-width']
    medium_large-height => double 27
    $context['acf_global']['social_media'][2]['icon']['sizes']['medium_large-height']
    large => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-842-1.svg"
    $context['acf_global']['social_media'][2]['icon']['sizes']['large']
    large-width => double 27
    $context['acf_global']['social_media'][2]['icon']['sizes']['large-width']
    large-height => double 27
    $context['acf_global']['social_media'][2]['icon']['sizes']['large-height']
    depicter-thumbnail => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-842-1.svg"
    $context['acf_global']['social_media'][2]['icon']['sizes']['depicter-thumbnail']
    depicter-thumbnail-width => double 27
    $context['acf_global']['social_media'][2]['icon']['sizes']['depicter-thumbnail-width']
    depicter-thumbnail-height => double 27
    $context['acf_global']['social_media'][2]['icon']['sizes']['depicter-thumbnail-height']
    fullhd => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-842-1.svg"
    $context['acf_global']['social_media'][2]['icon']['sizes']['fullhd']
    fullhd-width => double 27
    $context['acf_global']['social_media'][2]['icon']['sizes']['fullhd-width']
    fullhd-height => double 27
    $context['acf_global']['social_media'][2]['icon']['sizes']['fullhd-height']
    3 => array (2)
    $context['acf_global']['social_media'][3]
    link => array (3)
    $context['acf_global']['social_media'][3]['link']
    title => string (0) ""
    $context['acf_global']['social_media'][3]['link']['title']
    url => string (33) "https://www.facebook.com/CSRinfo/"
    $context['acf_global']['social_media'][3]['link']['url']
    target => string (0) ""
    $context['acf_global']['social_media'][3]['link']['target']
    icon => array (24)
    $context['acf_global']['social_media'][3]['icon']
    ID => integer 63
    $context['acf_global']['social_media'][3]['icon']['ID']
    id => integer 63
    $context['acf_global']['social_media'][3]['icon']['id']
    title => string (9) "Group 843"
    $context['acf_global']['social_media'][3]['icon']['title']
    filename => string (15) "Group-843-1.svg"
    $context['acf_global']['social_media'][3]['icon']['filename']
    filesize => integer 736
    $context['acf_global']['social_media'][3]['icon']['filesize']
    url => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-843-1.svg"
    $context['acf_global']['social_media'][3]['icon']['url']
    link => string (36) "https://www.csrinfo.org/group-843-2/"
    $context['acf_global']['social_media'][3]['icon']['link']
    alt => string (0) ""
    $context['acf_global']['social_media'][3]['icon']['alt']
    author => string (1) "1"
    $context['acf_global']['social_media'][3]['icon']['author']
    description => string (0) ""
    $context['acf_global']['social_media'][3]['icon']['description']
    caption => string (0) ""
    $context['acf_global']['social_media'][3]['icon']['caption']
    name => string (11) "group-843-2"
    $context['acf_global']['social_media'][3]['icon']['name']
    status => string (7) "inherit"
    $context['acf_global']['social_media'][3]['icon']['status']
    uploaded_to => integer 0
    $context['acf_global']['social_media'][3]['icon']['uploaded_to']
    date => string (19) "2022-07-04 11:16:10"
    $context['acf_global']['social_media'][3]['icon']['date']
    modified => string (19) "2022-07-04 11:16:10"
    $context['acf_global']['social_media'][3]['icon']['modified']
    menu_order => integer 0
    $context['acf_global']['social_media'][3]['icon']['menu_order']
    mime_type => string (13) "image/svg+xml"
    $context['acf_global']['social_media'][3]['icon']['mime_type']
    type => string (5) "image"
    $context['acf_global']['social_media'][3]['icon']['type']
    subtype => string (7) "svg+xml"
    $context['acf_global']['social_media'][3]['icon']['subtype']
    icon => string (60) "https://www.csrinfo.org/wp-includes/images/media/default.png"
    $context['acf_global']['social_media'][3]['icon']['icon']
    width => double 27
    $context['acf_global']['social_media'][3]['icon']['width']
    height => double 27
    $context['acf_global']['social_media'][3]['icon']['height']
    sizes => array (18)
    $context['acf_global']['social_media'][3]['icon']['sizes']
    thumbnail => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-843-1.svg"
    $context['acf_global']['social_media'][3]['icon']['sizes']['thumbnail']
    thumbnail-width => double 27
    $context['acf_global']['social_media'][3]['icon']['sizes']['thumbnail-width']
    thumbnail-height => double 27
    $context['acf_global']['social_media'][3]['icon']['sizes']['thumbnail-height']
    medium => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-843-1.svg"
    $context['acf_global']['social_media'][3]['icon']['sizes']['medium']
    medium-width => double 27
    $context['acf_global']['social_media'][3]['icon']['sizes']['medium-width']
    medium-height => double 27
    $context['acf_global']['social_media'][3]['icon']['sizes']['medium-height']
    medium_large => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-843-1.svg"
    $context['acf_global']['social_media'][3]['icon']['sizes']['medium_large']
    medium_large-width => double 27
    $context['acf_global']['social_media'][3]['icon']['sizes']['medium_large-width']
    medium_large-height => double 27
    $context['acf_global']['social_media'][3]['icon']['sizes']['medium_large-height']
    large => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-843-1.svg"
    $context['acf_global']['social_media'][3]['icon']['sizes']['large']
    large-width => double 27
    $context['acf_global']['social_media'][3]['icon']['sizes']['large-width']
    large-height => double 27
    $context['acf_global']['social_media'][3]['icon']['sizes']['large-height']
    depicter-thumbnail => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-843-1.svg"
    $context['acf_global']['social_media'][3]['icon']['sizes']['depicter-thumbnail']
    depicter-thumbnail-width => double 27
    $context['acf_global']['social_media'][3]['icon']['sizes']['depicter-thumbnail-width']
    depicter-thumbnail-height => double 27
    $context['acf_global']['social_media'][3]['icon']['sizes']['depicter-thumbnail-height']
    fullhd => string (66) "https://www.csrinfo.org/wp-content/uploads/2022/07/Group-843-1.svg"
    $context['acf_global']['social_media'][3]['icon']['sizes']['fullhd']
    fullhd-width => double 27
    $context['acf_global']['social_media'][3]['icon']['sizes']['fullhd-width']
    fullhd-height => double 27
    $context['acf_global']['social_media'][3]['icon']['sizes']['fullhd-height']
szkolenia => array (1)
$context['acf_global']['szkolenia']
title => string (9) "Szkolenia"
$context['acf_global']['szkolenia']['title']
wydarzenia => array (2)
$context['acf_global']['wydarzenia']
title => string (10) "Wydarzenia"
$context['acf_global']['wydarzenia']['title']
title_2 => string (17) "Poprzednie edycje"
$context['acf_global']['wydarzenia']['title_2']
cookie => array (0)
$context['cookie']
content => string (0) ""
$context['content']
post => Timber\Post (71)
$context['post']
  • Properties (71)
  • Available methods (95)
  • Static class properties
  • public id -> integer 2437
    $context['post']->id
    public ID -> integer 2437
    $context['post']->ID
    public object_type -> string (4) "post"
    $context['post']->object_type
    public ImageClass -> string (12) "Timber\Image"
    $context['post']->ImageClass
    public PostClass -> string (11) "Timber\Post"
    $context['post']->PostClass
    public TermClass -> string (11) "Timber\Term"
    $context['post']->TermClass
    public custom -> array (34)
    $context['post']->custom
    _edit_lock => string (12) "1706904816:4"
    $context['post']->custom['_edit_lock']
    _edit_last => string (1) "4"
    $context['post']->custom['_edit_last']
    img_main => string (4) "2302"
    $context['post']->custom['img_main']
    _img_main => string (19) "field_62c4065d0b60c"
    $context['post']->custom['_img_main']
    text_preview => UTF-8 string (306) "W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności ...
    $context['post']->custom['text_preview']
    W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności społeczne i problemy związane z zarządzaniem zasobami naturalnymi stają się coraz bardziej palącymi zagadnieniami, zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
    
    _text_preview => string (19) "field_62c406990b60f"
    $context['post']->custom['_text_preview']
    content_content_0_text => UTF-8 string (12904) "Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisk...
    $context['post']->custom['content_content_0_text']
    Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisko człowieka. To wtedy po raz pierwszy dostrzeżono problemy ludzkości, które na początku skupiały się jedynie na zmniejszającej się ilości zasobów naturalnych. Dopiero Szczyt Ziemi w Rio de Janeiro, który odbył się pod hasłem Środowisko i Rozwój, postawił znak równości między czynnikami środowiskowymi a rozwojem społeczno-gospodarczym. Aktualnie, strategia zrównoważonego rozwoju to wachlarz zagadnień związanych ze środowiskiem, społecznością i ładem korporacyjnym, czyli ESG.
    
    Pojęcie ESG nabiera coraz większego znaczenia. Skrót ten odnosi się do trzech kluczowych kategorii tematów, które organizacje powinny uwzględniać w swojej działalności: E jak Environmental (kwestie środowiskowe), S jak Social (kwestie społeczne) i G jak Governance (zarządzanie). Wdrażanie działań ESG nie tylko pomaga organizacjom radzić sobie z wyzwaniami związanymi z tematyką zrównoważonego rozwoju, ale także przyczynia się do poprawy ich efektywności i reputacji. Dlatego warto przyjrzeć się bliżej temu tematowi i dowiedzieć się, dlaczego koncepcja społecznej odpowiedzialności biznesu staje się coraz bardziej istotna dla firm, inwestorów i społeczeństwa.
    
    <a href="#cotojestesg">Co to jest ESG?</a>
    
    <a href="#kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</a>
    
    <a href="#dlaczegowarto">Dlaczego warto wdrażać ESG w organizacji?</a>
    
    <a href="#wnioski">Wnioski</a>
    <h2 id="cotojestesg">Co to jest ESG?</h2>
    ESG to skrót od trzech kluczowych czynników, które są używane do oceny zrównoważonej działalności i odpowiedzialności społecznej organizacji. Oto co oznaczają:
    
    <span style="text-decoration: underline;">Kwestie środowiskowe (E - Environmental)</span>
    
    Pierwsza litera w skrócie ESG odnosi się do kategorii środowiskowej, co oznacza, że organizacje muszą zwracać uwagę na wpływ swojej działalności na stan środowiska w łańcuchu wartości. Wdrażanie zasad ESG w obszarze środowiskowym oznacza podejmowanie działań mających na celu redukcję emisji gazów cieplarnianych, oszczędzanie zasobów naturalnych, gospodarowanie zasobami wodnymi i minimalizowanie negatywnego wpływu na ekosystemy. Firmy, które skutecznie integrują politykę klimatyczną w swojej strategii biznesowej, mogą zarówno obniżyć koszty oraz przyciągnąć klientów i inwestorów, którzy coraz częściej kierują się wartościami związanymi z ochroną środowiska.
    
    <span style="text-decoration: underline;">Kwestie społeczne (S - Social)</span>
    
    Kwestie społecznej odpowiedzialności koncentrują się na relacjach organizacji z pracownikami, warunkami pracy, klientami, dostawcami i społecznością lokalną. Firmy, które dbają o dobrostan swoich pracowników, promują różnorodność i inkluzję oraz angażują się w społeczność, zyskują na zaufaniu i lojalności. Ponadto, społeczne inwestycje mogą pomóc w budowaniu lepszej reputacji firmy, przyciąganiu zdolnych pracowników oraz nowych inwestorów.
    
    <span style="text-decoration: underline;">Zarządzanie i ład korporacyjny (G - Governance)</span>
    
    Ostatnia litera ESG odnosi się do zarządzania, czyli sposobu, w jaki organizacja jest kierowana i kontrolowana. Ład korporacyjny to przede wszystkim transparentność, uczciwość i etyka w działaniu. Firmom, które skupiają się na dobrych praktykach zarządzania, łatwiej uniknąć skandali i konfliktów, co ma ogromne znaczenie dla inwestorów. Ponadto, skuteczne zarządzanie może pomóc w podejmowaniu lepszych decyzji biznesowych i zwiększeniu efektywności organizacji.
    <h2 id="kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</h2>
    Istnieje wiele dokumentów regulujących zagadnienia zrównoważonego rozwoju na różnych poziomach, zarówno międzynarodowych, jak i krajowych. Poniżej znajduje się lista najważniejszych dokumentów i inicjatyw:
    
    <a href="https://www.un.org.pl/agenda-2030-rezolucja" target="_blank" rel="noopener">Agenda 2030 dla Zrównoważonego Rozwoju</a> (Agenda 2030) to globalny plan działania przyjęty przez wszystkie państwa członkowskie ONZ w 2015 roku. Skupia się na 17 Celach Zrównoważonego Rozwoju (SDG), które obejmują różnorodne kwestie, m.in. eliminacja ubóstwa, ochrona środowiska, równość płci i zdrowie.
    
    <img class="aligncenter wp-image-2439 size-full" src="https://www.csrinfo.org/wp-content/uploads/2024/02/Agenda-ONZ.png" alt="Agenda ONZ 2030" width="706" height="344" />
    
    <a href="https://www.consilium.europa.eu/pl/policies/climate-change/paris-agreement/" target="_blank" rel="noreferrer noopener">Porozumienie Paryskie</a> przyjęte w 2015 roku, ma na celu globalne ograniczenie wzrostu temperatury na świecie poniżej 2°C w stosunku do okresu przedindustrialnego. Koncentruje się na redukcji emisji gazów cieplarnianych i dostosowaniu się do zmian klimatycznych.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <a href="https://www.europarl.europa.eu/news/pl/headlines/society/20200618STO81513/zielony-lad-klucz-do-neutralnej-klimatycznie-i-zrownowazonej-ue?&amp;at_campaign=20234-Green&amp;at_medium=Google_Ads&amp;at_platform=Search&amp;at_creation=RSA&amp;at_goal=TR_G&amp;at_audience=europejski%20zielony%20%C5%82ad&amp;at_topic=Green_Deal&amp;at_location=PO&amp;gclid=Cj0KCQjw9rSoBhCiARIsAFOipllp_YEBUj3UdL1AT0zYlNvYUsceAbJytKYdChhJWTvQHvEsI4mzDQIaAjD4EALw_wcB" target="_blank" rel="noreferrer noopener">Europejski Zielony Ład</a> (ang. European Green Deal) to strategia i szereg inicjatyw Unii Europejskiej mających na celu osiągnięcie neutralności klimatycznej do 2050 roku, promowanie zrównoważonego rozwoju, ochronę środowiska i przejście na bardziej ekologiczny model gospodarki.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <a href="https://www.gov.pl/web/finanse/dyrektywa-o-sprawozdawczosci-przedsiebiorstw-w-zakresie-zrownowazonego-rozwoju-juz-opublikowana" target="_blank" rel="noreferrer noopener">Dyrektywa CSRD</a> (ang. Corporate Sustainability Reporting Directive) to unijna inicjatywa mająca na celu rozszerzenie i ulepszenie standardów raportowania ESG przez przedsiębiorstwa.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Skupia się na wymogach dotyczących raportowania informacji związanych z aspektami społecznymi, środowiskowymi i rządzącymi oraz ma na celu zwiększenie transparentności działań firm w tych obszarach.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <a href="https://finance.ec.europa.eu/sustainable-finance/tools-and-standards/eu-taxonomy-sustainable-activities_en" target="_blank" rel="noreferrer noopener">Taksonomia</a> jest narzędziem regulacyjnym Unii Europejskiej, które określa, jakie działalności gospodarcze można uznać za zrównoważone pod względem ekologicznym. Koncentruje się na identyfikowaniu sektorów gospodarki, które przyczyniają się pozytywnie do celów zrównoważonego rozwoju, oraz tych, które są z nimi sprzeczne.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <a href="https://www.weforum.org/reports/" target="_blank" rel="noreferrer noopener">Raporty Forum Ekonomicznego w Davos</a> to dokumenty przedstawiane podczas dorocznych spotkań Światowego Forum Ekonomicznego w Davos.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Zakres tematyczny tych raportów jest szeroki i obejmuje kwestie gospodarcze, społeczne, środowiskowe i polityczne. Forum to miejsce dyskusji na temat globalnych wyzwań, takich jak nierówność, zmiany klimatyczne, innowacje i polityka światowa.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <a href="https://www.fsb-tcfd.org/" target="_blank" rel="noreferrer noopener">TCFD</a> (ang. Task Force on Climate-related Financial Disclosures) to grupa robocza powołana przez Financial Stability Board (FSB), która koncentruje się na dostarczaniu wytycznych dotyczących raportowania finansowego związanego z klimatem. Jej celem jest promowanie przejrzystego i spójnego raportowania informacji finansowych dotyczących ryzyka klimatycznego i jego wpływu na przedsiębiorstwa.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Mnogość dokumentów, wytycznych i inicjatyw sprawia, że zarządzanie ESG jest strategią równoczesnego rozpoznawania i rozwiązywania współczesnych problemów gospodarczych, społecznych i środowiskowym, z uwzględnieniem wpływów finansowym i bezpieczeństwa przyszłych pokoleń.
    <div id="dlaczegowarto">
    
    <!-- /wp:paragraph --> <!-- wp:heading -->
    <h2 id="dlaczego-warto" class="wp-block-heading">Dlaczego warto wdrażać ESG w organizacji?</h2>
    <!-- /wp:heading --> <!-- wp:paragraph -->
    
    </div>
    Jednym z głównych argumentów przemawiających za wdrażaniem ESG w firmach jest troska o bezpieczeństwo przyszłych pokoleń oraz długoterminową stabilność przedsiębiorstw.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Istnieje wiele powodów, dla których organizacje powinny rozważyć wprowadzenie ESG w działalność organizacji:
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Poprawa reputacji </strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Firmy, które angażują się w kwestie ESG, zyskują lepszą reputację i budują zaufanie klientów, inwestorów i społeczności.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Wzrost znaczenia na rynku</strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Wielu inwestorów alokuje kapitały w firmy zrównoważone, co może przyciągnąć nowe źródła finansowania. Coraz częściej mówi się o zielonych obligacjach zielonych inwestycjach czy zielonych zamówieniach publicznych.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Mitygacja ryzyka</strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Realizacja celów zrównoważonego rozwoju pomaga ograniczyć ryzyko związane z problemami środowiskowymi, społecznymi i zarządczymi w działalności własnej oraz w łańcuchu wartości. Pozwala to redukować ryzyko nieodpowiednich warunków pracy poprzez ankietę lub ocenę dostawcy.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Efektywność</strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Dobre praktyki ESG, w tym polityki i kodeksy, mogą pomóc w poprawie efektywności operacyjnej i obniżeniu kosztów produkcji lub utrzymania przedsiębiorstwa.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Spełnianie wymogów prawa i regulacji</strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    W wielu krajach wprowadzane są nowe przepisy dotyczące ESG, co sprawia, że organizacje muszą dostosować się do wymagań legislacyjnych. To proces czasochłonny, jednak zapewnia najwyższą jakość oferowanych usług, ich zgodność z prawem oraz minimalizowanie ryzyka w trakcie audytów przedsiębiorstwa.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Budowanie wartości pracowników</strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Młodsze pokolenia pracowników coraz częściej wybierają pracodawców, którzy dbają o ESG i odpowiedzialność społeczną oraz oczekują odpowiedzialnej postawy pracodawcy. Wpływa to na wzrost zaangażowania pracowników, poprawę ich dobrostanu oraz polepszanie wizerunku przedsiębiorstwa.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Długoterminowy sukces</strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Organizacje, które uwzględniają ESG w swojej strategii, są bardziej przygotowane do długoterminowych wyzwań i zmian na rynku.
    <div id="wnioski">
    
    <!-- /wp:paragraph --> <!-- wp:heading -->
    <h2 id="wnioski" class="wp-block-heading">Wnioski</h2>
    <!-- /wp:heading --> <!-- wp:paragraph -->
    
    </div>
    ESG to podejście do biznesu, które uwzględnia wpływ działalności na trzy kluczowe obszary: środowiskowy, społeczny i zarządczy, ale również wpływ tych obszarów na funkcjonowanie organizacji. Wdrażanie standardów ESG pomaga organizacjom zarządzać wyzwaniami związanymi ze zrównoważonym rozwojem, oczekiwaniami społecznymi oraz zyskać przewagę konkurencyjną. Firmy, które inwestują w ESG, mogą budować lepszą reputację, przyciągać inwestorów i klientów, minimalizować ryzyka własne i mieć pozytywny wpływ społeczny. Dlatego warto rozważyć implementację ESG w swojej organizacji i zacząć działać na rzecz bardziej zrównoważonej i odpowiedzialnej przyszłości.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    &nbsp;
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Jeśli chcesz dowiedzieć się więcej o ESG, wprowadzić zrównoważone praktyki w działalność swojej firmy oraz poznać najnowsze trendy w tym zakresie, to zapraszamy Cię na szkolenie "<strong>ESG i zrównoważony rozwój w biznesie</strong>".
    
    _content_content_0_text => string (19) "field_62c4151f67596"
    $context['post']->custom['_content_content_0_text']
    content_content => array (3)
    $context['post']->custom['content_content']
    0 => string (4) "text"
    $context['post']->custom['content_content'][0]
    1 => string (8) "cta_link"
    $context['post']->custom['content_content'][1]
    2 => string (4) "text"
    $context['post']->custom['content_content'][2]
    _content_content => string (19) "field_62c4140c95fd9"
    $context['post']->custom['_content_content']
    content => string (0) ""
    $context['post']->custom['content']
    _content => string (19) "field_62c413ed1bd11"
    $context['post']->custom['_content']
    newsletter_campaignid => string (0) ""
    $context['post']->custom['newsletter_campaignid']
    _newsletter_campaignid => string (19) "field_63873d0fc7fb0"
    $context['post']->custom['_newsletter_campaignid']
    newsletter => string (0) ""
    $context['post']->custom['newsletter']
    _newsletter => string (19) "field_63873d04c7faf"
    $context['post']->custom['_newsletter']
    _yoast_wpseo_estimated-reading-time-minutes => string (1) "8"
    $context['post']->custom['_yoast_wpseo_estimated-reading-time-minutes']
    _yoast_wpseo_wordproof_timestamp => string (0) ""
    $context['post']->custom['_yoast_wpseo_wordproof_timestamp']
    _yoast_wpseo_focuskw => string (14) "Co to jest ESG"
    $context['post']->custom['_yoast_wpseo_focuskw']
    _yoast_wpseo_title => string (18) "%%title%% %%page%%"
    $context['post']->custom['_yoast_wpseo_title']
    _yoast_wpseo_metadesc => UTF-8 string (140) "W dzisiejszym dynamicznym świecie zarządzanie ESG przestaje być jedynie tren...
    $context['post']->custom['_yoast_wpseo_metadesc']
    W dzisiejszym dynamicznym świecie zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
    
    _yoast_wpseo_linkdex => string (2) "80"
    $context['post']->custom['_yoast_wpseo_linkdex']
    _oembed_91c3bd6af021e0551fd1132a675f996d => UTF-8 string (692) "<blockquote class="wp-embedded-content" data-secret="Y41Uv4dnC5"><a href="ht...
    $context['post']->custom['_oembed_91c3bd6af021e0551fd1132a675f996d']
    <blockquote class="wp-embedded-content" data-secret="Y41Uv4dnC5"><a href="https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/">ESG i zrównoważony rozwój w biznesie ONLINE</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8222;ESG i zrównoważony rozwój w biznesie ONLINE&#8221; &#8212; CSRinfo - społeczna odpowiedzialność biznesu" src="https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/embed/#?secret=xzliFhYSa5#?secret=Y41Uv4dnC5" data-secret="Y41Uv4dnC5" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
    
    _oembed_time_91c3bd6af021e0551fd1132a675f996d => string (10) "1706832422"
    $context['post']->custom['_oembed_time_91c3bd6af021e0551fd1132a675f996d']
    2024-02-02 00:07:02 UTC
    _yoast_wpseo_content_score => string (2) "30"
    $context['post']->custom['_yoast_wpseo_content_score']
    content_content_1_title => UTF-8 string (39) "ESG i zrównoważony rozwój w biznesie"
    $context['post']->custom['content_content_1_title']
    _content_content_1_title => string (19) "field_65ba00f6ef476"
    $context['post']->custom['_content_content_1_title']
    content_content_1_text => UTF-8 string (336) "<p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</s...
    $context['post']->custom['content_content_1_text']
    <p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</span></p>
    <span style="font-size: 1.4rem;">• praktyczna pomoc we wdrożeniu zrównoważonych działań,</span>
    
    <span style="font-size: 1.4rem;">• aktualna wiedza na temat ESG,</span>
    
    <span style="font-size: 1.4rem;">• szkolenie warsztatowe.</span>
    
    _content_content_1_text => string (19) "field_65ba00f6ef477"
    $context['post']->custom['_content_content_1_text']
    content_content_1_file => array (3)
    $context['post']->custom['content_content_1_file']
    title => UTF-8 string (15) "Zapisuję się!"
    $context['post']->custom['content_content_1_file']['title']
    url => string (56) "https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/"
    $context['post']->custom['content_content_1_file']['url']
    target => string (0) ""
    $context['post']->custom['content_content_1_file']['target']
    _content_content_1_file => string (19) "field_65ba0101ef479"
    $context['post']->custom['_content_content_1_file']
    content_content_2_text => UTF-8 string (577) "Przydatne linki: <!-- /wp:paragraph --> <!-- wp:paragraph --> <ul> <li>Jak z...
    $context['post']->custom['content_content_2_text']
    Przydatne linki:
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    <ul>
     	<li>Jak zyskać na odpowiedzialności? CSR w strategiach spółek giełdowych.<a href="https://www.csrinfo.org/category/publikacje-csrinfo/">https://www.csrinfo.org/category/publikacje-csrinfo/</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
     	<li>Forum Odpowiedzialnego Biznesu <a href="http://www.odpowiedzialnybiznes.pl">www.odpowiedzialnybiznes.pl</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
     	<li>UN Global Goals2030 <a href="https://sdgs.un.org">https://sdgs.un.org</a></li>
    </ul>
    
    _content_content_2_text => string (19) "field_62c4151f67596"
    $context['post']->custom['_content_content_2_text']
    _wp_old_date => string (10) "2024-02-02"
    $context['post']->custom['_wp_old_date']
    protected ___content -> null
    protected _permalink -> null
    protected _next -> array (0)
    protected _prev -> array (0)
    protected _css_class -> null
    public post_author -> string (1) "4"
    $context['post']->post_author
    public post_content -> string (0) ""
    $context['post']->post_content
    public post_date -> string (19) "2023-09-22 00:45:55"
    $context['post']->post_date
    public post_excerpt -> string (0) ""
    $context['post']->post_excerpt
    public post_parent -> integer 0
    $context['post']->post_parent
    public post_status -> string (7) "publish"
    $context['post']->post_status
    public post_title -> UTF-8 string (76) "Co to jest ESG i dlaczego warto wdrażać je w strategię przedsiębiorstwa?"
    $context['post']->post_title
    public post_type -> string (4) "blog"
    $context['post']->post_type
    public slug -> string (71) "co-to-jest-esg-i-dlaczego-warto-wdrazac-je-w-strategie-przedsiebiorstwa"
    $context['post']->slug
    protected __type -> null
    public _edit_lock -> string (12) "1706904816:4"
    $context['post']->_edit_lock
    public _edit_last -> string (1) "4"
    $context['post']->_edit_last
    public img_main -> string (4) "2302"
    $context['post']->img_main
    public _img_main -> string (19) "field_62c4065d0b60c"
    $context['post']->_img_main
    public text_preview -> UTF-8 string (306) "W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności ...
    $context['post']->text_preview
    W dzisiejszym dynamicznym świecie, w którym zmiany klimatyczne, nierówności społeczne i problemy związane z zarządzaniem zasobami naturalnymi stają się coraz bardziej palącymi zagadnieniami, zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
    
    public _text_preview -> string (19) "field_62c406990b60f"
    $context['post']->_text_preview
    public content_content_0_text -> UTF-8 string (12904) "Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisk...
    $context['post']->content_content_0_text
    Koncepcja zrównoważonego rozwoju sięga roku 1972 i konferencji ONZ Środowisko człowieka. To wtedy po raz pierwszy dostrzeżono problemy ludzkości, które na początku skupiały się jedynie na zmniejszającej się ilości zasobów naturalnych. Dopiero Szczyt Ziemi w Rio de Janeiro, który odbył się pod hasłem Środowisko i Rozwój, postawił znak równości między czynnikami środowiskowymi a rozwojem społeczno-gospodarczym. Aktualnie, strategia zrównoważonego rozwoju to wachlarz zagadnień związanych ze środowiskiem, społecznością i ładem korporacyjnym, czyli ESG.
    
    Pojęcie ESG nabiera coraz większego znaczenia. Skrót ten odnosi się do trzech kluczowych kategorii tematów, które organizacje powinny uwzględniać w swojej działalności: E jak Environmental (kwestie środowiskowe), S jak Social (kwestie społeczne) i G jak Governance (zarządzanie). Wdrażanie działań ESG nie tylko pomaga organizacjom radzić sobie z wyzwaniami związanymi z tematyką zrównoważonego rozwoju, ale także przyczynia się do poprawy ich efektywności i reputacji. Dlatego warto przyjrzeć się bliżej temu tematowi i dowiedzieć się, dlaczego koncepcja społecznej odpowiedzialności biznesu staje się coraz bardziej istotna dla firm, inwestorów i społeczeństwa.
    
    <a href="#cotojestesg">Co to jest ESG?</a>
    
    <a href="#kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</a>
    
    <a href="#dlaczegowarto">Dlaczego warto wdrażać ESG w organizacji?</a>
    
    <a href="#wnioski">Wnioski</a>
    <h2 id="cotojestesg">Co to jest ESG?</h2>
    ESG to skrót od trzech kluczowych czynników, które są używane do oceny zrównoważonej działalności i odpowiedzialności społecznej organizacji. Oto co oznaczają:
    
    <span style="text-decoration: underline;">Kwestie środowiskowe (E - Environmental)</span>
    
    Pierwsza litera w skrócie ESG odnosi się do kategorii środowiskowej, co oznacza, że organizacje muszą zwracać uwagę na wpływ swojej działalności na stan środowiska w łańcuchu wartości. Wdrażanie zasad ESG w obszarze środowiskowym oznacza podejmowanie działań mających na celu redukcję emisji gazów cieplarnianych, oszczędzanie zasobów naturalnych, gospodarowanie zasobami wodnymi i minimalizowanie negatywnego wpływu na ekosystemy. Firmy, które skutecznie integrują politykę klimatyczną w swojej strategii biznesowej, mogą zarówno obniżyć koszty oraz przyciągnąć klientów i inwestorów, którzy coraz częściej kierują się wartościami związanymi z ochroną środowiska.
    
    <span style="text-decoration: underline;">Kwestie społeczne (S - Social)</span>
    
    Kwestie społecznej odpowiedzialności koncentrują się na relacjach organizacji z pracownikami, warunkami pracy, klientami, dostawcami i społecznością lokalną. Firmy, które dbają o dobrostan swoich pracowników, promują różnorodność i inkluzję oraz angażują się w społeczność, zyskują na zaufaniu i lojalności. Ponadto, społeczne inwestycje mogą pomóc w budowaniu lepszej reputacji firmy, przyciąganiu zdolnych pracowników oraz nowych inwestorów.
    
    <span style="text-decoration: underline;">Zarządzanie i ład korporacyjny (G - Governance)</span>
    
    Ostatnia litera ESG odnosi się do zarządzania, czyli sposobu, w jaki organizacja jest kierowana i kontrolowana. Ład korporacyjny to przede wszystkim transparentność, uczciwość i etyka w działaniu. Firmom, które skupiają się na dobrych praktykach zarządzania, łatwiej uniknąć skandali i konfliktów, co ma ogromne znaczenie dla inwestorów. Ponadto, skuteczne zarządzanie może pomóc w podejmowaniu lepszych decyzji biznesowych i zwiększeniu efektywności organizacji.
    <h2 id="kluczoweregulacje">Kluczowe regulacje prawne dotyczące ESG</h2>
    Istnieje wiele dokumentów regulujących zagadnienia zrównoważonego rozwoju na różnych poziomach, zarówno międzynarodowych, jak i krajowych. Poniżej znajduje się lista najważniejszych dokumentów i inicjatyw:
    
    <a href="https://www.un.org.pl/agenda-2030-rezolucja" target="_blank" rel="noopener">Agenda 2030 dla Zrównoważonego Rozwoju</a> (Agenda 2030) to globalny plan działania przyjęty przez wszystkie państwa członkowskie ONZ w 2015 roku. Skupia się na 17 Celach Zrównoważonego Rozwoju (SDG), które obejmują różnorodne kwestie, m.in. eliminacja ubóstwa, ochrona środowiska, równość płci i zdrowie.
    
    <img class="aligncenter wp-image-2439 size-full" src="https://www.csrinfo.org/wp-content/uploads/2024/02/Agenda-ONZ.png" alt="Agenda ONZ 2030" width="706" height="344" />
    
    <a href="https://www.consilium.europa.eu/pl/policies/climate-change/paris-agreement/" target="_blank" rel="noreferrer noopener">Porozumienie Paryskie</a> przyjęte w 2015 roku, ma na celu globalne ograniczenie wzrostu temperatury na świecie poniżej 2°C w stosunku do okresu przedindustrialnego. Koncentruje się na redukcji emisji gazów cieplarnianych i dostosowaniu się do zmian klimatycznych.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <a href="https://www.europarl.europa.eu/news/pl/headlines/society/20200618STO81513/zielony-lad-klucz-do-neutralnej-klimatycznie-i-zrownowazonej-ue?&amp;at_campaign=20234-Green&amp;at_medium=Google_Ads&amp;at_platform=Search&amp;at_creation=RSA&amp;at_goal=TR_G&amp;at_audience=europejski%20zielony%20%C5%82ad&amp;at_topic=Green_Deal&amp;at_location=PO&amp;gclid=Cj0KCQjw9rSoBhCiARIsAFOipllp_YEBUj3UdL1AT0zYlNvYUsceAbJytKYdChhJWTvQHvEsI4mzDQIaAjD4EALw_wcB" target="_blank" rel="noreferrer noopener">Europejski Zielony Ład</a> (ang. European Green Deal) to strategia i szereg inicjatyw Unii Europejskiej mających na celu osiągnięcie neutralności klimatycznej do 2050 roku, promowanie zrównoważonego rozwoju, ochronę środowiska i przejście na bardziej ekologiczny model gospodarki.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <a href="https://www.gov.pl/web/finanse/dyrektywa-o-sprawozdawczosci-przedsiebiorstw-w-zakresie-zrownowazonego-rozwoju-juz-opublikowana" target="_blank" rel="noreferrer noopener">Dyrektywa CSRD</a> (ang. Corporate Sustainability Reporting Directive) to unijna inicjatywa mająca na celu rozszerzenie i ulepszenie standardów raportowania ESG przez przedsiębiorstwa.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Skupia się na wymogach dotyczących raportowania informacji związanych z aspektami społecznymi, środowiskowymi i rządzącymi oraz ma na celu zwiększenie transparentności działań firm w tych obszarach.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <a href="https://finance.ec.europa.eu/sustainable-finance/tools-and-standards/eu-taxonomy-sustainable-activities_en" target="_blank" rel="noreferrer noopener">Taksonomia</a> jest narzędziem regulacyjnym Unii Europejskiej, które określa, jakie działalności gospodarcze można uznać za zrównoważone pod względem ekologicznym. Koncentruje się na identyfikowaniu sektorów gospodarki, które przyczyniają się pozytywnie do celów zrównoważonego rozwoju, oraz tych, które są z nimi sprzeczne.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <a href="https://www.weforum.org/reports/" target="_blank" rel="noreferrer noopener">Raporty Forum Ekonomicznego w Davos</a> to dokumenty przedstawiane podczas dorocznych spotkań Światowego Forum Ekonomicznego w Davos.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Zakres tematyczny tych raportów jest szeroki i obejmuje kwestie gospodarcze, społeczne, środowiskowe i polityczne. Forum to miejsce dyskusji na temat globalnych wyzwań, takich jak nierówność, zmiany klimatyczne, innowacje i polityka światowa.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <a href="https://www.fsb-tcfd.org/" target="_blank" rel="noreferrer noopener">TCFD</a> (ang. Task Force on Climate-related Financial Disclosures) to grupa robocza powołana przez Financial Stability Board (FSB), która koncentruje się na dostarczaniu wytycznych dotyczących raportowania finansowego związanego z klimatem. Jej celem jest promowanie przejrzystego i spójnego raportowania informacji finansowych dotyczących ryzyka klimatycznego i jego wpływu na przedsiębiorstwa.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Mnogość dokumentów, wytycznych i inicjatyw sprawia, że zarządzanie ESG jest strategią równoczesnego rozpoznawania i rozwiązywania współczesnych problemów gospodarczych, społecznych i środowiskowym, z uwzględnieniem wpływów finansowym i bezpieczeństwa przyszłych pokoleń.
    <div id="dlaczegowarto">
    
    <!-- /wp:paragraph --> <!-- wp:heading -->
    <h2 id="dlaczego-warto" class="wp-block-heading">Dlaczego warto wdrażać ESG w organizacji?</h2>
    <!-- /wp:heading --> <!-- wp:paragraph -->
    
    </div>
    Jednym z głównych argumentów przemawiających za wdrażaniem ESG w firmach jest troska o bezpieczeństwo przyszłych pokoleń oraz długoterminową stabilność przedsiębiorstw.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Istnieje wiele powodów, dla których organizacje powinny rozważyć wprowadzenie ESG w działalność organizacji:
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Poprawa reputacji </strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Firmy, które angażują się w kwestie ESG, zyskują lepszą reputację i budują zaufanie klientów, inwestorów i społeczności.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Wzrost znaczenia na rynku</strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Wielu inwestorów alokuje kapitały w firmy zrównoważone, co może przyciągnąć nowe źródła finansowania. Coraz częściej mówi się o zielonych obligacjach zielonych inwestycjach czy zielonych zamówieniach publicznych.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Mitygacja ryzyka</strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Realizacja celów zrównoważonego rozwoju pomaga ograniczyć ryzyko związane z problemami środowiskowymi, społecznymi i zarządczymi w działalności własnej oraz w łańcuchu wartości. Pozwala to redukować ryzyko nieodpowiednich warunków pracy poprzez ankietę lub ocenę dostawcy.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Efektywność</strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Dobre praktyki ESG, w tym polityki i kodeksy, mogą pomóc w poprawie efektywności operacyjnej i obniżeniu kosztów produkcji lub utrzymania przedsiębiorstwa.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Spełnianie wymogów prawa i regulacji</strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    W wielu krajach wprowadzane są nowe przepisy dotyczące ESG, co sprawia, że organizacje muszą dostosować się do wymagań legislacyjnych. To proces czasochłonny, jednak zapewnia najwyższą jakość oferowanych usług, ich zgodność z prawem oraz minimalizowanie ryzyka w trakcie audytów przedsiębiorstwa.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Budowanie wartości pracowników</strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Młodsze pokolenia pracowników coraz częściej wybierają pracodawców, którzy dbają o ESG i odpowiedzialność społeczną oraz oczekują odpowiedzialnej postawy pracodawcy. Wpływa to na wzrost zaangażowania pracowników, poprawę ich dobrostanu oraz polepszanie wizerunku przedsiębiorstwa.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    <strong>Długoterminowy sukces</strong>
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Organizacje, które uwzględniają ESG w swojej strategii, są bardziej przygotowane do długoterminowych wyzwań i zmian na rynku.
    <div id="wnioski">
    
    <!-- /wp:paragraph --> <!-- wp:heading -->
    <h2 id="wnioski" class="wp-block-heading">Wnioski</h2>
    <!-- /wp:heading --> <!-- wp:paragraph -->
    
    </div>
    ESG to podejście do biznesu, które uwzględnia wpływ działalności na trzy kluczowe obszary: środowiskowy, społeczny i zarządczy, ale również wpływ tych obszarów na funkcjonowanie organizacji. Wdrażanie standardów ESG pomaga organizacjom zarządzać wyzwaniami związanymi ze zrównoważonym rozwojem, oczekiwaniami społecznymi oraz zyskać przewagę konkurencyjną. Firmy, które inwestują w ESG, mogą budować lepszą reputację, przyciągać inwestorów i klientów, minimalizować ryzyka własne i mieć pozytywny wpływ społeczny. Dlatego warto rozważyć implementację ESG w swojej organizacji i zacząć działać na rzecz bardziej zrównoważonej i odpowiedzialnej przyszłości.
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    &nbsp;
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    
    Jeśli chcesz dowiedzieć się więcej o ESG, wprowadzić zrównoważone praktyki w działalność swojej firmy oraz poznać najnowsze trendy w tym zakresie, to zapraszamy Cię na szkolenie "<strong>ESG i zrównoważony rozwój w biznesie</strong>".
    
    public _content_content_0_text -> string (19) "field_62c4151f67596"
    $context['post']->_content_content_0_text
    public content_content -> array (3)
    $context['post']->content_content
    0 => string (4) "text"
    $context['post']->content_content[0]
    1 => string (8) "cta_link"
    $context['post']->content_content[1]
    2 => string (4) "text"
    $context['post']->content_content[2]
    public _content_content -> string (19) "field_62c4140c95fd9"
    $context['post']->_content_content
    public _content -> string (19) "field_62c413ed1bd11"
    $context['post']->_content
    public newsletter_campaignid -> string (0) ""
    $context['post']->newsletter_campaignid
    public _newsletter_campaignid -> string (19) "field_63873d0fc7fb0"
    $context['post']->_newsletter_campaignid
    public newsletter -> string (0) ""
    $context['post']->newsletter
    public _newsletter -> string (19) "field_63873d04c7faf"
    $context['post']->_newsletter
    public _yoast_wpseo_estimated-reading-time-minutes -> string (1) "8"
    $context['post']->{'_yoast_wpseo_estimated-reading-time-minutes'}
    public _yoast_wpseo_wordproof_timestamp -> string (0) ""
    $context['post']->_yoast_wpseo_wordproof_timestamp
    public _yoast_wpseo_focuskw -> string (14) "Co to jest ESG"
    $context['post']->_yoast_wpseo_focuskw
    public _yoast_wpseo_title -> string (18) "%%title%% %%page%%"
    $context['post']->_yoast_wpseo_title
    public _yoast_wpseo_metadesc -> UTF-8 string (140) "W dzisiejszym dynamicznym świecie zarządzanie ESG przestaje być jedynie tren...
    $context['post']->_yoast_wpseo_metadesc
    W dzisiejszym dynamicznym świecie zarządzanie ESG przestaje być jedynie trendem, a staje się kluczową częścią biznesu przyszłości.
    
    public _yoast_wpseo_linkdex -> string (2) "80"
    $context['post']->_yoast_wpseo_linkdex
    public _oembed_91c3bd6af021e0551fd1132a675f996d -> UTF-8 string (692) "<blockquote class="wp-embedded-content" data-secret="Y41Uv4dnC5"><a href="ht...
    $context['post']->_oembed_91c3bd6af021e0551fd1132a675f996d
    <blockquote class="wp-embedded-content" data-secret="Y41Uv4dnC5"><a href="https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/">ESG i zrównoważony rozwój w biznesie ONLINE</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8222;ESG i zrównoważony rozwój w biznesie ONLINE&#8221; &#8212; CSRinfo - społeczna odpowiedzialność biznesu" src="https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/embed/#?secret=xzliFhYSa5#?secret=Y41Uv4dnC5" data-secret="Y41Uv4dnC5" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
    
    public _oembed_time_91c3bd6af021e0551fd1132a675f996d -> string (10) "1706832422"
    $context['post']->_oembed_time_91c3bd6af021e0551fd1132a675f996d
    2024-02-02 00:07:02 UTC
    public _yoast_wpseo_content_score -> string (2) "30"
    $context['post']->_yoast_wpseo_content_score
    public content_content_1_title -> UTF-8 string (39) "ESG i zrównoważony rozwój w biznesie"
    $context['post']->content_content_1_title
    public _content_content_1_title -> string (19) "field_65ba00f6ef476"
    $context['post']->_content_content_1_title
    public content_content_1_text -> UTF-8 string (336) "<p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</s...
    $context['post']->content_content_1_text
    <p class="has-small-font-size"><span style="font-size: 1.4rem;">Korzyści:</span></p>
    <span style="font-size: 1.4rem;">• praktyczna pomoc we wdrożeniu zrównoważonych działań,</span>
    
    <span style="font-size: 1.4rem;">• aktualna wiedza na temat ESG,</span>
    
    <span style="font-size: 1.4rem;">• szkolenie warsztatowe.</span>
    
    public _content_content_1_text -> string (19) "field_65ba00f6ef477"
    $context['post']->_content_content_1_text
    public content_content_1_file -> array (3)
    $context['post']->content_content_1_file
    title => UTF-8 string (15) "Zapisuję się!"
    $context['post']->content_content_1_file['title']
    url => string (56) "https://www.csrinfo.org/szkolenia/odpowiedzialny-biznes/"
    $context['post']->content_content_1_file['url']
    target => string (0) ""
    $context['post']->content_content_1_file['target']
    public _content_content_1_file -> string (19) "field_65ba0101ef479"
    $context['post']->_content_content_1_file
    public content_content_2_text -> UTF-8 string (577) "Przydatne linki: <!-- /wp:paragraph --> <!-- wp:paragraph --> <ul> <li>Jak z...
    $context['post']->content_content_2_text
    Przydatne linki:
    
    <!-- /wp:paragraph --> <!-- wp:paragraph -->
    <ul>
     	<li>Jak zyskać na odpowiedzialności? CSR w strategiach spółek giełdowych.<a href="https://www.csrinfo.org/category/publikacje-csrinfo/">https://www.csrinfo.org/category/publikacje-csrinfo/</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
     	<li>Forum Odpowiedzialnego Biznesu <a href="http://www.odpowiedzialnybiznes.pl">www.odpowiedzialnybiznes.pl</a><!-- /wp:paragraph --> <!-- wp:paragraph --></li>
     	<li>UN Global Goals2030 <a href="https://sdgs.un.org">https://sdgs.un.org</a></li>
    </ul>
    
    public _content_content_2_text -> string (19) "field_62c4151f67596"
    $context['post']->_content_content_2_text
    public _wp_old_date -> string (10) "2024-02-02"
    $context['post']->_wp_old_date
    public post_date_gmt -> string (19) "2023-09-21 22:45:55"
    $context['post']->post_date_gmt
    public comment_status -> string (6) "closed"
    $context['post']->comment_status
    public ping_status -> string (6) "closed"
    $context['post']->ping_status
    public post_password -> string (0) ""
    $context['post']->post_password
    public post_name -> string (71) "co-to-jest-esg-i-dlaczego-warto-wdrazac-je-w-strategie-przedsiebiorstwa"
    $context['post']->post_name
    public to_ping -> string (0) ""
    $context['post']->to_ping
    public pinged -> string (0) ""
    $context['post']->pinged
    public post_modified -> string (19) "2024-02-02 21:15:55"
    $context['post']->post_modified
    public post_modified_gmt -> string (19) "2024-02-02 20:15:55"
    $context['post']->post_modified_gmt
    public post_content_filtered -> string (0) ""
    $context['post']->post_content_filtered
    public guid -> string (51) "https://www.csrinfo.org/?post_type=blog&#038;p=2437"
    $context['post']->guid
    public menu_order -> integer 0
    $context['post']->menu_order
    public post_mime_type -> string (0) ""
    $context['post']->post_mime_type
    public comment_count -> string (1) "0"
    $context['post']->comment_count
    public filter -> string (3) "raw"
    $context['post']->filter
    public status -> string (7) "publish"
    $context['post']->status
  • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
    new \Timber\Post($pid = null)
    /**
    * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
    * @example
    * ```php
    * $post = new Timber\Post();
    * $other_post = new Timber\Post($random_post_id);
    * ```
    * @param mixed $pid
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
    public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
    /**
    * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
    * This is also here to ensure that {{ post.class }} remains usable
    * @return mixed
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
    public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
    /**
    * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
    * This is also here to ensure that {{ post.class }} remains usable
    * @return mixed
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
    public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
    (string) $context['post']
    /**
    * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
    public get_edit_url(): bool|string Get the URL that will edit the current post/object
    $context['post']->get_edit_url()
    /**
    * Get the URL that will edit the current post/object
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @see Timber\Post::edit_link
    * @return bool|string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
    public update($field, $value) updates the post_meta of the current object with the given value
    $context['post']->update($field, $value)
    /**
    * updates the post_meta of the current object with the given value
    * @param string $field
    * @param mixed $value
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
    public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
    $context['post']->preview()
    /**
    * Gets a preview/excerpt of your post.
    *
    * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
    * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
    * where to pull through.
    *
    * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
    * means that you can change the output of the preview by **adding more methods**. Refer to the
    * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
    * to get an overview of all the available methods.
    *
    * @example
    * ```twig
    * {# Use default preview #}
    * <p>{{ post.preview }}</p>
    *
    * {# Change the post preview text #}
    * <p>{{ post.preview.read_more('Continue Reading') }}</p>
    *
    * {# Additionally restrict the length to 50 words #}
    * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
    * ```
    * @see \Timber\PostPreview
    * @return \Timber\PostPreview
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
    public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
    $context['post']->get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;')
    /**
    * get a preview of your post, if you have an excerpt it will use that,
    * otherwise it will pull from the post_content.
    * If there's a <!-- more --> tag it will use that to mark where to pull through.
    * @deprecated since 1.3.1, use {{ post.preview }} instead
    * @example
    * ```twig
    * <p>{{post.get_preview(50)}}</p>
    * ```
    * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
    * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
    * @param string $readmore The text you want to use on the 'readmore' link
    * @param bool|string $strip true for default, false for none, string for list of custom attributes
    * @param string $end The text to end the preview with (defaults to ...)
    * @return string of the post preview
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
    public import_custom($pid) gets the post custom and attaches it to the current object
    $context['post']->import_custom($pid)
    /**
    * gets the post custom and attaches it to the current object
    * @internal
    * @param integer $pid a post ID number
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
    public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
    $context['post']->comment_form($args = array())
    /**
    *
    * Gets the comment form for use on a single article page
    * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
    * @return string of HTML for the form
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
    public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
    $context['post']->terms($args = array(), $merge = true, $term_class = '')
    /**
    * Gets the terms associated with the post.
    *
    * @api
    * @todo Remove deprecated parameters in 2.x
    * @example
    * ```twig
    * <section id="job-feed">
    * {% for post in job %}
    *     <div class="job">
    *         <h2>{{ post.title }}</h2>
    *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
    *     </div>
    * {% endfor %}
    * </section>
    * ```
    * ```html
    * <section id="job-feed">
    *     <div class="job">
    *         <h2>Cheese Maker</h2>
    *         <p>Cheese, Food, Fromage</p>
    *     </div>
    *     <div class="job">
    *         <h2>Mime</h2>
    *         <p>Performance, Silence</p>
    *     </div>
    * </section>
    * ```
    * ```php
    * // Get all terms of a taxonomy.
    * $terms = $post->terms( 'category' );
    *
    * // Get terms of multiple taxonomies.
    * $terms = $post->terms( array( 'books', 'movies' ) );
    *
    * // Use custom arguments for taxonomy query and options.
    * $terms = $post->terms( array(
    *     'query' => [
    *         'taxonomy' => 'custom_tax',
    *         'orderby'  => 'count',
    *     ],
    *     'merge'      => false,
    *     'term_class' => 'My_Term_Class'
    * ) );
    * ```
    *
    * @param string|array $args {
    *     Optional. Name of the taxonomy or array of arguments.
    *
    *     @type array $query       Any array of term query parameters for getting the terms. See
    *                              `WP_Term_Query::__construct()` for supported arguments. Use the
    *                              `taxonomy` argument to choose which taxonomies to get. Defaults
    *                              to querying all registered taxonomies for the post type. You can
    *                              use custom or built-in WordPress taxonomies (category, tag).
    *                              Timber plays nice and figures out that `tag`, `tags` or
    *                              `post_tag` are all the same (also for `categories` or
    *                              `category`). For custom taxonomies you need to define the
    *                              proper name.
    *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
    *                              whether it should be an array of sub-arrays for each taxonomy
    *                              (`false`). Default `true`.
    *     @type string $term_class The Timber term class to use for the term objects.
    * }
    * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
    * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
    *                           parameter.
    * @return array An array of taxonomies.
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
    public has_term($term_name_or_id, $taxonomy = 'all'): bool
    $context['post']->has_term($term_name_or_id, $taxonomy = 'all')
    /**
    * @param string|int $term_name_or_id
    * @param string $taxonomy
    * @return bool
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
    public get_paged_content(): string
    $context['post']->get_paged_content()
    /**
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
    public get_post_type(): PostType Returns the post_type object with labels and other info
    $context['post']->get_post_type()
    /**
    * Returns the post_type object with labels and other info
    *
    * @deprecated since 1.0.4
    * @example
    *
    * ```twig
    * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
    * ```
    *
    * ```html
    * This post is from <span>Recipes</span>
    * ```
    * @return PostType
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
    public get_comment_count(): int the number of comments on a post
    $context['post']->get_comment_count()
    /**
    * @return int the number of comments on a post
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
    public has_field($field_name): boolean
    $context['post']->has_field($field_name)
    /**
    * @param string $field_name
    * @return boolean
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
    public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
    $context['post']->field_object($field_name)
    /**
    * Gets the field object data from Advanced Custom Fields.
    * This includes metadata on the field like whether it's conditional or not.
    *
    * @since 1.6.0
    * @param string $field_name of the field you want to lookup.
    * @return mixed
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
    public get_field($field_name): mixed
    $context['post']->get_field($field_name)
    /**
    * @param string $field_name
    * @return mixed
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
    public import_field($field_name)
    $context['post']->import_field($field_name)
    /**
    * @param string $field_name
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
    public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
    $context['post']->post_class($class = '')
    /**
    * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
    * @internal
    * @param string $class additional classes you want to add
    * @example
    * ```twig
    * <article class="{{ post.post_class }}">
    *    {# Some stuff here #}
    * </article>
    * ```
    *
    * ```html
    * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
    *    {# Some stuff here #}
    * </article>
    * ```
    * @return string a space-seperated list of classes
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
    public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
    $context['post']->css_class($class = '')
    /**
    * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
    * @internal
    * @param string $class additional classes you want to add
    * @see Timber\Post::$_css_class
    * @example
    * ```twig
    * <article class="{{ post.class }}">
    *    {# Some stuff here #}
    * </article>
    * ```
    *
    * @return string a space-seperated list of classes
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
    public get_method_values(): array
    $context['post']->get_method_values()
    /**
    * @return array
    * @codeCoverageIgnore
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
    public author(): User|null A User object if found, false if not Return the author of a post
    $context['post']->author()
    /**
    * Return the author of a post
    * @api
    * @example
    * ```twig
    * <h1>{{post.title}}</h1>
    * <p class="byline">
    *     <a href="{{post.author.link}}">{{post.author.name}}</a>
    * </p>
    * ```
    * @return User|null A User object if found, false if not
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
    public authors()
    $context['post']->authors()
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
    public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
    $context['post']->modified_author()
    /**
    * Get the author (WordPress user) who last modified the post
    * @example
    * ```twig
    * Last updated by {{ post.modified_author.name }}
    * ```
    * ```html
    * Last updated by Harper Lee
    * ```
    * @return User|null A User object if found, false if not
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
    public categories(): array of Timber\Terms Get the categoires on a particular post
    $context['post']->categories()
    /**
    * Get the categoires on a particular post
    * @api
    * @return array of Timber\Terms
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
    public category(): Timber\Term|null Returns a category attached to a post
    $context['post']->category()
    /**
    * Returns a category attached to a post
    * @api
    * If mulitpuile categories are set, it will return just the first one
    * @return Timber\Term|null
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
    public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
    $context['post']->children($post_type = 'any', $childPostClass = false)
    /**
    * Returns an array of children on the post as Timber\Posts
    * (or other claass as you define).
    * @api
    * @example
    * ```twig
    * {% if post.children %}
    *     Here are the child pages:
    *     {% for child in post.children %}
    *         <a href="{{ child.link }}">{{ child.title }}</a>
    *     {% endfor %}
    * {% endif %}
    * ```
    * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
    * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
    public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
    $context['post']->comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
    /**
    * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
    * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
    * (or whatever comment class you set).
    * @api
    *
    * @param int    $count        Set the number of comments you want to get. `0` is analogous to
    *                             "all".
    * @param string $order        Use ordering set in WordPress admin, or a different scheme.
    * @param string $type         For when other plugins use the comments table for their own
    *                             special purposes. Might be set to 'liveblog' or other, depending
    *                             on what’s stored in your comments table.
    * @param string $status       Could be 'pending', etc.
    * @param string $CommentClass What class to use when returning Comment objects. As you become a
    *                             Timber Pro, you might find yourself extending `Timber\Comment`
    *                             for your site or app (obviously, totally optional).
    * @see \Timber\CommentThread for an example with nested comments
    * @return bool|\Timber\CommentThread
    *
    * @example
    *
    * **single.twig**
    *
    * ```twig
    * <div id="post-comments">
    *   <h4>Comments on {{ post.title }}</h4>
    *   <ul>
    *     {% for comment in post.comments() %}
    *       {% include 'comment.twig' %}
    *     {% endfor %}
    *   </ul>
    *   <div class="comment-form">
    *     {{ function('comment_form') }}
    *   </div>
    * </div>
    * ```
    *
    * **comment.twig**
    *
    * ```twig
    * {# comment.twig #}
    * <li>
    *   <p class="comment-author">{{ comment.author.name }} says:</p>
    *   <div>{{ comment.content }}</div>
    * </li>
    * ```
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
    public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
    $context['post']->content($page0, $len = -1)
    /**
    * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
    * @api
    * @example
    * ```twig
    * <div class="article">
    *     <h2>{{post.title}}</h2>
    *     <div class="content">{{ post.content }}</div>
    * </div>
    * ```
    * @param int $page
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
    public paged_content(): string
    $context['post']->paged_content()
    /**
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
    public date($date_format = ''): string Get the date to use in your template!
    $context['post']->date($date_format = '')
    /**
    * Get the date to use in your template!
    * @api
    * @example
    * ```twig
    * Published on {{ post.date }} // Uses WP's formatting set in Admin
    * OR
    * Published on {{ post.date('F jS') }} // Jan 12th
    * ```
    *
    * ```html
    * Published on January 12, 2015
    * OR
    * Published on Jan 12th
    * ```
    * @param string $date_format
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
    public time($time_format = ''): string Get the time to use in your template
    $context['post']->time($time_format = '')
    /**
    * Get the time to use in your template
    * @api
    * @example
    * ```twig
    * Published at {{ post.time }} // Uses WP's formatting set in Admin
    * OR
    * Published at {{ post.time | time('G:i') }} // 13:25
    * ```
    *
    * ```html
    * Published at 1:25 pm
    * OR
    * Published at 13:25
    * ```
    * @param string $time_format
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
    public type(): PostType Returns the post_type object with labels and other info
    $context['post']->type()
    /**
    * Returns the post_type object with labels and other info
    *
    * @since 1.0.4
    * @example
    *
    * ```twig
    * This post is from <span>{{ post.type.labels.name }}</span>
    * ```
    *
    * ```html
    * This post is from <span>Recipes</span>
    * ```
    * @return PostType
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
    public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
    $context['post']->edit_link()
    /**
    * Returns the edit URL of a post if the user has access to it
    * @return bool|string the edit URL of a post in the WordPress admin
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
    public format(): mixed
    $context['post']->format()
    /**
    * @api
    * @return mixed
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
    public password_required(): boolean whether post requires password and correct password has been provided
    $context['post']->password_required()
    /**
    * whether post requires password and correct password has been provided
    * @api
    * @return boolean
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
    public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
    $context['post']->link()
    /**
    * get the permalink for a post object
    * @api
    * @example
    * ```twig
    * <a href="{{post.link}}">Read my post</a>
    * ```
    * @return string ex: http://example.org/2015/07/my-awesome-post
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
    public meta($field_name = null): mixed
    $context['post']->meta($field_name = null)
    /**
    * @param string $field_name
    * @return mixed
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
    public name(): string
    $context['post']->name()
    /**
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
    public modified_date($date_format = ''): string
    $context['post']->modified_date($date_format = '')
    /**
    * @param string $date_format
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
    public modified_time($time_format = ''): string
    $context['post']->modified_time($time_format = '')
    /**
    * @param string $time_format
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
    public next($in_same_term = false): mixed
    $context['post']->next($in_same_term = false)
    /**
    * @api
    * @param bool $in_same_term
    * @return mixed
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
    public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
    $context['post']->pagination()
    /**
    * Get a data array of pagination so you can navigate to the previous/next for a paginated post
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
    public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
    $context['post']->convert($data)
    /**
    * Finds any WP_Post objects and converts them to Timber\Posts
    * @param array|WP_Post $data
    * @param string $class
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
    public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
    $context['post']->parent()
    /**
    * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
    * @api
    * @example
    * ```twig
    * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
    * ```
    * @return bool|Timber\Post
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
    public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
    $context['post']->path()
    /**
    * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
    * this will return just /2015/07/my-cool-post
    * @api
    * @example
    * ```twig
    * <a href="{{post.path}}">{{post.title}}</a>
    * ```
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
    public prev($in_same_term = false): mixed Get the previous post in a set
    $context['post']->prev($in_same_term = false)
    /**
    * Get the previous post in a set
    * @api
    * @example
    * ```twig
    * <h4>Prior Entry:</h4>
    * <h3>{{post.prev.title}}</h3>
    * <p>{{post.prev.get_preview(25)}}</p>
    * ```
    * @param bool $in_same_term
    * @return mixed
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
    public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
    $context['post']->tags()
    /**
    * Gets the tags on a post, uses WP's post_tag taxonomy
    * @api
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
    public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
    $context['post']->thumbnail()
    /**
    * get the featured image as a Timber/Image
    * @api
    * @example
    * ```twig
    * <img src="{{ post.thumbnail.src }}" />
    * ```
    * @return Timber\Image|null of your thumbnail
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
    public title(): string Returns the processed title to be used in templates. This returns the title o...
    $context['post']->title()
    /**
    * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
    * @api
    * @example
    * ```twig
    * <h1>{{ post.title }}</h1>
    * ```
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
    public gallery($html = true): html Returns the gallery
    $context['post']->gallery($html = true)
    /**
    * Returns the gallery
    * @api
    * @example
    * ```twig
    * {{ post.gallery }}
    * ```
    * @return html
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
    public audio(): html Returns the audio
    $context['post']->audio()
    /**
    * Returns the audio
    * @api
    * @example
    * ```twig
    * {{ post.audio }}
    * ```
    * @return html
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
    public video(): html Returns the video
    $context['post']->video()
    /**
    * Returns the video
    * @api
    * @example
    * ```twig
    * {{ post.video }}
    * ```
    * @return html
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
    public get_categories(): array of Timber\Terms Get the categories for a post
    $context['post']->get_categories()
    /**
    * Get the categories for a post
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @see Timber\Post::categories
    * @return array of Timber\Terms
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
    public get_category(): mixed
    $context['post']->get_category()
    /**
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @see Timber\Post::category
    * @return mixed
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
    public get_image($field): Timber\Image
    $context['post']->get_image($field)
    /**
    * @param string $field
    * @return Timber\Image
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
    public get_tags(): array Gets an array of tags for you to use
    $context['post']->get_tags()
    /**
    * Gets an array of tags for you to use
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @example
    * ```twig
    * <ul class="tags">
    *     {% for tag in post.tags %}
    *         <li>{{tag.name}}</li>
    *     {% endfor %}
    * </ul>
    * ```
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
    public get_title(): string Outputs the title with filters applied
    $context['post']->get_title()
    /**
    * Outputs the title with filters applied
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @example
    * ```twig
    * <h1>{{post.get_title}}</h1>
    * ```
    * ```html
    * <h1>Hello World!</h1>
    * ```
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
    public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
    $context['post']->get_content($len = -1, $page0)
    /**
    * Displays the content of the post with filters, shortcodes and wpautop applied
    * @example
    * ```twig
    * <div class="article-text">{{post.get_content}}</div>
    * ```
    * ```html
    * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
    * ```
    * @param int $len
    * @param int $page
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
    public get_format(): mixed
    $context['post']->get_format()
    /**
    * @internal
    * @deprecated since 1.0
    * @return mixed
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
    public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
    $context['post']->get_terms($tax = '', $merge = true, $TermClass = '')
    /**
    * Get the terms associated with the post
    * This goes across all taxonomies by default
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
    * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
    public permalink(): string
    $context['post']->permalink()
    /**
    * @deprecated 0.20.0 use link() instead
    * @codeCoverageIgnore
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
    public get_date($date_format = ''): string
    $context['post']->get_date($date_format = '')
    /**
    * @internal
    * @see Timber\Post::date
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @param  string $date_format
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
    public get_modified_date($date_format = ''): string
    $context['post']->get_modified_date($date_format = '')
    /**
    * @internal
    * @see Timber\Post::modified_date
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @param  string $date_format
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
    public get_modified_time($time_format = ''): string
    $context['post']->get_modified_time($time_format = '')
    /**
    * @internal
    * @param  string $time_format
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
    public get_children($post_type = 'any', $childPostClass = false): array
    $context['post']->get_children($post_type = 'any', $childPostClass = false)
    /**
    * @internal
    * @see Timber\Post::children
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @param string 		$post_type
    * @param bool|string 	$childPostClass
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
    public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
    $context['post']->get_path()
    /**
    * Get the permalink for a post, but as a relative path
    * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
    * this will return the relative version: "/2015/07/04/my-cool-post"
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
    public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
    $context['post']->get_prev($in_same_term = false)
    /**
    * Get the next post in WordPress's ordering
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @return TimberPost|boolean
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
    public get_parent(): bool|TimberPost Get the parent post of the post
    $context['post']->get_parent()
    /**
    * Get the parent post of the post
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @return bool|TimberPost
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
    public get_author(): User|null Gets a User object from the author of the post
    $context['post']->get_author()
    /**
    * Gets a User object from the author of the post
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @see Timber\Post::author
    * @return User|null
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
    public get_modified_author(): User|null
    $context['post']->get_modified_author()
    /**
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @return User|null
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
    public get_thumbnail(): Image|null
    $context['post']->get_thumbnail()
    /**
    * @internal
    * @see TimberPost::thumbnail
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @return Image|null
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
    public get_permalink(): string
    $context['post']->get_permalink()
    /**
    * @internal
    * @see TimberPost::link
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
    public get_link(): string get the permalink for a post object In your templates you should use link: <a...
    $context['post']->get_link()
    /**
    * get the permalink for a post object
    * In your templates you should use link:
    * <a href="{{post.link}}">Read my post</a>
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
    public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
    $context['post']->get_next($taxonomy = false)
    /**
    * Get the next post in WordPress's ordering
    * @internal
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @param bool $taxonomy
    * @return TimberPost|boolean
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
    public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
    $context['post']->get_pagination()
    /**
    * Get a data array of pagination so you can navigate to the previous/next for a paginated post
    * @internal
    * @see Timber\Post::pagination();
    * @deprecated since 1.0
    * @codeCoverageIgnore
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
    public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
    $context['post']->get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment')
    /**
    * Get the comments for a post
    * @internal
    * @see Timber\Post::comments
    * @param int $count
    * @param string $order
    * @param string $type
    * @param string $status
    * @param string $CommentClass
    * @return array|mixed
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
    public __isset($field): boolean
    /**
    *
    * @return boolean
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
    public import($info, $force = false) Takes an array or object and adds the properties to the parent object
    $context['post']->import($info, $force = false)
    /**
    * Takes an array or object and adds the properties to the parent object
    * @example
    * ```php
    * $data = array('airplane' => '757-200', 'flight' => '5316');
    * $post = new Timber\Post()
    * $post->import(data);
    * echo $post->airplane; //757-200
    * ```
    * @param array|object $info an object or array you want to grab data from to attach to the Timber object
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
    public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
    $context['post']->can_edit()
    /**
    * Can you edit this post/term/user? Well good for you. You're no better than me.
    * @example
    * ```twig
    * {% if post.can_edit %}
    * <a href="{{ post.edit_link }}">Edit</a>
    * {% endif %}
    * ```
    * ```html
    * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
    * ```
    * @return bool
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
    protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
    /**
    * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
    * @internal
    * @param mixed a value to test against
    * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
    protected get_post_preview_object()
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
    protected get_post_preview_id($query)
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
    protected init($pid = false) Initializes a Post
    /**
    * Initializes a Post
    * @internal
    * @param integer $pid
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
    protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
    /**
    * takes a mix of integer (post ID), string (post slug),
    * or object to return a WordPress post object from WP's built-in get_post() function
    * @internal
    * @param integer $pid
    * @return WP_Post on success
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
    protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
    /**
    * helps you find the post id regardless of whether you send a string or whatever
    * @param integer $pid ;
    * @internal
    * @return integer ID number of a post
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
    protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
    /**
    * Used internally to fetch the metadata fields (wp_postmeta table)
    * and attach them to our TimberPost object
    * @internal
    * @param int $pid
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
    protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
    /**
    * Used internally by init, etc. to build TimberPost object
    * @internal
    * @param  int $pid
    * @return null|object|WP_Post
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
    protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
    /**
    * If the Password form is to be shown, show it!
    * @return string|void
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
    protected get_revised_data_from_method($method, $args = false)
    /**
    *
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
    protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
    /**
    * Handles for an circumstance with the Block editor where a "more" block has an option to
    * "Hide the excerpt on the full content page" which hides everything prior to the inserted
    * "more" block
    * @ticket #2218
    * @param string $content
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
    public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
    \Timber\Post::get_post_id_by_name($post_name)
    /**
    * get_post_id_by_name($post_name)
    * @internal
    * @deprecated since 1.5.0
    * @param string $post_name
    * @return int
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
    protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
    /**
    * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
    * WordPress admin
    * @internal
    * @return bool
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
    protected static get_wp_link_page($i): string
    /**
    * @param int $i
    * @return string
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
  • public static $representation :: string (4) "post"
    \Timber\Post::$representation
paged => integer 1
$context['paged']
localhost => boolean false
$context['localhost']
current_url => string (45) "https://www.csrinfo.org/kategorie/crs-ogolnie"
$context['current_url']
current_url_full => string (46) "https://www.csrinfo.org/kategorie/crs-ogolnie?"
$context['current_url_full']
pc_theme => array (1)
$context['pc_theme']
header => array (2)
$context['pc_theme']['header']
body => array (1)
$context['pc_theme']['header']['body']
class => string (0) ""
$context['pc_theme']['header']['body']['class']
fonts => array (1)
$context['pc_theme']['header']['fonts']
0 => string (249) "<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,3...
$context['pc_theme']['header']['fonts'][0]
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap" rel="stylesheet">
taxonomy => WP_Term (10)
$context['taxonomy']
  • Properties (10)
  • Available methods (5)
  • public term_id -> integer 18
    $context['taxonomy']->term_id
    public name -> UTF-8 string (12) "CRS ogólnie"
    $context['taxonomy']->name
    public slug -> string (11) "crs-ogolnie"
    $context['taxonomy']->slug
    public term_group -> integer 0
    $context['taxonomy']->term_group
    public term_taxonomy_id -> integer 18
    $context['taxonomy']->term_taxonomy_id
    public taxonomy -> string (8) "blog_cat"
    $context['taxonomy']->taxonomy
    public description -> string (0) ""
    $context['taxonomy']->description
    public parent -> integer 0
    $context['taxonomy']->parent
    public count -> integer 52
    $context['taxonomy']->count
    public filter -> string (3) "raw"
    $context['taxonomy']->filter
  • public __construct($term) Constructor.
    new \WP_Term($term)
    /**
    * Constructor.
    *
    * @since 4.4.0
    *
    * @param WP_Term|object $term Term object.
    */
    
    Defined in <ROOT>/wp-includes/class-wp-term.php:197
    public filter($filter) Sanitizes term fields, according to the filter type provided.
    $context['taxonomy']->filter($filter)
    /**
    * Sanitizes term fields, according to the filter type provided.
    *
    * @since 4.4.0
    *
    * @param string $filter Filter context. Accepts 'edit', 'db', 'display', 'attribute', 'js', 'rss', or 'raw'.
    */
    
    Defined in <ROOT>/wp-includes/class-wp-term.php:210
    public to_array(): array Object as array. Converts an object to array.
    $context['taxonomy']->to_array()
    /**
    * Converts an object to array.
    *
    * @since 4.4.0
    *
    * @return array Object as array.
    */
    
    Defined in <ROOT>/wp-includes/class-wp-term.php:221
    public __get($key): mixed Property value. Getter.
    /**
    * Getter.
    *
    * @since 4.4.0
    *
    * @param string $key Property to get.
    * @return mixed Property value.
    */
    
    Defined in <ROOT>/wp-includes/class-wp-term.php:233
    public static get_instance($term_id, $taxonomy = null): WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and Retrieve WP_Term instance.
    \WP_Term::get_instance($term_id, $taxonomy = null)
    /**
    * Retrieve WP_Term instance.
    *
    * @since 4.4.0
    *
    * @global wpdb $wpdb WordPress database abstraction object.
    *
    * @param int    $term_id  Term ID.
    * @param string $taxonomy Optional. Limit matched terms to those matching `$taxonomy`. Only used for
    *                         disambiguating potentially shared terms.
    * @return WP_Term|WP_Error|false Term object, if found. WP_Error if `$term_id` is shared between taxonomies and
    *                                there's insufficient data to distinguish which term is intended.
    *                                False for other failures.
    */
    
    Defined in <ROOT>/wp-includes/class-wp-term.php:116
breadcrumbs_list => array (2)
$context['breadcrumbs_list']
0 => array (2)
$context['breadcrumbs_list'][0]
url => string (29) "https://www.csrinfo.org/blog/"
$context['breadcrumbs_list'][0]['url']
title => string (4) "Blog"
$context['breadcrumbs_list'][0]['title']
1 => array (2)
$context['breadcrumbs_list'][1]
title => UTF-8 string (12) "CRS ogólnie"
$context['breadcrumbs_list'][1]['title']
current => boolean true
$context['breadcrumbs_list'][1]['current']
menu => array (2)
$context['menu']
header => Timber\Menu (22)
$context['menu']['header']
  • Properties (22)
  • Available methods (38)
  • Static class properties
  • public id -> integer 8
    $context['menu']['header']->id
    public ID -> integer 8
    $context['menu']['header']->ID
    public object_type -> string (4) "term"
    $context['menu']['header']->object_type
    public PostClass -> string (11) "Timber\Post"
    $context['menu']['header']->PostClass
    public TermClass -> string (4) "Term"
    $context['menu']['header']->TermClass
    public _children -> null
    $context['menu']['header']->_children
    public name -> string (10) "Menu - top"
    $context['menu']['header']->name
    public taxonomy -> string (8) "nav_menu"
    $context['menu']['header']->taxonomy
    public MenuItemClass -> string (15) "Timber\MenuItem"
    $context['menu']['header']->MenuItemClass
    public depth -> integer 0
    $context['menu']['header']->depth
    public items -> array (5)
    $context['menu']['header']->items
    0 => Timber\MenuItem (75)
    $context['menu']['header']->items[0]
    • Properties (75)
    • Available methods (31)
    • public id -> integer 814
      $context['menu']['header']->items[0]->id
      public ID -> integer 814
      $context['menu']['header']->items[0]->ID
      public object_type -> string (4) "post"
      $context['menu']['header']->items[0]->object_type
      public children -> array (0)
      $context['menu']['header']->items[0]->children
      public has_child_class -> boolean false
      $context['menu']['header']->items[0]->has_child_class
      public classes -> array (5)
      $context['menu']['header']->items[0]->classes
      0 => string (0) ""
      $context['menu']['header']->items[0]->classes[0]
      1 => string (9) "menu-item"
      $context['menu']['header']->items[0]->classes[1]
      2 => string (21) "menu-item-type-custom"
      $context['menu']['header']->items[0]->classes[2]
      3 => string (23) "menu-item-object-custom"
      $context['menu']['header']->items[0]->classes[3]
      4 => string (13) "menu-item-814"
      $context['menu']['header']->items[0]->classes[4]
      public class -> string (69) "menu-item menu-item-type-custom menu-item-object-custom menu-item-814"
      $context['menu']['header']->items[0]->class
      public level -> integer 0
      $context['menu']['header']->items[0]->level
      public post_name -> string (6) "oferta"
      $context['menu']['header']->items[0]->post_name
      public url -> string (0) ""
      $context['menu']['header']->items[0]->url
      public PostClass -> string (11) "Timber\Post"
      $context['menu']['header']->items[0]->PostClass
      public current -> boolean false
      $context['menu']['header']->items[0]->current
      public current_item_parent -> boolean false
      $context['menu']['header']->items[0]->current_item_parent
      public current_item_ancestor -> boolean false
      $context['menu']['header']->items[0]->current_item_ancestor
      protected menu -> Timber\Menu (22) Recursion
      protected _name -> null
      protected _menu_item_object_id -> string (3) "814"
      protected _menu_item_url -> string (0) ""
      protected menu_object -> Timber\Post (67)
      • Properties (67)
      • Available methods (95)
      • Static class properties
      • public id -> integer 814
        public ID -> integer 814
        public object_type -> string (4) "post"
        public ImageClass -> string (12) "Timber\Image"
        public PostClass -> string (11) "Timber\Post"
        public TermClass -> string (11) "Timber\Term"
        public custom -> array (13)
        _menu_item_type => string (6) "custom"
        _menu_item_menu_item_parent => string (1) "0"
        _menu_item_object_id => string (3) "814"
        _menu_item_object => string (6) "custom"
        _menu_item_target => string (0) ""
        _menu_item_classes => array (1) Depth Limit
        _menu_item_xfn => string (0) ""
        _menu_item_url => string (0) ""
        text => string (0) ""
        _text => string (19) "field_62c9bcde0ee56"
        submenu_id => string (6) "oferta"
        _submenu_id => string (19) "field_62e82ac25e4c9"
        _wp_old_date => array (5) Depth Limit
        protected ___content -> null
        protected _permalink -> null
        protected _next -> array (0)
        protected _prev -> array (0)
        protected _css_class -> null
        public post_author -> string (1) "1"
        public post_content -> string (0) ""
        public post_date -> string (19) "2024-01-30 16:04:43"
        public post_excerpt -> string (0) ""
        public post_parent -> integer 0
        public post_status -> string (7) "publish"
        public post_title -> string (6) "Oferta"
        public post_type -> string (13) "nav_menu_item"
        public slug -> string (6) "oferta"
        protected __type -> null
        public _menu_item_type -> string (6) "custom"
        public _menu_item_menu_item_parent -> string (1) "0"
        public _menu_item_object_id -> string (3) "814"
        public _menu_item_object -> string (6) "custom"
        public _menu_item_target -> string (0) ""
        public _menu_item_classes -> array (1)
        0 => string (0) ""
        public _menu_item_xfn -> string (0) ""
        public _menu_item_url -> string (0) ""
        public text -> string (0) ""
        public _text -> string (19) "field_62c9bcde0ee56"
        public submenu_id -> string (6) "oferta"
        public _submenu_id -> string (19) "field_62e82ac25e4c9"
        public _wp_old_date -> array (5)
        0 => string (10) "2022-10-20"
        1 => string (10) "2023-03-09"
        2 => string (10) "2023-03-19"
        3 => string (10) "2023-03-20"
        4 => string (10) "2024-01-08"
        public post_date_gmt -> string (19) "2022-10-20 08:14:09"
        public comment_status -> string (6) "closed"
        public ping_status -> string (6) "closed"
        public post_password -> string (0) ""
        public post_name -> string (6) "oferta"
        public to_ping -> string (0) ""
        public pinged -> string (0) ""
        public post_modified -> string (19) "2024-01-30 16:04:43"
        public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
        public post_content_filtered -> string (0) ""
        public guid -> string (30) "https://www.csrinfo.org/?p=814"
        public menu_order -> integer 1
        public post_mime_type -> string (0) ""
        public comment_count -> string (1) "0"
        public filter -> string (3) "raw"
        public db_id -> integer 814
        public menu_item_parent -> string (1) "0"
        public object_id -> string (3) "814"
        public object -> string (6) "custom"
        public type_label -> UTF-8 string (17) "Własny odnośnik"
        public url -> string (0) ""
        public target -> string (0) ""
        public attr_title -> string (0) ""
        public description -> string (0) ""
        public classes -> array (4)
        0 => string (0) ""
        1 => string (9) "menu-item"
        2 => string (21) "menu-item-type-custom"
        3 => string (23) "menu-item-object-custom"
        public xfn -> string (0) ""
        public popup_id -> null
        public current -> boolean false
        public current_item_ancestor -> boolean false
        public current_item_parent -> boolean false
        public __title -> string (6) "Oferta"
        public status -> string (7) "publish"
      • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
        /**
        * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
        * @example
        * ```php
        * $post = new Timber\Post();
        * $other_post = new Timber\Post($random_post_id);
        * ```
        * @param mixed $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
        public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
        public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
        public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        /**
        * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
        public get_edit_url(): bool|string Get the URL that will edit the current post/object
        /**
        * Get the URL that will edit the current post/object
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::edit_link
        * @return bool|string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
        public update($field, $value) updates the post_meta of the current object with the given value
        /**
        * updates the post_meta of the current object with the given value
        * @param string $field
        * @param mixed $value
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
        public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
        /**
        * Gets a preview/excerpt of your post.
        *
        * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
        * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
        * where to pull through.
        *
        * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
        * means that you can change the output of the preview by **adding more methods**. Refer to the
        * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
        * to get an overview of all the available methods.
        *
        * @example
        * ```twig
        * {# Use default preview #}
        * <p>{{ post.preview }}</p>
        *
        * {# Change the post preview text #}
        * <p>{{ post.preview.read_more('Continue Reading') }}</p>
        *
        * {# Additionally restrict the length to 50 words #}
        * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
        * ```
        * @see \Timber\PostPreview
        * @return \Timber\PostPreview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
        public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
        /**
        * get a preview of your post, if you have an excerpt it will use that,
        * otherwise it will pull from the post_content.
        * If there's a <!-- more --> tag it will use that to mark where to pull through.
        * @deprecated since 1.3.1, use {{ post.preview }} instead
        * @example
        * ```twig
        * <p>{{post.get_preview(50)}}</p>
        * ```
        * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
        * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
        * @param string $readmore The text you want to use on the 'readmore' link
        * @param bool|string $strip true for default, false for none, string for list of custom attributes
        * @param string $end The text to end the preview with (defaults to ...)
        * @return string of the post preview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
        public import_custom($pid) gets the post custom and attaches it to the current object
        /**
        * gets the post custom and attaches it to the current object
        * @internal
        * @param integer $pid a post ID number
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
        public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
        /**
        *
        * Gets the comment form for use on a single article page
        * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
        * @return string of HTML for the form
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
        public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
        /**
        * Gets the terms associated with the post.
        *
        * @api
        * @todo Remove deprecated parameters in 2.x
        * @example
        * ```twig
        * <section id="job-feed">
        * {% for post in job %}
        *     <div class="job">
        *         <h2>{{ post.title }}</h2>
        *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
        *     </div>
        * {% endfor %}
        * </section>
        * ```
        * ```html
        * <section id="job-feed">
        *     <div class="job">
        *         <h2>Cheese Maker</h2>
        *         <p>Cheese, Food, Fromage</p>
        *     </div>
        *     <div class="job">
        *         <h2>Mime</h2>
        *         <p>Performance, Silence</p>
        *     </div>
        * </section>
        * ```
        * ```php
        * // Get all terms of a taxonomy.
        * $terms = $post->terms( 'category' );
        *
        * // Get terms of multiple taxonomies.
        * $terms = $post->terms( array( 'books', 'movies' ) );
        *
        * // Use custom arguments for taxonomy query and options.
        * $terms = $post->terms( array(
        *     'query' => [
        *         'taxonomy' => 'custom_tax',
        *         'orderby'  => 'count',
        *     ],
        *     'merge'      => false,
        *     'term_class' => 'My_Term_Class'
        * ) );
        * ```
        *
        * @param string|array $args {
        *     Optional. Name of the taxonomy or array of arguments.
        *
        *     @type array $query       Any array of term query parameters for getting the terms. See
        *                              `WP_Term_Query::__construct()` for supported arguments. Use the
        *                              `taxonomy` argument to choose which taxonomies to get. Defaults
        *                              to querying all registered taxonomies for the post type. You can
        *                              use custom or built-in WordPress taxonomies (category, tag).
        *                              Timber plays nice and figures out that `tag`, `tags` or
        *                              `post_tag` are all the same (also for `categories` or
        *                              `category`). For custom taxonomies you need to define the
        *                              proper name.
        *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
        *                              whether it should be an array of sub-arrays for each taxonomy
        *                              (`false`). Default `true`.
        *     @type string $term_class The Timber term class to use for the term objects.
        * }
        * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
        * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
        *                           parameter.
        * @return array An array of taxonomies.
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
        public has_term($term_name_or_id, $taxonomy = 'all'): bool
        /**
        * @param string|int $term_name_or_id
        * @param string $taxonomy
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
        public get_paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
        public get_post_type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @deprecated since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
        public get_comment_count(): int the number of comments on a post
        /**
        * @return int the number of comments on a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
        public has_field($field_name): boolean
        /**
        * @param string $field_name
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
        public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
        /**
        * Gets the field object data from Advanced Custom Fields.
        * This includes metadata on the field like whether it's conditional or not.
        *
        * @since 1.6.0
        * @param string $field_name of the field you want to lookup.
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
        public get_field($field_name): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
        public import_field($field_name)
        /**
        * @param string $field_name
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
        public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
        /**
        * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @example
        * ```twig
        * <article class="{{ post.post_class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * ```html
        * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
        *    {# Some stuff here #}
        * </article>
        * ```
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
        public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
        /**
        * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @see Timber\Post::$_css_class
        * @example
        * ```twig
        * <article class="{{ post.class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
        public get_method_values(): array
        /**
        * @return array
        * @codeCoverageIgnore
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
        public author(): User|null A User object if found, false if not Return the author of a post
        /**
        * Return the author of a post
        * @api
        * @example
        * ```twig
        * <h1>{{post.title}}</h1>
        * <p class="byline">
        *     <a href="{{post.author.link}}">{{post.author.name}}</a>
        * </p>
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
        public authors()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
        public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
        /**
        * Get the author (WordPress user) who last modified the post
        * @example
        * ```twig
        * Last updated by {{ post.modified_author.name }}
        * ```
        * ```html
        * Last updated by Harper Lee
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
        public categories(): array of Timber\Terms Get the categoires on a particular post
        /**
        * Get the categoires on a particular post
        * @api
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
        public category(): Timber\Term|null Returns a category attached to a post
        /**
        * Returns a category attached to a post
        * @api
        * If mulitpuile categories are set, it will return just the first one
        * @return Timber\Term|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
        public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
        /**
        * Returns an array of children on the post as Timber\Posts
        * (or other claass as you define).
        * @api
        * @example
        * ```twig
        * {% if post.children %}
        *     Here are the child pages:
        *     {% for child in post.children %}
        *         <a href="{{ child.link }}">{{ child.title }}</a>
        *     {% endfor %}
        * {% endif %}
        * ```
        * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
        * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
        public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
        /**
        * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
        * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
        * (or whatever comment class you set).
        * @api
        *
        * @param int    $count        Set the number of comments you want to get. `0` is analogous to
        *                             "all".
        * @param string $order        Use ordering set in WordPress admin, or a different scheme.
        * @param string $type         For when other plugins use the comments table for their own
        *                             special purposes. Might be set to 'liveblog' or other, depending
        *                             on what’s stored in your comments table.
        * @param string $status       Could be 'pending', etc.
        * @param string $CommentClass What class to use when returning Comment objects. As you become a
        *                             Timber Pro, you might find yourself extending `Timber\Comment`
        *                             for your site or app (obviously, totally optional).
        * @see \Timber\CommentThread for an example with nested comments
        * @return bool|\Timber\CommentThread
        *
        * @example
        *
        * **single.twig**
        *
        * ```twig
        * <div id="post-comments">
        *   <h4>Comments on {{ post.title }}</h4>
        *   <ul>
        *     {% for comment in post.comments() %}
        *       {% include 'comment.twig' %}
        *     {% endfor %}
        *   </ul>
        *   <div class="comment-form">
        *     {{ function('comment_form') }}
        *   </div>
        * </div>
        * ```
        *
        * **comment.twig**
        *
        * ```twig
        * {# comment.twig #}
        * <li>
        *   <p class="comment-author">{{ comment.author.name }} says:</p>
        *   <div>{{ comment.content }}</div>
        * </li>
        * ```
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
        public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
        /**
        * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
        * @api
        * @example
        * ```twig
        * <div class="article">
        *     <h2>{{post.title}}</h2>
        *     <div class="content">{{ post.content }}</div>
        * </div>
        * ```
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
        public paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
        public date($date_format = ''): string Get the date to use in your template!
        /**
        * Get the date to use in your template!
        * @api
        * @example
        * ```twig
        * Published on {{ post.date }} // Uses WP's formatting set in Admin
        * OR
        * Published on {{ post.date('F jS') }} // Jan 12th
        * ```
        *
        * ```html
        * Published on January 12, 2015
        * OR
        * Published on Jan 12th
        * ```
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
        public time($time_format = ''): string Get the time to use in your template
        /**
        * Get the time to use in your template
        * @api
        * @example
        * ```twig
        * Published at {{ post.time }} // Uses WP's formatting set in Admin
        * OR
        * Published at {{ post.time | time('G:i') }} // 13:25
        * ```
        *
        * ```html
        * Published at 1:25 pm
        * OR
        * Published at 13:25
        * ```
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
        public type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.type.labels.name }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
        public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
        /**
        * Returns the edit URL of a post if the user has access to it
        * @return bool|string the edit URL of a post in the WordPress admin
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
        public format(): mixed
        /**
        * @api
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
        public password_required(): boolean whether post requires password and correct password has been provided
        /**
        * whether post requires password and correct password has been provided
        * @api
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
        public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
        /**
        * get the permalink for a post object
        * @api
        * @example
        * ```twig
        * <a href="{{post.link}}">Read my post</a>
        * ```
        * @return string ex: http://example.org/2015/07/my-awesome-post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
        public meta($field_name = null): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
        public name(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
        public modified_date($date_format = ''): string
        /**
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
        public modified_time($time_format = ''): string
        /**
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
        public next($in_same_term = false): mixed
        /**
        * @api
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
        public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
        public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
        /**
        * Finds any WP_Post objects and converts them to Timber\Posts
        * @param array|WP_Post $data
        * @param string $class
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
        public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
        /**
        * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
        * @api
        * @example
        * ```twig
        * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
        * ```
        * @return bool|Timber\Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
        public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
        /**
        * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
        * this will return just /2015/07/my-cool-post
        * @api
        * @example
        * ```twig
        * <a href="{{post.path}}">{{post.title}}</a>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
        public prev($in_same_term = false): mixed Get the previous post in a set
        /**
        * Get the previous post in a set
        * @api
        * @example
        * ```twig
        * <h4>Prior Entry:</h4>
        * <h3>{{post.prev.title}}</h3>
        * <p>{{post.prev.get_preview(25)}}</p>
        * ```
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
        public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
        /**
        * Gets the tags on a post, uses WP's post_tag taxonomy
        * @api
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
        public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
        /**
        * get the featured image as a Timber/Image
        * @api
        * @example
        * ```twig
        * <img src="{{ post.thumbnail.src }}" />
        * ```
        * @return Timber\Image|null of your thumbnail
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
        public title(): string Returns the processed title to be used in templates. This returns the title o...
        /**
        * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
        * @api
        * @example
        * ```twig
        * <h1>{{ post.title }}</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
        public gallery($html = true): html Returns the gallery
        /**
        * Returns the gallery
        * @api
        * @example
        * ```twig
        * {{ post.gallery }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
        public audio(): html Returns the audio
        /**
        * Returns the audio
        * @api
        * @example
        * ```twig
        * {{ post.audio }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
        public video(): html Returns the video
        /**
        * Returns the video
        * @api
        * @example
        * ```twig
        * {{ post.video }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
        public get_categories(): array of Timber\Terms Get the categories for a post
        /**
        * Get the categories for a post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::categories
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
        public get_category(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::category
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
        public get_image($field): Timber\Image
        /**
        * @param string $field
        * @return Timber\Image
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
        public get_tags(): array Gets an array of tags for you to use
        /**
        * Gets an array of tags for you to use
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <ul class="tags">
        *     {% for tag in post.tags %}
        *         <li>{{tag.name}}</li>
        *     {% endfor %}
        * </ul>
        * ```
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
        public get_title(): string Outputs the title with filters applied
        /**
        * Outputs the title with filters applied
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <h1>{{post.get_title}}</h1>
        * ```
        * ```html
        * <h1>Hello World!</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
        public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
        /**
        * Displays the content of the post with filters, shortcodes and wpautop applied
        * @example
        * ```twig
        * <div class="article-text">{{post.get_content}}</div>
        * ```
        * ```html
        * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
        * ```
        * @param int $len
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
        public get_format(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
        public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
        /**
        * Get the terms associated with the post
        * This goes across all taxonomies by default
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
        * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
        public permalink(): string
        /**
        * @deprecated 0.20.0 use link() instead
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
        public get_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
        public get_modified_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::modified_date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
        public get_modified_time($time_format = ''): string
        /**
        * @internal
        * @param  string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
        public get_children($post_type = 'any', $childPostClass = false): array
        /**
        * @internal
        * @see Timber\Post::children
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string 		$post_type
        * @param bool|string 	$childPostClass
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
        public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
        /**
        * Get the permalink for a post, but as a relative path
        * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
        * this will return the relative version: "/2015/07/04/my-cool-post"
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
        public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
        public get_parent(): bool|TimberPost Get the parent post of the post
        /**
        * Get the parent post of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return bool|TimberPost
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
        public get_author(): User|null Gets a User object from the author of the post
        /**
        * Gets a User object from the author of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::author
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
        public get_modified_author(): User|null
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
        public get_thumbnail(): Image|null
        /**
        * @internal
        * @see TimberPost::thumbnail
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return Image|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
        public get_permalink(): string
        /**
        * @internal
        * @see TimberPost::link
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
        public get_link(): string get the permalink for a post object In your templates you should use link: <a...
        /**
        * get the permalink for a post object
        * In your templates you should use link:
        * <a href="{{post.link}}">Read my post</a>
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
        public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param bool $taxonomy
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
        public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @internal
        * @see Timber\Post::pagination();
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
        public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
        /**
        * Get the comments for a post
        * @internal
        * @see Timber\Post::comments
        * @param int $count
        * @param string $order
        * @param string $type
        * @param string $status
        * @param string $CommentClass
        * @return array|mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
        public __isset($field): boolean
        /**
        *
        * @return boolean
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
        public import($info, $force = false) Takes an array or object and adds the properties to the parent object
        /**
        * Takes an array or object and adds the properties to the parent object
        * @example
        * ```php
        * $data = array('airplane' => '757-200', 'flight' => '5316');
        * $post = new Timber\Post()
        * $post->import(data);
        * echo $post->airplane; //757-200
        * ```
        * @param array|object $info an object or array you want to grab data from to attach to the Timber object
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
        public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
        /**
        * Can you edit this post/term/user? Well good for you. You're no better than me.
        * @example
        * ```twig
        * {% if post.can_edit %}
        * <a href="{{ post.edit_link }}">Edit</a>
        * {% endif %}
        * ```
        * ```html
        * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
        * ```
        * @return bool
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
        protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
        /**
        * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
        * @internal
        * @param mixed a value to test against
        * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
        protected get_post_preview_object()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
        protected get_post_preview_id($query)
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
        protected init($pid = false) Initializes a Post
        /**
        * Initializes a Post
        * @internal
        * @param integer $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
        protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
        /**
        * takes a mix of integer (post ID), string (post slug),
        * or object to return a WordPress post object from WP's built-in get_post() function
        * @internal
        * @param integer $pid
        * @return WP_Post on success
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
        protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
        /**
        * helps you find the post id regardless of whether you send a string or whatever
        * @param integer $pid ;
        * @internal
        * @return integer ID number of a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
        protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
        /**
        * Used internally to fetch the metadata fields (wp_postmeta table)
        * and attach them to our TimberPost object
        * @internal
        * @param int $pid
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
        protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
        /**
        * Used internally by init, etc. to build TimberPost object
        * @internal
        * @param  int $pid
        * @return null|object|WP_Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
        protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
        /**
        * If the Password form is to be shown, show it!
        * @return string|void
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
        protected get_revised_data_from_method($method, $args = false)
        /**
        *
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
        protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
        /**
        * Handles for an circumstance with the Block editor where a "more" block has an option to
        * "Hide the excerpt on the full content page" which hides everything prior to the inserted
        * "more" block
        * @ticket #2218
        * @param string $content
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
        public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
        \Timber\Post::get_post_id_by_name($post_name)
        /**
        * get_post_id_by_name($post_name)
        * @internal
        * @deprecated since 1.5.0
        * @param string $post_name
        * @return int
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
        protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
        /**
        * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
        * WordPress admin
        * @internal
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
        protected static get_wp_link_page($i): string
        /**
        * @param int $i
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
      • public static $representation :: string (4) "post"
        \Timber\Post::$representation
      public ImageClass -> string (12) "Timber\Image"
      $context['menu']['header']->items[0]->ImageClass
      public TermClass -> string (11) "Timber\Term"
      $context['menu']['header']->items[0]->TermClass
      public custom -> array (13)
      $context['menu']['header']->items[0]->custom
      _menu_item_type => string (6) "custom"
      $context['menu']['header']->items[0]->custom['_menu_item_type']
      _menu_item_menu_item_parent => string (1) "0"
      $context['menu']['header']->items[0]->custom['_menu_item_menu_item_parent']
      _menu_item_object_id => string (3) "814"
      $context['menu']['header']->items[0]->custom['_menu_item_object_id']
      _menu_item_object => string (6) "custom"
      $context['menu']['header']->items[0]->custom['_menu_item_object']
      _menu_item_target => string (0) ""
      $context['menu']['header']->items[0]->custom['_menu_item_target']
      _menu_item_classes => array (1)
      $context['menu']['header']->items[0]->custom['_menu_item_classes']
      0 => string (0) ""
      $context['menu']['header']->items[0]->custom['_menu_item_classes'][0]
      _menu_item_xfn => string (0) ""
      $context['menu']['header']->items[0]->custom['_menu_item_xfn']
      _menu_item_url => string (0) ""
      $context['menu']['header']->items[0]->custom['_menu_item_url']
      text => string (0) ""
      $context['menu']['header']->items[0]->custom['text']
      _text => string (19) "field_62c9bcde0ee56"
      $context['menu']['header']->items[0]->custom['_text']
      submenu_id => string (6) "oferta"
      $context['menu']['header']->items[0]->custom['submenu_id']
      _submenu_id => string (19) "field_62e82ac25e4c9"
      $context['menu']['header']->items[0]->custom['_submenu_id']
      _wp_old_date => array (5)
      $context['menu']['header']->items[0]->custom['_wp_old_date']
      0 => string (10) "2022-10-20"
      $context['menu']['header']->items[0]->custom['_wp_old_date'][0]
      1 => string (10) "2023-03-09"
      $context['menu']['header']->items[0]->custom['_wp_old_date'][1]
      2 => string (10) "2023-03-19"
      $context['menu']['header']->items[0]->custom['_wp_old_date'][2]
      3 => string (10) "2023-03-20"
      $context['menu']['header']->items[0]->custom['_wp_old_date'][3]
      4 => string (10) "2024-01-08"
      $context['menu']['header']->items[0]->custom['_wp_old_date'][4]
      public ___content -> null
      $context['menu']['header']->items[0]->___content
      public _permalink -> null
      $context['menu']['header']->items[0]->_permalink
      public _next -> array (0)
      $context['menu']['header']->items[0]->_next
      public _prev -> array (0)
      $context['menu']['header']->items[0]->_prev
      public _css_class -> null
      $context['menu']['header']->items[0]->_css_class
      public post_author -> string (1) "1"
      $context['menu']['header']->items[0]->post_author
      public post_content -> string (0) ""
      $context['menu']['header']->items[0]->post_content
      public post_date -> string (19) "2024-01-30 16:04:43"
      $context['menu']['header']->items[0]->post_date
      public post_excerpt -> string (0) ""
      $context['menu']['header']->items[0]->post_excerpt
      public post_parent -> integer 0
      $context['menu']['header']->items[0]->post_parent
      public post_status -> string (7) "publish"
      $context['menu']['header']->items[0]->post_status
      public post_title -> string (6) "Oferta"
      $context['menu']['header']->items[0]->post_title
      public post_type -> string (13) "nav_menu_item"
      $context['menu']['header']->items[0]->post_type
      public __type -> null
      $context['menu']['header']->items[0]->__type
      public _menu_item_type -> string (6) "custom"
      $context['menu']['header']->items[0]->_menu_item_type
      public _menu_item_menu_item_parent -> string (1) "0"
      $context['menu']['header']->items[0]->_menu_item_menu_item_parent
      public _menu_item_object -> string (6) "custom"
      $context['menu']['header']->items[0]->_menu_item_object
      public _menu_item_target -> string (0) ""
      $context['menu']['header']->items[0]->_menu_item_target
      public _menu_item_classes -> array (1)
      $context['menu']['header']->items[0]->_menu_item_classes
      0 => string (0) ""
      $context['menu']['header']->items[0]->_menu_item_classes[0]
      public _menu_item_xfn -> string (0) ""
      $context['menu']['header']->items[0]->_menu_item_xfn
      public text -> string (0) ""
      $context['menu']['header']->items[0]->text
      public _text -> string (19) "field_62c9bcde0ee56"
      $context['menu']['header']->items[0]->_text
      public submenu_id -> string (6) "oferta"
      $context['menu']['header']->items[0]->submenu_id
      public _submenu_id -> string (19) "field_62e82ac25e4c9"
      $context['menu']['header']->items[0]->_submenu_id
      public _wp_old_date -> array (5)
      $context['menu']['header']->items[0]->_wp_old_date
      0 => string (10) "2022-10-20"
      $context['menu']['header']->items[0]->_wp_old_date[0]
      1 => string (10) "2023-03-09"
      $context['menu']['header']->items[0]->_wp_old_date[1]
      2 => string (10) "2023-03-19"
      $context['menu']['header']->items[0]->_wp_old_date[2]
      3 => string (10) "2023-03-20"
      $context['menu']['header']->items[0]->_wp_old_date[3]
      4 => string (10) "2024-01-08"
      $context['menu']['header']->items[0]->_wp_old_date[4]
      public post_date_gmt -> string (19) "2022-10-20 08:14:09"
      $context['menu']['header']->items[0]->post_date_gmt
      public comment_status -> string (6) "closed"
      $context['menu']['header']->items[0]->comment_status
      public ping_status -> string (6) "closed"
      $context['menu']['header']->items[0]->ping_status
      public post_password -> string (0) ""
      $context['menu']['header']->items[0]->post_password
      public to_ping -> string (0) ""
      $context['menu']['header']->items[0]->to_ping
      public pinged -> string (0) ""
      $context['menu']['header']->items[0]->pinged
      public post_modified -> string (19) "2024-01-30 16:04:43"
      $context['menu']['header']->items[0]->post_modified
      public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
      $context['menu']['header']->items[0]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      $context['menu']['header']->items[0]->post_content_filtered
      public guid -> string (30) "https://www.csrinfo.org/?p=814"
      $context['menu']['header']->items[0]->guid
      public menu_order -> integer 1
      $context['menu']['header']->items[0]->menu_order
      public post_mime_type -> string (0) ""
      $context['menu']['header']->items[0]->post_mime_type
      public comment_count -> string (1) "0"
      $context['menu']['header']->items[0]->comment_count
      public filter -> string (3) "raw"
      $context['menu']['header']->items[0]->filter
      public db_id -> integer 814
      $context['menu']['header']->items[0]->db_id
      public menu_item_parent -> string (1) "0"
      $context['menu']['header']->items[0]->menu_item_parent
      public object_id -> string (3) "814"
      $context['menu']['header']->items[0]->object_id
      public object -> string (6) "custom"
      $context['menu']['header']->items[0]->object
      public type_label -> UTF-8 string (17) "Własny odnośnik"
      $context['menu']['header']->items[0]->type_label
      public target -> string (0) ""
      $context['menu']['header']->items[0]->target
      public attr_title -> string (0) ""
      $context['menu']['header']->items[0]->attr_title
      public description -> string (0) ""
      $context['menu']['header']->items[0]->description
      public xfn -> string (0) ""
      $context['menu']['header']->items[0]->xfn
      public popup_id -> null
      $context['menu']['header']->items[0]->popup_id
      public __title -> string (6) "Oferta"
      $context['menu']['header']->items[0]->__title
      public status -> string (7) "publish"
      $context['menu']['header']->items[0]->status
      public name -> string (6) "Oferta"
      $context['menu']['header']->items[0]->name
      public label -> boolean false
      $context['menu']['header']->items[0]->label
    • public __construct($data, $menu = null)
      new \Timber\MenuItem($data, $menu = null)
      /**
      * @internal
      * @param array|object $data
      * @param \Timber\Menu $menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:83
      public add_class($class_name) Add a CSS class the menu item should have.
      $context['menu']['header']->items[0]->add_class($class_name)
      /**
      * Add a CSS class the menu item should have.
      *
      * @param string $class_name CSS class name to be added.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:102
      public name(): string The label for the menu item. Get the label for the menu item.
      $context['menu']['header']->items[0]->name()
      /**
      * Get the label for the menu item.
      *
      * @api
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:113
      public __toString(): string Magic method to get the label for the menu item.
      (string) $context['menu']['header']->items[0]
      /**
      * Magic method to get the label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}">{{ item }}</a>
      * ```
      * @see \Timber\MenuItem::name()
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:134
      public slug(): string The URL-safe slug of the menu item. Get the slug for the menu item.
      $context['menu']['header']->items[0]->slug()
      /**
      * Get the slug for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <ul>
      *     {% for item in menu.items %}
      *         <li class="{{ item.slug }}">
      *             <a href="{{ item.link }}">{{ item.name }}</a>
      *          </li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return string The URL-safe slug of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:154
      public master_object(): mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents. Allows dev to access the "master object" (ex: post or page) the menu item rep...
      $context['menu']['header']->items[0]->master_object()
      /**
      * Allows dev to access the "master object" (ex: post or page) the menu item represents
      * @api
      * @example
      * ```twig
      * <div>
      *     {% for item in menu.items %}
      *         <a href="{{ item.link }}"><img src="{{ item.master_object.thumbnail }}" /></a>
      *     {% endfor %}
      * </div>
      * ```
      * @return mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:175
      public get_link(): string An absolute URL, e.g. `http://example.org/my-page`. Get link.
      $context['menu']['header']->items[0]->get_link()
      /**
      * Get link.
      *
      * @internal
      * @see \Timber\MenuItem::link()
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string An absolute URL, e.g. `http://example.org/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:193
      public get_path(): string A relative URL, e.g. `/my-page`. Get path.
      $context['menu']['header']->items[0]->get_path()
      /**
      * Get path.
      *
      * @internal
      * @codeCoverageIgnore
      * @see        \Timber\MenuItem::path()
      * @deprecated since 1.0
      * @return string A relative URL, e.g. `/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:206
      public add_child($item) Add a new `Timber\MenuItem` object as a child of this menu item.
      $context['menu']['header']->items[0]->add_child($item)
      /**
      * Add a new `Timber\MenuItem` object as a child of this menu item.
      *
      * @param \Timber\MenuItem $item The menu item to add.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:215
      public update_child_levels(): bool|null
      $context['menu']['header']->items[0]->update_child_levels()
      /**
      * @internal
      * @return bool|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:231
      public import_classes($data) Imports the classes to be used in CSS.
      $context['menu']['header']->items[0]->import_classes($data)
      /**
      * Imports the classes to be used in CSS.
      *
      * @internal
      *
      * @param array|object $data
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:248
      public get_children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get children of a menu item.
      $context['menu']['header']->items[0]->get_children()
      /**
      * Get children of a menu item.
      *
      * You can also directly access the children through the `$children` property (`item.children`
      * in Twig).
      *
      * @internal
      * @example
      * ```twig
      * {% for child in item.get_children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:301
      public is_external(): bool Whether the link is external or not. Checks to see if the menu item is an external link.
      $context['menu']['header']->items[0]->is_external()
      /**
      * Checks to see if the menu item is an external link.
      *
      * If your site is `example.org`, then `google.com/whatever` is an external link. This is
      * helpful when you want to create rules for the target of a link.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}" target="{{ item.is_external ? '_blank' : '_self' }}">
      * ```
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:321
      public type(): string The type of the menu item. Get the type of the menu item.
      $context['menu']['header']->items[0]->type()
      /**
      * Get the type of the menu item.
      *
      * Depending on what is the menu item links to. Can be `post_type` for posts, pages and custom
      * posts, `post_type_archive` for post type archive pages, `taxonomy` for terms or `custom` for
      * custom links.
      *
      * @api
      * @since 1.0.4
      * @return string The type of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:339
      public menu(): \Timber\Menu The `Timber\Menu` object the menu item is associated with. Timber Menu.
      $context['menu']['header']->items[0]->menu()
      /**
      * Timber Menu.
      *
      * @api
      * @since 1.12.0
      * @return \Timber\Menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:350
      public meta($key): mixed Whatever value is stored in the database. Get a meta value of the menu item.
      $context['menu']['header']->items[0]->meta($key)
      /**
      * Get a meta value of the menu item.
      *
      * Plugins like Advanced Custom Fields allow you to set custom fields for menu items. With this
      * method you can retrieve the value of these.
      *
      * @example
      * ```twig
      * <a class="icon-{{ item.meta('icon') }}" href="{{ item.link }}">{{ item.title }}</a>
      * ```
      * @api
      * @param string $key The meta key to get the value for.
      * @return mixed Whatever value is stored in the database.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:369
      public children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get the child menu items of a `Timber\MenuItem`.
      $context['menu']['header']->items[0]->children()
      /**
      * Get the child menu items of a `Timber\MenuItem`.
      *
      * @api
      * @example
      * ```twig
      * {% for child in item.children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:394
      public external(): bool Whether the link is external or not. Check if a link is external.
      $context['menu']['header']->items[0]->external()
      /**
      * Check if a link is external.
      *
      * This is helpful when creating rules for the target of a link.
      *
      * @internal
      * @see \Timber\MenuItem::is_external()
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:407
      public link(): string A full URL, like `http://mysite.com/thing/`. Get the full link to a menu item.
      $context['menu']['header']->items[0]->link()
      /**
      * Get the full link to a menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:423
      public permalink(): string A full URL, like `http://mysite.com/thing/`. Get the link the menu item points at.
      $context['menu']['header']->items[0]->permalink()
      /**
      * Get the link the menu item points at.
      *
      * @internal
      * @deprecated since 0.21.7 Use link method instead.
      * @see \Timber\MenuItem::link()
      * @codeCoverageIgnore
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:443
      public path(): string The path of a URL, like `/foo`. Get the relative path of the menu item’s link.
      $context['menu']['header']->items[0]->path()
      /**
      * Get the relative path of the menu item’s link.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.path }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The path of a URL, like `/foo`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:460
      public title(): string The public label, like "Foo". Get the public label for the menu item.
      $context['menu']['header']->items[0]->title()
      /**
      * Get the public label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The public label, like "Foo".
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:476
      public thumbnail(): \Timber\Image|null The featured image object. Get the featured image of the post associated with the menu item.
      $context['menu']['header']->items[0]->thumbnail()
      /**
      * Get the featured image of the post associated with the menu item.
      *
      * @api
      * @deprecated since 1.5.2 to be removed in v2.0
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}"><img src="{{ item.thumbnail }}"/></a></li>
      * {% endfor %}
      * ```
      * @return \Timber\Image|null The featured image object.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:495
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      *
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      $context['menu']['header']->items[0]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public update($key, $value)
      $context['menu']['header']->items[0]->update($key, $value)
      /**
      * @ignore
      * @param string  $key
      * @param mixed   $value
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      $context['menu']['header']->items[0]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      public get_method_values(): array
      $context['menu']['header']->items[0]->get_method_values()
      /**
      *
      *
      * @return array
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
      public get_field($field_name): mixed
      $context['menu']['header']->items[0]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    1 => Timber\MenuItem (76)
    $context['menu']['header']->items[1]
    • Properties (76)
    • Available methods (31)
    • public id -> integer 128
      $context['menu']['header']->items[1]->id
      public ID -> integer 128
      $context['menu']['header']->items[1]->ID
      public object_type -> string (4) "post"
      $context['menu']['header']->items[1]->object_type
      public children -> array (0)
      $context['menu']['header']->items[1]->children
      public has_child_class -> boolean false
      $context['menu']['header']->items[1]->has_child_class
      public classes -> array (5)
      $context['menu']['header']->items[1]->classes
      0 => string (0) ""
      $context['menu']['header']->items[1]->classes[0]
      1 => string (9) "menu-item"
      $context['menu']['header']->items[1]->classes[1]
      2 => string (32) "menu-item-type-post_type_archive"
      $context['menu']['header']->items[1]->classes[2]
      3 => string (27) "menu-item-object-wydarzenia"
      $context['menu']['header']->items[1]->classes[3]
      4 => string (13) "menu-item-128"
      $context['menu']['header']->items[1]->classes[4]
      public class -> string (84) "menu-item menu-item-type-post_type_archive menu-item-object-wydarzenia menu-...
      $context['menu']['header']->items[1]->class
      menu-item menu-item-type-post_type_archive menu-item-object-wydarzenia menu-item-128
      
      public level -> integer 0
      $context['menu']['header']->items[1]->level
      public post_name -> string (3) "128"
      $context['menu']['header']->items[1]->post_name
      public url -> string (35) "https://www.csrinfo.org/wydarzenia/"
      $context['menu']['header']->items[1]->url
      public PostClass -> string (11) "Timber\Post"
      $context['menu']['header']->items[1]->PostClass
      public current -> boolean false
      $context['menu']['header']->items[1]->current
      public current_item_parent -> boolean false
      $context['menu']['header']->items[1]->current_item_parent
      public current_item_ancestor -> boolean false
      $context['menu']['header']->items[1]->current_item_ancestor
      protected menu -> Timber\Menu (22) Recursion
      protected _name -> null
      protected _menu_item_object_id -> string (3) "-18"
      protected _menu_item_url -> string (0) ""
      protected menu_object -> Timber\Post (69)
      • Properties (69)
      • Available methods (95)
      • Static class properties
      • public id -> integer 128
        public ID -> integer 128
        public object_type -> string (4) "post"
        public ImageClass -> string (12) "Timber\Image"
        public PostClass -> string (11) "Timber\Post"
        public TermClass -> string (11) "Timber\Term"
        public custom -> array (15)
        _menu_item_type => string (17) "post_type_archive"
        _menu_item_menu_item_parent => string (1) "0"
        _menu_item_object_id => string (3) "-18"
        _menu_item_object => string (10) "wydarzenia"
        _menu_item_target => string (0) ""
        _menu_item_classes => array (1) Depth Limit
        _menu_item_xfn => string (0) ""
        _menu_item_url => string (0) ""
        label => string (0) ""
        _label => string (19) "field_62c9bcde0ee56"
        text => string (0) ""
        _text => string (19) "field_62c9bcde0ee56"
        submenu_id => string (0) ""
        _submenu_id => string (19) "field_62e82ac25e4c9"
        _wp_old_date => array (8) Depth Limit
        protected ___content -> null
        protected _permalink -> null
        protected _next -> array (0)
        protected _prev -> array (0)
        protected _css_class -> null
        public post_author -> string (1) "1"
        public post_content -> string (1) " "
        public post_date -> string (19) "2024-01-30 16:04:43"
        public post_excerpt -> string (0) ""
        public post_parent -> integer 0
        public post_status -> string (7) "publish"
        public post_title -> string (0) ""
        public post_type -> string (13) "nav_menu_item"
        public slug -> string (3) "128"
        protected __type -> null
        public _menu_item_type -> string (17) "post_type_archive"
        public _menu_item_menu_item_parent -> string (1) "0"
        public _menu_item_object_id -> string (3) "-18"
        public _menu_item_object -> string (10) "wydarzenia"
        public _menu_item_target -> string (0) ""
        public _menu_item_classes -> array (1)
        0 => string (0) ""
        public _menu_item_xfn -> string (0) ""
        public _menu_item_url -> string (0) ""
        public label -> string (0) ""
        public _label -> string (19) "field_62c9bcde0ee56"
        public text -> string (0) ""
        public _text -> string (19) "field_62c9bcde0ee56"
        public submenu_id -> string (0) ""
        public _submenu_id -> string (19) "field_62e82ac25e4c9"
        public _wp_old_date -> array (8)
        0 => string (10) "2022-07-09"
        1 => string (10) "2022-08-01"
        2 => string (10) "2022-10-20"
        3 => string (10) "2023-03-09"
        4 => string (10) "2023-03-19"
        5 => string (10) "2023-03-20"
        6 => string (10) "2023-06-19"
        7 => string (10) "2024-01-08"
        public post_date_gmt -> string (19) "2022-07-09 17:37:04"
        public comment_status -> string (6) "closed"
        public ping_status -> string (6) "closed"
        public post_password -> string (0) ""
        public post_name -> string (3) "128"
        public to_ping -> string (0) ""
        public pinged -> string (0) ""
        public post_modified -> string (19) "2024-01-30 16:04:43"
        public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
        public post_content_filtered -> string (0) ""
        public guid -> string (30) "https://www.csrinfo.org/?p=128"
        public menu_order -> integer 2
        public post_mime_type -> string (0) ""
        public comment_count -> string (1) "0"
        public filter -> string (3) "raw"
        public db_id -> integer 128
        public menu_item_parent -> string (1) "0"
        public object_id -> string (3) "-18"
        public object -> string (10) "wydarzenia"
        public type_label -> UTF-8 string (21) "Archiwum typu treści"
        public url -> string (35) "https://www.csrinfo.org/wydarzenia/"
        public target -> string (0) ""
        public attr_title -> string (0) ""
        public description -> string (0) ""
        public classes -> array (4)
        0 => string (0) ""
        1 => string (9) "menu-item"
        2 => string (32) "menu-item-type-post_type_archive"
        3 => string (27) "menu-item-object-wydarzenia"
        public xfn -> string (0) ""
        public popup_id -> null
        public current -> boolean false
        public current_item_ancestor -> boolean false
        public current_item_parent -> boolean false
        public __title -> string (10) "Wydarzenia"
        public status -> string (7) "publish"
      • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
        /**
        * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
        * @example
        * ```php
        * $post = new Timber\Post();
        * $other_post = new Timber\Post($random_post_id);
        * ```
        * @param mixed $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
        public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
        public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
        public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        /**
        * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
        public get_edit_url(): bool|string Get the URL that will edit the current post/object
        /**
        * Get the URL that will edit the current post/object
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::edit_link
        * @return bool|string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
        public update($field, $value) updates the post_meta of the current object with the given value
        /**
        * updates the post_meta of the current object with the given value
        * @param string $field
        * @param mixed $value
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
        public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
        /**
        * Gets a preview/excerpt of your post.
        *
        * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
        * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
        * where to pull through.
        *
        * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
        * means that you can change the output of the preview by **adding more methods**. Refer to the
        * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
        * to get an overview of all the available methods.
        *
        * @example
        * ```twig
        * {# Use default preview #}
        * <p>{{ post.preview }}</p>
        *
        * {# Change the post preview text #}
        * <p>{{ post.preview.read_more('Continue Reading') }}</p>
        *
        * {# Additionally restrict the length to 50 words #}
        * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
        * ```
        * @see \Timber\PostPreview
        * @return \Timber\PostPreview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
        public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
        /**
        * get a preview of your post, if you have an excerpt it will use that,
        * otherwise it will pull from the post_content.
        * If there's a <!-- more --> tag it will use that to mark where to pull through.
        * @deprecated since 1.3.1, use {{ post.preview }} instead
        * @example
        * ```twig
        * <p>{{post.get_preview(50)}}</p>
        * ```
        * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
        * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
        * @param string $readmore The text you want to use on the 'readmore' link
        * @param bool|string $strip true for default, false for none, string for list of custom attributes
        * @param string $end The text to end the preview with (defaults to ...)
        * @return string of the post preview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
        public import_custom($pid) gets the post custom and attaches it to the current object
        /**
        * gets the post custom and attaches it to the current object
        * @internal
        * @param integer $pid a post ID number
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
        public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
        /**
        *
        * Gets the comment form for use on a single article page
        * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
        * @return string of HTML for the form
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
        public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
        /**
        * Gets the terms associated with the post.
        *
        * @api
        * @todo Remove deprecated parameters in 2.x
        * @example
        * ```twig
        * <section id="job-feed">
        * {% for post in job %}
        *     <div class="job">
        *         <h2>{{ post.title }}</h2>
        *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
        *     </div>
        * {% endfor %}
        * </section>
        * ```
        * ```html
        * <section id="job-feed">
        *     <div class="job">
        *         <h2>Cheese Maker</h2>
        *         <p>Cheese, Food, Fromage</p>
        *     </div>
        *     <div class="job">
        *         <h2>Mime</h2>
        *         <p>Performance, Silence</p>
        *     </div>
        * </section>
        * ```
        * ```php
        * // Get all terms of a taxonomy.
        * $terms = $post->terms( 'category' );
        *
        * // Get terms of multiple taxonomies.
        * $terms = $post->terms( array( 'books', 'movies' ) );
        *
        * // Use custom arguments for taxonomy query and options.
        * $terms = $post->terms( array(
        *     'query' => [
        *         'taxonomy' => 'custom_tax',
        *         'orderby'  => 'count',
        *     ],
        *     'merge'      => false,
        *     'term_class' => 'My_Term_Class'
        * ) );
        * ```
        *
        * @param string|array $args {
        *     Optional. Name of the taxonomy or array of arguments.
        *
        *     @type array $query       Any array of term query parameters for getting the terms. See
        *                              `WP_Term_Query::__construct()` for supported arguments. Use the
        *                              `taxonomy` argument to choose which taxonomies to get. Defaults
        *                              to querying all registered taxonomies for the post type. You can
        *                              use custom or built-in WordPress taxonomies (category, tag).
        *                              Timber plays nice and figures out that `tag`, `tags` or
        *                              `post_tag` are all the same (also for `categories` or
        *                              `category`). For custom taxonomies you need to define the
        *                              proper name.
        *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
        *                              whether it should be an array of sub-arrays for each taxonomy
        *                              (`false`). Default `true`.
        *     @type string $term_class The Timber term class to use for the term objects.
        * }
        * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
        * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
        *                           parameter.
        * @return array An array of taxonomies.
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
        public has_term($term_name_or_id, $taxonomy = 'all'): bool
        /**
        * @param string|int $term_name_or_id
        * @param string $taxonomy
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
        public get_paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
        public get_post_type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @deprecated since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
        public get_comment_count(): int the number of comments on a post
        /**
        * @return int the number of comments on a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
        public has_field($field_name): boolean
        /**
        * @param string $field_name
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
        public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
        /**
        * Gets the field object data from Advanced Custom Fields.
        * This includes metadata on the field like whether it's conditional or not.
        *
        * @since 1.6.0
        * @param string $field_name of the field you want to lookup.
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
        public get_field($field_name): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
        public import_field($field_name)
        /**
        * @param string $field_name
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
        public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
        /**
        * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @example
        * ```twig
        * <article class="{{ post.post_class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * ```html
        * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
        *    {# Some stuff here #}
        * </article>
        * ```
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
        public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
        /**
        * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @see Timber\Post::$_css_class
        * @example
        * ```twig
        * <article class="{{ post.class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
        public get_method_values(): array
        /**
        * @return array
        * @codeCoverageIgnore
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
        public author(): User|null A User object if found, false if not Return the author of a post
        /**
        * Return the author of a post
        * @api
        * @example
        * ```twig
        * <h1>{{post.title}}</h1>
        * <p class="byline">
        *     <a href="{{post.author.link}}">{{post.author.name}}</a>
        * </p>
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
        public authors()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
        public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
        /**
        * Get the author (WordPress user) who last modified the post
        * @example
        * ```twig
        * Last updated by {{ post.modified_author.name }}
        * ```
        * ```html
        * Last updated by Harper Lee
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
        public categories(): array of Timber\Terms Get the categoires on a particular post
        /**
        * Get the categoires on a particular post
        * @api
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
        public category(): Timber\Term|null Returns a category attached to a post
        /**
        * Returns a category attached to a post
        * @api
        * If mulitpuile categories are set, it will return just the first one
        * @return Timber\Term|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
        public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
        /**
        * Returns an array of children on the post as Timber\Posts
        * (or other claass as you define).
        * @api
        * @example
        * ```twig
        * {% if post.children %}
        *     Here are the child pages:
        *     {% for child in post.children %}
        *         <a href="{{ child.link }}">{{ child.title }}</a>
        *     {% endfor %}
        * {% endif %}
        * ```
        * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
        * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
        public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
        /**
        * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
        * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
        * (or whatever comment class you set).
        * @api
        *
        * @param int    $count        Set the number of comments you want to get. `0` is analogous to
        *                             "all".
        * @param string $order        Use ordering set in WordPress admin, or a different scheme.
        * @param string $type         For when other plugins use the comments table for their own
        *                             special purposes. Might be set to 'liveblog' or other, depending
        *                             on what’s stored in your comments table.
        * @param string $status       Could be 'pending', etc.
        * @param string $CommentClass What class to use when returning Comment objects. As you become a
        *                             Timber Pro, you might find yourself extending `Timber\Comment`
        *                             for your site or app (obviously, totally optional).
        * @see \Timber\CommentThread for an example with nested comments
        * @return bool|\Timber\CommentThread
        *
        * @example
        *
        * **single.twig**
        *
        * ```twig
        * <div id="post-comments">
        *   <h4>Comments on {{ post.title }}</h4>
        *   <ul>
        *     {% for comment in post.comments() %}
        *       {% include 'comment.twig' %}
        *     {% endfor %}
        *   </ul>
        *   <div class="comment-form">
        *     {{ function('comment_form') }}
        *   </div>
        * </div>
        * ```
        *
        * **comment.twig**
        *
        * ```twig
        * {# comment.twig #}
        * <li>
        *   <p class="comment-author">{{ comment.author.name }} says:</p>
        *   <div>{{ comment.content }}</div>
        * </li>
        * ```
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
        public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
        /**
        * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
        * @api
        * @example
        * ```twig
        * <div class="article">
        *     <h2>{{post.title}}</h2>
        *     <div class="content">{{ post.content }}</div>
        * </div>
        * ```
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
        public paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
        public date($date_format = ''): string Get the date to use in your template!
        /**
        * Get the date to use in your template!
        * @api
        * @example
        * ```twig
        * Published on {{ post.date }} // Uses WP's formatting set in Admin
        * OR
        * Published on {{ post.date('F jS') }} // Jan 12th
        * ```
        *
        * ```html
        * Published on January 12, 2015
        * OR
        * Published on Jan 12th
        * ```
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
        public time($time_format = ''): string Get the time to use in your template
        /**
        * Get the time to use in your template
        * @api
        * @example
        * ```twig
        * Published at {{ post.time }} // Uses WP's formatting set in Admin
        * OR
        * Published at {{ post.time | time('G:i') }} // 13:25
        * ```
        *
        * ```html
        * Published at 1:25 pm
        * OR
        * Published at 13:25
        * ```
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
        public type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.type.labels.name }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
        public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
        /**
        * Returns the edit URL of a post if the user has access to it
        * @return bool|string the edit URL of a post in the WordPress admin
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
        public format(): mixed
        /**
        * @api
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
        public password_required(): boolean whether post requires password and correct password has been provided
        /**
        * whether post requires password and correct password has been provided
        * @api
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
        public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
        /**
        * get the permalink for a post object
        * @api
        * @example
        * ```twig
        * <a href="{{post.link}}">Read my post</a>
        * ```
        * @return string ex: http://example.org/2015/07/my-awesome-post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
        public meta($field_name = null): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
        public name(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
        public modified_date($date_format = ''): string
        /**
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
        public modified_time($time_format = ''): string
        /**
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
        public next($in_same_term = false): mixed
        /**
        * @api
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
        public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
        public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
        /**
        * Finds any WP_Post objects and converts them to Timber\Posts
        * @param array|WP_Post $data
        * @param string $class
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
        public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
        /**
        * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
        * @api
        * @example
        * ```twig
        * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
        * ```
        * @return bool|Timber\Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
        public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
        /**
        * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
        * this will return just /2015/07/my-cool-post
        * @api
        * @example
        * ```twig
        * <a href="{{post.path}}">{{post.title}}</a>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
        public prev($in_same_term = false): mixed Get the previous post in a set
        /**
        * Get the previous post in a set
        * @api
        * @example
        * ```twig
        * <h4>Prior Entry:</h4>
        * <h3>{{post.prev.title}}</h3>
        * <p>{{post.prev.get_preview(25)}}</p>
        * ```
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
        public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
        /**
        * Gets the tags on a post, uses WP's post_tag taxonomy
        * @api
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
        public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
        /**
        * get the featured image as a Timber/Image
        * @api
        * @example
        * ```twig
        * <img src="{{ post.thumbnail.src }}" />
        * ```
        * @return Timber\Image|null of your thumbnail
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
        public title(): string Returns the processed title to be used in templates. This returns the title o...
        /**
        * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
        * @api
        * @example
        * ```twig
        * <h1>{{ post.title }}</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
        public gallery($html = true): html Returns the gallery
        /**
        * Returns the gallery
        * @api
        * @example
        * ```twig
        * {{ post.gallery }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
        public audio(): html Returns the audio
        /**
        * Returns the audio
        * @api
        * @example
        * ```twig
        * {{ post.audio }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
        public video(): html Returns the video
        /**
        * Returns the video
        * @api
        * @example
        * ```twig
        * {{ post.video }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
        public get_categories(): array of Timber\Terms Get the categories for a post
        /**
        * Get the categories for a post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::categories
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
        public get_category(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::category
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
        public get_image($field): Timber\Image
        /**
        * @param string $field
        * @return Timber\Image
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
        public get_tags(): array Gets an array of tags for you to use
        /**
        * Gets an array of tags for you to use
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <ul class="tags">
        *     {% for tag in post.tags %}
        *         <li>{{tag.name}}</li>
        *     {% endfor %}
        * </ul>
        * ```
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
        public get_title(): string Outputs the title with filters applied
        /**
        * Outputs the title with filters applied
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <h1>{{post.get_title}}</h1>
        * ```
        * ```html
        * <h1>Hello World!</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
        public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
        /**
        * Displays the content of the post with filters, shortcodes and wpautop applied
        * @example
        * ```twig
        * <div class="article-text">{{post.get_content}}</div>
        * ```
        * ```html
        * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
        * ```
        * @param int $len
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
        public get_format(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
        public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
        /**
        * Get the terms associated with the post
        * This goes across all taxonomies by default
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
        * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
        public permalink(): string
        /**
        * @deprecated 0.20.0 use link() instead
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
        public get_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
        public get_modified_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::modified_date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
        public get_modified_time($time_format = ''): string
        /**
        * @internal
        * @param  string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
        public get_children($post_type = 'any', $childPostClass = false): array
        /**
        * @internal
        * @see Timber\Post::children
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string 		$post_type
        * @param bool|string 	$childPostClass
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
        public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
        /**
        * Get the permalink for a post, but as a relative path
        * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
        * this will return the relative version: "/2015/07/04/my-cool-post"
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
        public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
        public get_parent(): bool|TimberPost Get the parent post of the post
        /**
        * Get the parent post of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return bool|TimberPost
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
        public get_author(): User|null Gets a User object from the author of the post
        /**
        * Gets a User object from the author of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::author
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
        public get_modified_author(): User|null
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
        public get_thumbnail(): Image|null
        /**
        * @internal
        * @see TimberPost::thumbnail
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return Image|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
        public get_permalink(): string
        /**
        * @internal
        * @see TimberPost::link
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
        public get_link(): string get the permalink for a post object In your templates you should use link: <a...
        /**
        * get the permalink for a post object
        * In your templates you should use link:
        * <a href="{{post.link}}">Read my post</a>
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
        public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param bool $taxonomy
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
        public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @internal
        * @see Timber\Post::pagination();
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
        public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
        /**
        * Get the comments for a post
        * @internal
        * @see Timber\Post::comments
        * @param int $count
        * @param string $order
        * @param string $type
        * @param string $status
        * @param string $CommentClass
        * @return array|mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
        public __isset($field): boolean
        /**
        *
        * @return boolean
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
        public import($info, $force = false) Takes an array or object and adds the properties to the parent object
        /**
        * Takes an array or object and adds the properties to the parent object
        * @example
        * ```php
        * $data = array('airplane' => '757-200', 'flight' => '5316');
        * $post = new Timber\Post()
        * $post->import(data);
        * echo $post->airplane; //757-200
        * ```
        * @param array|object $info an object or array you want to grab data from to attach to the Timber object
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
        public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
        /**
        * Can you edit this post/term/user? Well good for you. You're no better than me.
        * @example
        * ```twig
        * {% if post.can_edit %}
        * <a href="{{ post.edit_link }}">Edit</a>
        * {% endif %}
        * ```
        * ```html
        * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
        * ```
        * @return bool
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
        protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
        /**
        * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
        * @internal
        * @param mixed a value to test against
        * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
        protected get_post_preview_object()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
        protected get_post_preview_id($query)
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
        protected init($pid = false) Initializes a Post
        /**
        * Initializes a Post
        * @internal
        * @param integer $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
        protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
        /**
        * takes a mix of integer (post ID), string (post slug),
        * or object to return a WordPress post object from WP's built-in get_post() function
        * @internal
        * @param integer $pid
        * @return WP_Post on success
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
        protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
        /**
        * helps you find the post id regardless of whether you send a string or whatever
        * @param integer $pid ;
        * @internal
        * @return integer ID number of a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
        protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
        /**
        * Used internally to fetch the metadata fields (wp_postmeta table)
        * and attach them to our TimberPost object
        * @internal
        * @param int $pid
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
        protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
        /**
        * Used internally by init, etc. to build TimberPost object
        * @internal
        * @param  int $pid
        * @return null|object|WP_Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
        protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
        /**
        * If the Password form is to be shown, show it!
        * @return string|void
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
        protected get_revised_data_from_method($method, $args = false)
        /**
        *
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
        protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
        /**
        * Handles for an circumstance with the Block editor where a "more" block has an option to
        * "Hide the excerpt on the full content page" which hides everything prior to the inserted
        * "more" block
        * @ticket #2218
        * @param string $content
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
        public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
        \Timber\Post::get_post_id_by_name($post_name)
        /**
        * get_post_id_by_name($post_name)
        * @internal
        * @deprecated since 1.5.0
        * @param string $post_name
        * @return int
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
        protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
        /**
        * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
        * WordPress admin
        * @internal
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
        protected static get_wp_link_page($i): string
        /**
        * @param int $i
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
      • public static $representation :: string (4) "post"
        \Timber\Post::$representation
      public ImageClass -> string (12) "Timber\Image"
      $context['menu']['header']->items[1]->ImageClass
      public TermClass -> string (11) "Timber\Term"
      $context['menu']['header']->items[1]->TermClass
      public custom -> array (15)
      $context['menu']['header']->items[1]->custom
      _menu_item_type => string (17) "post_type_archive"
      $context['menu']['header']->items[1]->custom['_menu_item_type']
      _menu_item_menu_item_parent => string (1) "0"
      $context['menu']['header']->items[1]->custom['_menu_item_menu_item_parent']
      _menu_item_object_id => string (3) "-18"
      $context['menu']['header']->items[1]->custom['_menu_item_object_id']
      _menu_item_object => string (10) "wydarzenia"
      $context['menu']['header']->items[1]->custom['_menu_item_object']
      _menu_item_target => string (0) ""
      $context['menu']['header']->items[1]->custom['_menu_item_target']
      _menu_item_classes => array (1)
      $context['menu']['header']->items[1]->custom['_menu_item_classes']
      0 => string (0) ""
      $context['menu']['header']->items[1]->custom['_menu_item_classes'][0]
      _menu_item_xfn => string (0) ""
      $context['menu']['header']->items[1]->custom['_menu_item_xfn']
      _menu_item_url => string (0) ""
      $context['menu']['header']->items[1]->custom['_menu_item_url']
      label => string (0) ""
      $context['menu']['header']->items[1]->custom['label']
      _label => string (19) "field_62c9bcde0ee56"
      $context['menu']['header']->items[1]->custom['_label']
      text => string (0) ""
      $context['menu']['header']->items[1]->custom['text']
      _text => string (19) "field_62c9bcde0ee56"
      $context['menu']['header']->items[1]->custom['_text']
      submenu_id => string (0) ""
      $context['menu']['header']->items[1]->custom['submenu_id']
      _submenu_id => string (19) "field_62e82ac25e4c9"
      $context['menu']['header']->items[1]->custom['_submenu_id']
      _wp_old_date => array (8)
      $context['menu']['header']->items[1]->custom['_wp_old_date']
      0 => string (10) "2022-07-09"
      $context['menu']['header']->items[1]->custom['_wp_old_date'][0]
      1 => string (10) "2022-08-01"
      $context['menu']['header']->items[1]->custom['_wp_old_date'][1]
      2 => string (10) "2022-10-20"
      $context['menu']['header']->items[1]->custom['_wp_old_date'][2]
      3 => string (10) "2023-03-09"
      $context['menu']['header']->items[1]->custom['_wp_old_date'][3]
      4 => string (10) "2023-03-19"
      $context['menu']['header']->items[1]->custom['_wp_old_date'][4]
      5 => string (10) "2023-03-20"
      $context['menu']['header']->items[1]->custom['_wp_old_date'][5]
      6 => string (10) "2023-06-19"
      $context['menu']['header']->items[1]->custom['_wp_old_date'][6]
      7 => string (10) "2024-01-08"
      $context['menu']['header']->items[1]->custom['_wp_old_date'][7]
      public ___content -> null
      $context['menu']['header']->items[1]->___content
      public _permalink -> null
      $context['menu']['header']->items[1]->_permalink
      public _next -> array (0)
      $context['menu']['header']->items[1]->_next
      public _prev -> array (0)
      $context['menu']['header']->items[1]->_prev
      public _css_class -> null
      $context['menu']['header']->items[1]->_css_class
      public post_author -> string (1) "1"
      $context['menu']['header']->items[1]->post_author
      public post_content -> string (1) " "
      $context['menu']['header']->items[1]->post_content
      public post_date -> string (19) "2024-01-30 16:04:43"
      $context['menu']['header']->items[1]->post_date
      public post_excerpt -> string (0) ""
      $context['menu']['header']->items[1]->post_excerpt
      public post_parent -> integer 0
      $context['menu']['header']->items[1]->post_parent
      public post_status -> string (7) "publish"
      $context['menu']['header']->items[1]->post_status
      public post_title -> string (0) ""
      $context['menu']['header']->items[1]->post_title
      public post_type -> string (13) "nav_menu_item"
      $context['menu']['header']->items[1]->post_type
      public __type -> null
      $context['menu']['header']->items[1]->__type
      public _menu_item_type -> string (17) "post_type_archive"
      $context['menu']['header']->items[1]->_menu_item_type
      public _menu_item_menu_item_parent -> string (1) "0"
      $context['menu']['header']->items[1]->_menu_item_menu_item_parent
      public _menu_item_object -> string (10) "wydarzenia"
      $context['menu']['header']->items[1]->_menu_item_object
      public _menu_item_target -> string (0) ""
      $context['menu']['header']->items[1]->_menu_item_target
      public _menu_item_classes -> array (1)
      $context['menu']['header']->items[1]->_menu_item_classes
      0 => string (0) ""
      $context['menu']['header']->items[1]->_menu_item_classes[0]
      public _menu_item_xfn -> string (0) ""
      $context['menu']['header']->items[1]->_menu_item_xfn
      public label -> string (0) ""
      $context['menu']['header']->items[1]->label
      public _label -> string (19) "field_62c9bcde0ee56"
      $context['menu']['header']->items[1]->_label
      public text -> string (0) ""
      $context['menu']['header']->items[1]->text
      public _text -> string (19) "field_62c9bcde0ee56"
      $context['menu']['header']->items[1]->_text
      public submenu_id -> string (0) ""
      $context['menu']['header']->items[1]->submenu_id
      public _submenu_id -> string (19) "field_62e82ac25e4c9"
      $context['menu']['header']->items[1]->_submenu_id
      public _wp_old_date -> array (8)
      $context['menu']['header']->items[1]->_wp_old_date
      0 => string (10) "2022-07-09"
      $context['menu']['header']->items[1]->_wp_old_date[0]
      1 => string (10) "2022-08-01"
      $context['menu']['header']->items[1]->_wp_old_date[1]
      2 => string (10) "2022-10-20"
      $context['menu']['header']->items[1]->_wp_old_date[2]
      3 => string (10) "2023-03-09"
      $context['menu']['header']->items[1]->_wp_old_date[3]
      4 => string (10) "2023-03-19"
      $context['menu']['header']->items[1]->_wp_old_date[4]
      5 => string (10) "2023-03-20"
      $context['menu']['header']->items[1]->_wp_old_date[5]
      6 => string (10) "2023-06-19"
      $context['menu']['header']->items[1]->_wp_old_date[6]
      7 => string (10) "2024-01-08"
      $context['menu']['header']->items[1]->_wp_old_date[7]
      public post_date_gmt -> string (19) "2022-07-09 17:37:04"
      $context['menu']['header']->items[1]->post_date_gmt
      public comment_status -> string (6) "closed"
      $context['menu']['header']->items[1]->comment_status
      public ping_status -> string (6) "closed"
      $context['menu']['header']->items[1]->ping_status
      public post_password -> string (0) ""
      $context['menu']['header']->items[1]->post_password
      public to_ping -> string (0) ""
      $context['menu']['header']->items[1]->to_ping
      public pinged -> string (0) ""
      $context['menu']['header']->items[1]->pinged
      public post_modified -> string (19) "2024-01-30 16:04:43"
      $context['menu']['header']->items[1]->post_modified
      public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
      $context['menu']['header']->items[1]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      $context['menu']['header']->items[1]->post_content_filtered
      public guid -> string (30) "https://www.csrinfo.org/?p=128"
      $context['menu']['header']->items[1]->guid
      public menu_order -> integer 2
      $context['menu']['header']->items[1]->menu_order
      public post_mime_type -> string (0) ""
      $context['menu']['header']->items[1]->post_mime_type
      public comment_count -> string (1) "0"
      $context['menu']['header']->items[1]->comment_count
      public filter -> string (3) "raw"
      $context['menu']['header']->items[1]->filter
      public db_id -> integer 128
      $context['menu']['header']->items[1]->db_id
      public menu_item_parent -> string (1) "0"
      $context['menu']['header']->items[1]->menu_item_parent
      public object_id -> string (3) "-18"
      $context['menu']['header']->items[1]->object_id
      public object -> string (10) "wydarzenia"
      $context['menu']['header']->items[1]->object
      public type_label -> UTF-8 string (21) "Archiwum typu treści"
      $context['menu']['header']->items[1]->type_label
      public target -> string (0) ""
      $context['menu']['header']->items[1]->target
      public attr_title -> string (0) ""
      $context['menu']['header']->items[1]->attr_title
      public description -> string (0) ""
      $context['menu']['header']->items[1]->description
      public xfn -> string (0) ""
      $context['menu']['header']->items[1]->xfn
      public popup_id -> null
      $context['menu']['header']->items[1]->popup_id
      public __title -> string (10) "Wydarzenia"
      $context['menu']['header']->items[1]->__title
      public status -> string (7) "publish"
      $context['menu']['header']->items[1]->status
      public name -> string (10) "Wydarzenia"
      $context['menu']['header']->items[1]->name
    • public __construct($data, $menu = null)
      new \Timber\MenuItem($data, $menu = null)
      /**
      * @internal
      * @param array|object $data
      * @param \Timber\Menu $menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:83
      public add_class($class_name) Add a CSS class the menu item should have.
      $context['menu']['header']->items[1]->add_class($class_name)
      /**
      * Add a CSS class the menu item should have.
      *
      * @param string $class_name CSS class name to be added.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:102
      public name(): string The label for the menu item. Get the label for the menu item.
      $context['menu']['header']->items[1]->name()
      /**
      * Get the label for the menu item.
      *
      * @api
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:113
      public __toString(): string Magic method to get the label for the menu item.
      (string) $context['menu']['header']->items[1]
      /**
      * Magic method to get the label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}">{{ item }}</a>
      * ```
      * @see \Timber\MenuItem::name()
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:134
      public slug(): string The URL-safe slug of the menu item. Get the slug for the menu item.
      $context['menu']['header']->items[1]->slug()
      /**
      * Get the slug for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <ul>
      *     {% for item in menu.items %}
      *         <li class="{{ item.slug }}">
      *             <a href="{{ item.link }}">{{ item.name }}</a>
      *          </li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return string The URL-safe slug of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:154
      public master_object(): mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents. Allows dev to access the "master object" (ex: post or page) the menu item rep...
      $context['menu']['header']->items[1]->master_object()
      /**
      * Allows dev to access the "master object" (ex: post or page) the menu item represents
      * @api
      * @example
      * ```twig
      * <div>
      *     {% for item in menu.items %}
      *         <a href="{{ item.link }}"><img src="{{ item.master_object.thumbnail }}" /></a>
      *     {% endfor %}
      * </div>
      * ```
      * @return mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:175
      public get_link(): string An absolute URL, e.g. `http://example.org/my-page`. Get link.
      $context['menu']['header']->items[1]->get_link()
      /**
      * Get link.
      *
      * @internal
      * @see \Timber\MenuItem::link()
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string An absolute URL, e.g. `http://example.org/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:193
      public get_path(): string A relative URL, e.g. `/my-page`. Get path.
      $context['menu']['header']->items[1]->get_path()
      /**
      * Get path.
      *
      * @internal
      * @codeCoverageIgnore
      * @see        \Timber\MenuItem::path()
      * @deprecated since 1.0
      * @return string A relative URL, e.g. `/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:206
      public add_child($item) Add a new `Timber\MenuItem` object as a child of this menu item.
      $context['menu']['header']->items[1]->add_child($item)
      /**
      * Add a new `Timber\MenuItem` object as a child of this menu item.
      *
      * @param \Timber\MenuItem $item The menu item to add.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:215
      public update_child_levels(): bool|null
      $context['menu']['header']->items[1]->update_child_levels()
      /**
      * @internal
      * @return bool|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:231
      public import_classes($data) Imports the classes to be used in CSS.
      $context['menu']['header']->items[1]->import_classes($data)
      /**
      * Imports the classes to be used in CSS.
      *
      * @internal
      *
      * @param array|object $data
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:248
      public get_children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get children of a menu item.
      $context['menu']['header']->items[1]->get_children()
      /**
      * Get children of a menu item.
      *
      * You can also directly access the children through the `$children` property (`item.children`
      * in Twig).
      *
      * @internal
      * @example
      * ```twig
      * {% for child in item.get_children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:301
      public is_external(): bool Whether the link is external or not. Checks to see if the menu item is an external link.
      $context['menu']['header']->items[1]->is_external()
      /**
      * Checks to see if the menu item is an external link.
      *
      * If your site is `example.org`, then `google.com/whatever` is an external link. This is
      * helpful when you want to create rules for the target of a link.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}" target="{{ item.is_external ? '_blank' : '_self' }}">
      * ```
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:321
      public type(): string The type of the menu item. Get the type of the menu item.
      $context['menu']['header']->items[1]->type()
      /**
      * Get the type of the menu item.
      *
      * Depending on what is the menu item links to. Can be `post_type` for posts, pages and custom
      * posts, `post_type_archive` for post type archive pages, `taxonomy` for terms or `custom` for
      * custom links.
      *
      * @api
      * @since 1.0.4
      * @return string The type of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:339
      public menu(): \Timber\Menu The `Timber\Menu` object the menu item is associated with. Timber Menu.
      $context['menu']['header']->items[1]->menu()
      /**
      * Timber Menu.
      *
      * @api
      * @since 1.12.0
      * @return \Timber\Menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:350
      public meta($key): mixed Whatever value is stored in the database. Get a meta value of the menu item.
      $context['menu']['header']->items[1]->meta($key)
      /**
      * Get a meta value of the menu item.
      *
      * Plugins like Advanced Custom Fields allow you to set custom fields for menu items. With this
      * method you can retrieve the value of these.
      *
      * @example
      * ```twig
      * <a class="icon-{{ item.meta('icon') }}" href="{{ item.link }}">{{ item.title }}</a>
      * ```
      * @api
      * @param string $key The meta key to get the value for.
      * @return mixed Whatever value is stored in the database.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:369
      public children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get the child menu items of a `Timber\MenuItem`.
      $context['menu']['header']->items[1]->children()
      /**
      * Get the child menu items of a `Timber\MenuItem`.
      *
      * @api
      * @example
      * ```twig
      * {% for child in item.children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:394
      public external(): bool Whether the link is external or not. Check if a link is external.
      $context['menu']['header']->items[1]->external()
      /**
      * Check if a link is external.
      *
      * This is helpful when creating rules for the target of a link.
      *
      * @internal
      * @see \Timber\MenuItem::is_external()
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:407
      public link(): string A full URL, like `http://mysite.com/thing/`. Get the full link to a menu item.
      $context['menu']['header']->items[1]->link()
      /**
      * Get the full link to a menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:423
      public permalink(): string A full URL, like `http://mysite.com/thing/`. Get the link the menu item points at.
      $context['menu']['header']->items[1]->permalink()
      /**
      * Get the link the menu item points at.
      *
      * @internal
      * @deprecated since 0.21.7 Use link method instead.
      * @see \Timber\MenuItem::link()
      * @codeCoverageIgnore
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:443
      public path(): string The path of a URL, like `/foo`. Get the relative path of the menu item’s link.
      $context['menu']['header']->items[1]->path()
      /**
      * Get the relative path of the menu item’s link.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.path }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The path of a URL, like `/foo`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:460
      public title(): string The public label, like "Foo". Get the public label for the menu item.
      $context['menu']['header']->items[1]->title()
      /**
      * Get the public label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The public label, like "Foo".
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:476
      public thumbnail(): \Timber\Image|null The featured image object. Get the featured image of the post associated with the menu item.
      $context['menu']['header']->items[1]->thumbnail()
      /**
      * Get the featured image of the post associated with the menu item.
      *
      * @api
      * @deprecated since 1.5.2 to be removed in v2.0
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}"><img src="{{ item.thumbnail }}"/></a></li>
      * {% endfor %}
      * ```
      * @return \Timber\Image|null The featured image object.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:495
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      *
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      $context['menu']['header']->items[1]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public update($key, $value)
      $context['menu']['header']->items[1]->update($key, $value)
      /**
      * @ignore
      * @param string  $key
      * @param mixed   $value
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      $context['menu']['header']->items[1]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      public get_method_values(): array
      $context['menu']['header']->items[1]->get_method_values()
      /**
      *
      *
      * @return array
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
      public get_field($field_name): mixed
      $context['menu']['header']->items[1]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    2 => Timber\MenuItem (75)
    $context['menu']['header']->items[2]
    • Properties (75)
    • Available methods (31)
    • public id -> integer 2279
      $context['menu']['header']->items[2]->id
      public ID -> integer 2279
      $context['menu']['header']->items[2]->ID
      public object_type -> string (4) "post"
      $context['menu']['header']->items[2]->object_type
      public children -> array (0)
      $context['menu']['header']->items[2]->children
      public has_child_class -> boolean false
      $context['menu']['header']->items[2]->has_child_class
      public classes -> array (5)
      $context['menu']['header']->items[2]->classes
      0 => string (0) ""
      $context['menu']['header']->items[2]->classes[0]
      1 => string (9) "menu-item"
      $context['menu']['header']->items[2]->classes[1]
      2 => string (21) "menu-item-type-custom"
      $context['menu']['header']->items[2]->classes[2]
      3 => string (23) "menu-item-object-custom"
      $context['menu']['header']->items[2]->classes[3]
      4 => string (14) "menu-item-2279"
      $context['menu']['header']->items[2]->classes[4]
      public class -> string (70) "menu-item menu-item-type-custom menu-item-object-custom menu-item-2279"
      $context['menu']['header']->items[2]->class
      public level -> integer 0
      $context['menu']['header']->items[2]->level
      public post_name -> string (7) "csrinfo"
      $context['menu']['header']->items[2]->post_name
      public url -> string (1) "#"
      $context['menu']['header']->items[2]->url
      public PostClass -> string (11) "Timber\Post"
      $context['menu']['header']->items[2]->PostClass
      public current -> boolean false
      $context['menu']['header']->items[2]->current
      public current_item_parent -> boolean false
      $context['menu']['header']->items[2]->current_item_parent
      public current_item_ancestor -> boolean false
      $context['menu']['header']->items[2]->current_item_ancestor
      protected menu -> Timber\Menu (22) Recursion
      protected _name -> null
      protected _menu_item_object_id -> string (4) "2279"
      protected _menu_item_url -> string (1) "#"
      protected menu_object -> Timber\Post (66)
      • Properties (66)
      • Available methods (95)
      • Static class properties
      • public id -> integer 2279
        public ID -> integer 2279
        public object_type -> string (4) "post"
        public ImageClass -> string (12) "Timber\Image"
        public PostClass -> string (11) "Timber\Post"
        public TermClass -> string (11) "Timber\Term"
        public custom -> array (12)
        _menu_item_type => string (6) "custom"
        _menu_item_menu_item_parent => string (1) "0"
        _menu_item_object_id => string (4) "2279"
        _menu_item_object => string (6) "custom"
        _menu_item_target => string (0) ""
        _menu_item_classes => array (1) Depth Limit
        _menu_item_xfn => string (0) ""
        _menu_item_url => string (1) "#"
        text => string (7) "CSRinfo"
        _text => string (19) "field_62c9bcde0ee56"
        submenu_id => string (7) "CSRinfo"
        _submenu_id => string (19) "field_62e82ac25e4c9"
        protected ___content -> null
        protected _permalink -> null
        protected _next -> array (0)
        protected _prev -> array (0)
        protected _css_class -> null
        public post_author -> string (1) "1"
        public post_content -> string (0) ""
        public post_date -> string (19) "2024-01-30 16:04:43"
        public post_excerpt -> string (0) ""
        public post_parent -> integer 0
        public post_status -> string (7) "publish"
        public post_title -> string (7) "CSRinfo"
        public post_type -> string (13) "nav_menu_item"
        public slug -> string (7) "csrinfo"
        protected __type -> null
        public _menu_item_type -> string (6) "custom"
        public _menu_item_menu_item_parent -> string (1) "0"
        public _menu_item_object_id -> string (4) "2279"
        public _menu_item_object -> string (6) "custom"
        public _menu_item_target -> string (0) ""
        public _menu_item_classes -> array (1)
        0 => string (0) ""
        public _menu_item_xfn -> string (0) ""
        public _menu_item_url -> string (1) "#"
        public text -> string (7) "CSRinfo"
        public _text -> string (19) "field_62c9bcde0ee56"
        public submenu_id -> string (7) "CSRinfo"
        public _submenu_id -> string (19) "field_62e82ac25e4c9"
        public post_date_gmt -> string (19) "2024-01-30 10:15:11"
        public comment_status -> string (6) "closed"
        public ping_status -> string (6) "closed"
        public post_password -> string (0) ""
        public post_name -> string (7) "csrinfo"
        public to_ping -> string (0) ""
        public pinged -> string (0) ""
        public post_modified -> string (19) "2024-01-30 16:04:43"
        public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
        public post_content_filtered -> string (0) ""
        public guid -> string (31) "https://www.csrinfo.org/?p=2279"
        public menu_order -> integer 3
        public post_mime_type -> string (0) ""
        public comment_count -> string (1) "0"
        public filter -> string (3) "raw"
        public db_id -> integer 2279
        public menu_item_parent -> string (1) "0"
        public object_id -> string (4) "2279"
        public object -> string (6) "custom"
        public type_label -> UTF-8 string (17) "Własny odnośnik"
        public url -> string (1) "#"
        public target -> string (0) ""
        public attr_title -> string (0) ""
        public description -> string (0) ""
        public classes -> array (4)
        0 => string (0) ""
        1 => string (9) "menu-item"
        2 => string (21) "menu-item-type-custom"
        3 => string (23) "menu-item-object-custom"
        public xfn -> string (0) ""
        public popup_id -> null
        public current -> boolean false
        public current_item_ancestor -> boolean false
        public current_item_parent -> boolean false
        public __title -> string (7) "CSRinfo"
        public status -> string (7) "publish"
      • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
        /**
        * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
        * @example
        * ```php
        * $post = new Timber\Post();
        * $other_post = new Timber\Post($random_post_id);
        * ```
        * @param mixed $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
        public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
        public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
        public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        /**
        * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
        public get_edit_url(): bool|string Get the URL that will edit the current post/object
        /**
        * Get the URL that will edit the current post/object
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::edit_link
        * @return bool|string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
        public update($field, $value) updates the post_meta of the current object with the given value
        /**
        * updates the post_meta of the current object with the given value
        * @param string $field
        * @param mixed $value
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
        public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
        /**
        * Gets a preview/excerpt of your post.
        *
        * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
        * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
        * where to pull through.
        *
        * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
        * means that you can change the output of the preview by **adding more methods**. Refer to the
        * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
        * to get an overview of all the available methods.
        *
        * @example
        * ```twig
        * {# Use default preview #}
        * <p>{{ post.preview }}</p>
        *
        * {# Change the post preview text #}
        * <p>{{ post.preview.read_more('Continue Reading') }}</p>
        *
        * {# Additionally restrict the length to 50 words #}
        * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
        * ```
        * @see \Timber\PostPreview
        * @return \Timber\PostPreview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
        public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
        /**
        * get a preview of your post, if you have an excerpt it will use that,
        * otherwise it will pull from the post_content.
        * If there's a <!-- more --> tag it will use that to mark where to pull through.
        * @deprecated since 1.3.1, use {{ post.preview }} instead
        * @example
        * ```twig
        * <p>{{post.get_preview(50)}}</p>
        * ```
        * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
        * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
        * @param string $readmore The text you want to use on the 'readmore' link
        * @param bool|string $strip true for default, false for none, string for list of custom attributes
        * @param string $end The text to end the preview with (defaults to ...)
        * @return string of the post preview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
        public import_custom($pid) gets the post custom and attaches it to the current object
        /**
        * gets the post custom and attaches it to the current object
        * @internal
        * @param integer $pid a post ID number
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
        public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
        /**
        *
        * Gets the comment form for use on a single article page
        * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
        * @return string of HTML for the form
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
        public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
        /**
        * Gets the terms associated with the post.
        *
        * @api
        * @todo Remove deprecated parameters in 2.x
        * @example
        * ```twig
        * <section id="job-feed">
        * {% for post in job %}
        *     <div class="job">
        *         <h2>{{ post.title }}</h2>
        *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
        *     </div>
        * {% endfor %}
        * </section>
        * ```
        * ```html
        * <section id="job-feed">
        *     <div class="job">
        *         <h2>Cheese Maker</h2>
        *         <p>Cheese, Food, Fromage</p>
        *     </div>
        *     <div class="job">
        *         <h2>Mime</h2>
        *         <p>Performance, Silence</p>
        *     </div>
        * </section>
        * ```
        * ```php
        * // Get all terms of a taxonomy.
        * $terms = $post->terms( 'category' );
        *
        * // Get terms of multiple taxonomies.
        * $terms = $post->terms( array( 'books', 'movies' ) );
        *
        * // Use custom arguments for taxonomy query and options.
        * $terms = $post->terms( array(
        *     'query' => [
        *         'taxonomy' => 'custom_tax',
        *         'orderby'  => 'count',
        *     ],
        *     'merge'      => false,
        *     'term_class' => 'My_Term_Class'
        * ) );
        * ```
        *
        * @param string|array $args {
        *     Optional. Name of the taxonomy or array of arguments.
        *
        *     @type array $query       Any array of term query parameters for getting the terms. See
        *                              `WP_Term_Query::__construct()` for supported arguments. Use the
        *                              `taxonomy` argument to choose which taxonomies to get. Defaults
        *                              to querying all registered taxonomies for the post type. You can
        *                              use custom or built-in WordPress taxonomies (category, tag).
        *                              Timber plays nice and figures out that `tag`, `tags` or
        *                              `post_tag` are all the same (also for `categories` or
        *                              `category`). For custom taxonomies you need to define the
        *                              proper name.
        *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
        *                              whether it should be an array of sub-arrays for each taxonomy
        *                              (`false`). Default `true`.
        *     @type string $term_class The Timber term class to use for the term objects.
        * }
        * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
        * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
        *                           parameter.
        * @return array An array of taxonomies.
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
        public has_term($term_name_or_id, $taxonomy = 'all'): bool
        /**
        * @param string|int $term_name_or_id
        * @param string $taxonomy
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
        public get_paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
        public get_post_type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @deprecated since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
        public get_comment_count(): int the number of comments on a post
        /**
        * @return int the number of comments on a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
        public has_field($field_name): boolean
        /**
        * @param string $field_name
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
        public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
        /**
        * Gets the field object data from Advanced Custom Fields.
        * This includes metadata on the field like whether it's conditional or not.
        *
        * @since 1.6.0
        * @param string $field_name of the field you want to lookup.
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
        public get_field($field_name): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
        public import_field($field_name)
        /**
        * @param string $field_name
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
        public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
        /**
        * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @example
        * ```twig
        * <article class="{{ post.post_class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * ```html
        * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
        *    {# Some stuff here #}
        * </article>
        * ```
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
        public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
        /**
        * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @see Timber\Post::$_css_class
        * @example
        * ```twig
        * <article class="{{ post.class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
        public get_method_values(): array
        /**
        * @return array
        * @codeCoverageIgnore
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
        public author(): User|null A User object if found, false if not Return the author of a post
        /**
        * Return the author of a post
        * @api
        * @example
        * ```twig
        * <h1>{{post.title}}</h1>
        * <p class="byline">
        *     <a href="{{post.author.link}}">{{post.author.name}}</a>
        * </p>
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
        public authors()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
        public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
        /**
        * Get the author (WordPress user) who last modified the post
        * @example
        * ```twig
        * Last updated by {{ post.modified_author.name }}
        * ```
        * ```html
        * Last updated by Harper Lee
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
        public categories(): array of Timber\Terms Get the categoires on a particular post
        /**
        * Get the categoires on a particular post
        * @api
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
        public category(): Timber\Term|null Returns a category attached to a post
        /**
        * Returns a category attached to a post
        * @api
        * If mulitpuile categories are set, it will return just the first one
        * @return Timber\Term|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
        public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
        /**
        * Returns an array of children on the post as Timber\Posts
        * (or other claass as you define).
        * @api
        * @example
        * ```twig
        * {% if post.children %}
        *     Here are the child pages:
        *     {% for child in post.children %}
        *         <a href="{{ child.link }}">{{ child.title }}</a>
        *     {% endfor %}
        * {% endif %}
        * ```
        * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
        * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
        public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
        /**
        * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
        * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
        * (or whatever comment class you set).
        * @api
        *
        * @param int    $count        Set the number of comments you want to get. `0` is analogous to
        *                             "all".
        * @param string $order        Use ordering set in WordPress admin, or a different scheme.
        * @param string $type         For when other plugins use the comments table for their own
        *                             special purposes. Might be set to 'liveblog' or other, depending
        *                             on what’s stored in your comments table.
        * @param string $status       Could be 'pending', etc.
        * @param string $CommentClass What class to use when returning Comment objects. As you become a
        *                             Timber Pro, you might find yourself extending `Timber\Comment`
        *                             for your site or app (obviously, totally optional).
        * @see \Timber\CommentThread for an example with nested comments
        * @return bool|\Timber\CommentThread
        *
        * @example
        *
        * **single.twig**
        *
        * ```twig
        * <div id="post-comments">
        *   <h4>Comments on {{ post.title }}</h4>
        *   <ul>
        *     {% for comment in post.comments() %}
        *       {% include 'comment.twig' %}
        *     {% endfor %}
        *   </ul>
        *   <div class="comment-form">
        *     {{ function('comment_form') }}
        *   </div>
        * </div>
        * ```
        *
        * **comment.twig**
        *
        * ```twig
        * {# comment.twig #}
        * <li>
        *   <p class="comment-author">{{ comment.author.name }} says:</p>
        *   <div>{{ comment.content }}</div>
        * </li>
        * ```
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
        public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
        /**
        * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
        * @api
        * @example
        * ```twig
        * <div class="article">
        *     <h2>{{post.title}}</h2>
        *     <div class="content">{{ post.content }}</div>
        * </div>
        * ```
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
        public paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
        public date($date_format = ''): string Get the date to use in your template!
        /**
        * Get the date to use in your template!
        * @api
        * @example
        * ```twig
        * Published on {{ post.date }} // Uses WP's formatting set in Admin
        * OR
        * Published on {{ post.date('F jS') }} // Jan 12th
        * ```
        *
        * ```html
        * Published on January 12, 2015
        * OR
        * Published on Jan 12th
        * ```
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
        public time($time_format = ''): string Get the time to use in your template
        /**
        * Get the time to use in your template
        * @api
        * @example
        * ```twig
        * Published at {{ post.time }} // Uses WP's formatting set in Admin
        * OR
        * Published at {{ post.time | time('G:i') }} // 13:25
        * ```
        *
        * ```html
        * Published at 1:25 pm
        * OR
        * Published at 13:25
        * ```
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
        public type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.type.labels.name }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
        public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
        /**
        * Returns the edit URL of a post if the user has access to it
        * @return bool|string the edit URL of a post in the WordPress admin
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
        public format(): mixed
        /**
        * @api
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
        public password_required(): boolean whether post requires password and correct password has been provided
        /**
        * whether post requires password and correct password has been provided
        * @api
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
        public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
        /**
        * get the permalink for a post object
        * @api
        * @example
        * ```twig
        * <a href="{{post.link}}">Read my post</a>
        * ```
        * @return string ex: http://example.org/2015/07/my-awesome-post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
        public meta($field_name = null): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
        public name(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
        public modified_date($date_format = ''): string
        /**
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
        public modified_time($time_format = ''): string
        /**
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
        public next($in_same_term = false): mixed
        /**
        * @api
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
        public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
        public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
        /**
        * Finds any WP_Post objects and converts them to Timber\Posts
        * @param array|WP_Post $data
        * @param string $class
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
        public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
        /**
        * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
        * @api
        * @example
        * ```twig
        * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
        * ```
        * @return bool|Timber\Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
        public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
        /**
        * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
        * this will return just /2015/07/my-cool-post
        * @api
        * @example
        * ```twig
        * <a href="{{post.path}}">{{post.title}}</a>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
        public prev($in_same_term = false): mixed Get the previous post in a set
        /**
        * Get the previous post in a set
        * @api
        * @example
        * ```twig
        * <h4>Prior Entry:</h4>
        * <h3>{{post.prev.title}}</h3>
        * <p>{{post.prev.get_preview(25)}}</p>
        * ```
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
        public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
        /**
        * Gets the tags on a post, uses WP's post_tag taxonomy
        * @api
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
        public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
        /**
        * get the featured image as a Timber/Image
        * @api
        * @example
        * ```twig
        * <img src="{{ post.thumbnail.src }}" />
        * ```
        * @return Timber\Image|null of your thumbnail
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
        public title(): string Returns the processed title to be used in templates. This returns the title o...
        /**
        * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
        * @api
        * @example
        * ```twig
        * <h1>{{ post.title }}</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
        public gallery($html = true): html Returns the gallery
        /**
        * Returns the gallery
        * @api
        * @example
        * ```twig
        * {{ post.gallery }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
        public audio(): html Returns the audio
        /**
        * Returns the audio
        * @api
        * @example
        * ```twig
        * {{ post.audio }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
        public video(): html Returns the video
        /**
        * Returns the video
        * @api
        * @example
        * ```twig
        * {{ post.video }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
        public get_categories(): array of Timber\Terms Get the categories for a post
        /**
        * Get the categories for a post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::categories
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
        public get_category(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::category
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
        public get_image($field): Timber\Image
        /**
        * @param string $field
        * @return Timber\Image
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
        public get_tags(): array Gets an array of tags for you to use
        /**
        * Gets an array of tags for you to use
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <ul class="tags">
        *     {% for tag in post.tags %}
        *         <li>{{tag.name}}</li>
        *     {% endfor %}
        * </ul>
        * ```
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
        public get_title(): string Outputs the title with filters applied
        /**
        * Outputs the title with filters applied
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <h1>{{post.get_title}}</h1>
        * ```
        * ```html
        * <h1>Hello World!</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
        public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
        /**
        * Displays the content of the post with filters, shortcodes and wpautop applied
        * @example
        * ```twig
        * <div class="article-text">{{post.get_content}}</div>
        * ```
        * ```html
        * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
        * ```
        * @param int $len
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
        public get_format(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
        public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
        /**
        * Get the terms associated with the post
        * This goes across all taxonomies by default
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
        * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
        public permalink(): string
        /**
        * @deprecated 0.20.0 use link() instead
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
        public get_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
        public get_modified_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::modified_date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
        public get_modified_time($time_format = ''): string
        /**
        * @internal
        * @param  string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
        public get_children($post_type = 'any', $childPostClass = false): array
        /**
        * @internal
        * @see Timber\Post::children
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string 		$post_type
        * @param bool|string 	$childPostClass
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
        public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
        /**
        * Get the permalink for a post, but as a relative path
        * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
        * this will return the relative version: "/2015/07/04/my-cool-post"
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
        public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
        public get_parent(): bool|TimberPost Get the parent post of the post
        /**
        * Get the parent post of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return bool|TimberPost
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
        public get_author(): User|null Gets a User object from the author of the post
        /**
        * Gets a User object from the author of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::author
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
        public get_modified_author(): User|null
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
        public get_thumbnail(): Image|null
        /**
        * @internal
        * @see TimberPost::thumbnail
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return Image|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
        public get_permalink(): string
        /**
        * @internal
        * @see TimberPost::link
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
        public get_link(): string get the permalink for a post object In your templates you should use link: <a...
        /**
        * get the permalink for a post object
        * In your templates you should use link:
        * <a href="{{post.link}}">Read my post</a>
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
        public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param bool $taxonomy
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
        public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @internal
        * @see Timber\Post::pagination();
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
        public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
        /**
        * Get the comments for a post
        * @internal
        * @see Timber\Post::comments
        * @param int $count
        * @param string $order
        * @param string $type
        * @param string $status
        * @param string $CommentClass
        * @return array|mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
        public __isset($field): boolean
        /**
        *
        * @return boolean
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
        public import($info, $force = false) Takes an array or object and adds the properties to the parent object
        /**
        * Takes an array or object and adds the properties to the parent object
        * @example
        * ```php
        * $data = array('airplane' => '757-200', 'flight' => '5316');
        * $post = new Timber\Post()
        * $post->import(data);
        * echo $post->airplane; //757-200
        * ```
        * @param array|object $info an object or array you want to grab data from to attach to the Timber object
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
        public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
        /**
        * Can you edit this post/term/user? Well good for you. You're no better than me.
        * @example
        * ```twig
        * {% if post.can_edit %}
        * <a href="{{ post.edit_link }}">Edit</a>
        * {% endif %}
        * ```
        * ```html
        * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
        * ```
        * @return bool
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
        protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
        /**
        * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
        * @internal
        * @param mixed a value to test against
        * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
        protected get_post_preview_object()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
        protected get_post_preview_id($query)
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
        protected init($pid = false) Initializes a Post
        /**
        * Initializes a Post
        * @internal
        * @param integer $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
        protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
        /**
        * takes a mix of integer (post ID), string (post slug),
        * or object to return a WordPress post object from WP's built-in get_post() function
        * @internal
        * @param integer $pid
        * @return WP_Post on success
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
        protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
        /**
        * helps you find the post id regardless of whether you send a string or whatever
        * @param integer $pid ;
        * @internal
        * @return integer ID number of a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
        protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
        /**
        * Used internally to fetch the metadata fields (wp_postmeta table)
        * and attach them to our TimberPost object
        * @internal
        * @param int $pid
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
        protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
        /**
        * Used internally by init, etc. to build TimberPost object
        * @internal
        * @param  int $pid
        * @return null|object|WP_Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
        protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
        /**
        * If the Password form is to be shown, show it!
        * @return string|void
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
        protected get_revised_data_from_method($method, $args = false)
        /**
        *
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
        protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
        /**
        * Handles for an circumstance with the Block editor where a "more" block has an option to
        * "Hide the excerpt on the full content page" which hides everything prior to the inserted
        * "more" block
        * @ticket #2218
        * @param string $content
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
        public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
        \Timber\Post::get_post_id_by_name($post_name)
        /**
        * get_post_id_by_name($post_name)
        * @internal
        * @deprecated since 1.5.0
        * @param string $post_name
        * @return int
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
        protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
        /**
        * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
        * WordPress admin
        * @internal
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
        protected static get_wp_link_page($i): string
        /**
        * @param int $i
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
      • public static $representation :: string (4) "post"
        \Timber\Post::$representation
      public ImageClass -> string (12) "Timber\Image"
      $context['menu']['header']->items[2]->ImageClass
      public TermClass -> string (11) "Timber\Term"
      $context['menu']['header']->items[2]->TermClass
      public custom -> array (12)
      $context['menu']['header']->items[2]->custom
      _menu_item_type => string (6) "custom"
      $context['menu']['header']->items[2]->custom['_menu_item_type']
      _menu_item_menu_item_parent => string (1) "0"
      $context['menu']['header']->items[2]->custom['_menu_item_menu_item_parent']
      _menu_item_object_id => string (4) "2279"
      $context['menu']['header']->items[2]->custom['_menu_item_object_id']
      _menu_item_object => string (6) "custom"
      $context['menu']['header']->items[2]->custom['_menu_item_object']
      _menu_item_target => string (0) ""
      $context['menu']['header']->items[2]->custom['_menu_item_target']
      _menu_item_classes => array (1)
      $context['menu']['header']->items[2]->custom['_menu_item_classes']
      0 => string (0) ""
      $context['menu']['header']->items[2]->custom['_menu_item_classes'][0]
      _menu_item_xfn => string (0) ""
      $context['menu']['header']->items[2]->custom['_menu_item_xfn']
      _menu_item_url => string (1) "#"
      $context['menu']['header']->items[2]->custom['_menu_item_url']
      text => string (7) "CSRinfo"
      $context['menu']['header']->items[2]->custom['text']
      _text => string (19) "field_62c9bcde0ee56"
      $context['menu']['header']->items[2]->custom['_text']
      submenu_id => string (7) "CSRinfo"
      $context['menu']['header']->items[2]->custom['submenu_id']
      _submenu_id => string (19) "field_62e82ac25e4c9"
      $context['menu']['header']->items[2]->custom['_submenu_id']
      public ___content -> null
      $context['menu']['header']->items[2]->___content
      public _permalink -> null
      $context['menu']['header']->items[2]->_permalink
      public _next -> array (0)
      $context['menu']['header']->items[2]->_next
      public _prev -> array (0)
      $context['menu']['header']->items[2]->_prev
      public _css_class -> null
      $context['menu']['header']->items[2]->_css_class
      public post_author -> string (1) "1"
      $context['menu']['header']->items[2]->post_author
      public post_content -> string (0) ""
      $context['menu']['header']->items[2]->post_content
      public post_date -> string (19) "2024-01-30 16:04:43"
      $context['menu']['header']->items[2]->post_date
      public post_excerpt -> string (0) ""
      $context['menu']['header']->items[2]->post_excerpt
      public post_parent -> integer 0
      $context['menu']['header']->items[2]->post_parent
      public post_status -> string (7) "publish"
      $context['menu']['header']->items[2]->post_status
      public post_title -> string (7) "CSRinfo"
      $context['menu']['header']->items[2]->post_title
      public post_type -> string (13) "nav_menu_item"
      $context['menu']['header']->items[2]->post_type
      public __type -> null
      $context['menu']['header']->items[2]->__type
      public _menu_item_type -> string (6) "custom"
      $context['menu']['header']->items[2]->_menu_item_type
      public _menu_item_menu_item_parent -> string (1) "0"
      $context['menu']['header']->items[2]->_menu_item_menu_item_parent
      public _menu_item_object -> string (6) "custom"
      $context['menu']['header']->items[2]->_menu_item_object
      public _menu_item_target -> string (0) ""
      $context['menu']['header']->items[2]->_menu_item_target
      public _menu_item_classes -> array (1)
      $context['menu']['header']->items[2]->_menu_item_classes
      0 => string (0) ""
      $context['menu']['header']->items[2]->_menu_item_classes[0]
      public _menu_item_xfn -> string (0) ""
      $context['menu']['header']->items[2]->_menu_item_xfn
      public text -> string (7) "CSRinfo"
      $context['menu']['header']->items[2]->text
      public _text -> string (19) "field_62c9bcde0ee56"
      $context['menu']['header']->items[2]->_text
      public submenu_id -> string (7) "CSRinfo"
      $context['menu']['header']->items[2]->submenu_id
      public _submenu_id -> string (19) "field_62e82ac25e4c9"
      $context['menu']['header']->items[2]->_submenu_id
      public post_date_gmt -> string (19) "2024-01-30 10:15:11"
      $context['menu']['header']->items[2]->post_date_gmt
      public comment_status -> string (6) "closed"
      $context['menu']['header']->items[2]->comment_status
      public ping_status -> string (6) "closed"
      $context['menu']['header']->items[2]->ping_status
      public post_password -> string (0) ""
      $context['menu']['header']->items[2]->post_password
      public to_ping -> string (0) ""
      $context['menu']['header']->items[2]->to_ping
      public pinged -> string (0) ""
      $context['menu']['header']->items[2]->pinged
      public post_modified -> string (19) "2024-01-30 16:04:43"
      $context['menu']['header']->items[2]->post_modified
      public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
      $context['menu']['header']->items[2]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      $context['menu']['header']->items[2]->post_content_filtered
      public guid -> string (31) "https://www.csrinfo.org/?p=2279"
      $context['menu']['header']->items[2]->guid
      public menu_order -> integer 3
      $context['menu']['header']->items[2]->menu_order
      public post_mime_type -> string (0) ""
      $context['menu']['header']->items[2]->post_mime_type
      public comment_count -> string (1) "0"
      $context['menu']['header']->items[2]->comment_count
      public filter -> string (3) "raw"
      $context['menu']['header']->items[2]->filter
      public db_id -> integer 2279
      $context['menu']['header']->items[2]->db_id
      public menu_item_parent -> string (1) "0"
      $context['menu']['header']->items[2]->menu_item_parent
      public object_id -> string (4) "2279"
      $context['menu']['header']->items[2]->object_id
      public object -> string (6) "custom"
      $context['menu']['header']->items[2]->object
      public type_label -> UTF-8 string (17) "Własny odnośnik"
      $context['menu']['header']->items[2]->type_label
      public target -> string (0) ""
      $context['menu']['header']->items[2]->target
      public attr_title -> string (0) ""
      $context['menu']['header']->items[2]->attr_title
      public description -> string (0) ""
      $context['menu']['header']->items[2]->description
      public xfn -> string (0) ""
      $context['menu']['header']->items[2]->xfn
      public popup_id -> null
      $context['menu']['header']->items[2]->popup_id
      public __title -> string (7) "CSRinfo"
      $context['menu']['header']->items[2]->__title
      public status -> string (7) "publish"
      $context['menu']['header']->items[2]->status
      public name -> string (7) "CSRinfo"
      $context['menu']['header']->items[2]->name
      public label -> boolean false
      $context['menu']['header']->items[2]->label
      public col -> boolean false
      $context['menu']['header']->items[2]->col
    • public __construct($data, $menu = null)
      new \Timber\MenuItem($data, $menu = null)
      /**
      * @internal
      * @param array|object $data
      * @param \Timber\Menu $menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:83
      public add_class($class_name) Add a CSS class the menu item should have.
      $context['menu']['header']->items[2]->add_class($class_name)
      /**
      * Add a CSS class the menu item should have.
      *
      * @param string $class_name CSS class name to be added.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:102
      public name(): string The label for the menu item. Get the label for the menu item.
      $context['menu']['header']->items[2]->name()
      /**
      * Get the label for the menu item.
      *
      * @api
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:113
      public __toString(): string Magic method to get the label for the menu item.
      (string) $context['menu']['header']->items[2]
      /**
      * Magic method to get the label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}">{{ item }}</a>
      * ```
      * @see \Timber\MenuItem::name()
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:134
      public slug(): string The URL-safe slug of the menu item. Get the slug for the menu item.
      $context['menu']['header']->items[2]->slug()
      /**
      * Get the slug for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <ul>
      *     {% for item in menu.items %}
      *         <li class="{{ item.slug }}">
      *             <a href="{{ item.link }}">{{ item.name }}</a>
      *          </li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return string The URL-safe slug of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:154
      public master_object(): mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents. Allows dev to access the "master object" (ex: post or page) the menu item rep...
      $context['menu']['header']->items[2]->master_object()
      /**
      * Allows dev to access the "master object" (ex: post or page) the menu item represents
      * @api
      * @example
      * ```twig
      * <div>
      *     {% for item in menu.items %}
      *         <a href="{{ item.link }}"><img src="{{ item.master_object.thumbnail }}" /></a>
      *     {% endfor %}
      * </div>
      * ```
      * @return mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:175
      public get_link(): string An absolute URL, e.g. `http://example.org/my-page`. Get link.
      $context['menu']['header']->items[2]->get_link()
      /**
      * Get link.
      *
      * @internal
      * @see \Timber\MenuItem::link()
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string An absolute URL, e.g. `http://example.org/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:193
      public get_path(): string A relative URL, e.g. `/my-page`. Get path.
      $context['menu']['header']->items[2]->get_path()
      /**
      * Get path.
      *
      * @internal
      * @codeCoverageIgnore
      * @see        \Timber\MenuItem::path()
      * @deprecated since 1.0
      * @return string A relative URL, e.g. `/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:206
      public add_child($item) Add a new `Timber\MenuItem` object as a child of this menu item.
      $context['menu']['header']->items[2]->add_child($item)
      /**
      * Add a new `Timber\MenuItem` object as a child of this menu item.
      *
      * @param \Timber\MenuItem $item The menu item to add.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:215
      public update_child_levels(): bool|null
      $context['menu']['header']->items[2]->update_child_levels()
      /**
      * @internal
      * @return bool|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:231
      public import_classes($data) Imports the classes to be used in CSS.
      $context['menu']['header']->items[2]->import_classes($data)
      /**
      * Imports the classes to be used in CSS.
      *
      * @internal
      *
      * @param array|object $data
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:248
      public get_children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get children of a menu item.
      $context['menu']['header']->items[2]->get_children()
      /**
      * Get children of a menu item.
      *
      * You can also directly access the children through the `$children` property (`item.children`
      * in Twig).
      *
      * @internal
      * @example
      * ```twig
      * {% for child in item.get_children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:301
      public is_external(): bool Whether the link is external or not. Checks to see if the menu item is an external link.
      $context['menu']['header']->items[2]->is_external()
      /**
      * Checks to see if the menu item is an external link.
      *
      * If your site is `example.org`, then `google.com/whatever` is an external link. This is
      * helpful when you want to create rules for the target of a link.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}" target="{{ item.is_external ? '_blank' : '_self' }}">
      * ```
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:321
      public type(): string The type of the menu item. Get the type of the menu item.
      $context['menu']['header']->items[2]->type()
      /**
      * Get the type of the menu item.
      *
      * Depending on what is the menu item links to. Can be `post_type` for posts, pages and custom
      * posts, `post_type_archive` for post type archive pages, `taxonomy` for terms or `custom` for
      * custom links.
      *
      * @api
      * @since 1.0.4
      * @return string The type of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:339
      public menu(): \Timber\Menu The `Timber\Menu` object the menu item is associated with. Timber Menu.
      $context['menu']['header']->items[2]->menu()
      /**
      * Timber Menu.
      *
      * @api
      * @since 1.12.0
      * @return \Timber\Menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:350
      public meta($key): mixed Whatever value is stored in the database. Get a meta value of the menu item.
      $context['menu']['header']->items[2]->meta($key)
      /**
      * Get a meta value of the menu item.
      *
      * Plugins like Advanced Custom Fields allow you to set custom fields for menu items. With this
      * method you can retrieve the value of these.
      *
      * @example
      * ```twig
      * <a class="icon-{{ item.meta('icon') }}" href="{{ item.link }}">{{ item.title }}</a>
      * ```
      * @api
      * @param string $key The meta key to get the value for.
      * @return mixed Whatever value is stored in the database.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:369
      public children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get the child menu items of a `Timber\MenuItem`.
      $context['menu']['header']->items[2]->children()
      /**
      * Get the child menu items of a `Timber\MenuItem`.
      *
      * @api
      * @example
      * ```twig
      * {% for child in item.children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:394
      public external(): bool Whether the link is external or not. Check if a link is external.
      $context['menu']['header']->items[2]->external()
      /**
      * Check if a link is external.
      *
      * This is helpful when creating rules for the target of a link.
      *
      * @internal
      * @see \Timber\MenuItem::is_external()
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:407
      public link(): string A full URL, like `http://mysite.com/thing/`. Get the full link to a menu item.
      $context['menu']['header']->items[2]->link()
      /**
      * Get the full link to a menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:423
      public permalink(): string A full URL, like `http://mysite.com/thing/`. Get the link the menu item points at.
      $context['menu']['header']->items[2]->permalink()
      /**
      * Get the link the menu item points at.
      *
      * @internal
      * @deprecated since 0.21.7 Use link method instead.
      * @see \Timber\MenuItem::link()
      * @codeCoverageIgnore
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:443
      public path(): string The path of a URL, like `/foo`. Get the relative path of the menu item’s link.
      $context['menu']['header']->items[2]->path()
      /**
      * Get the relative path of the menu item’s link.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.path }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The path of a URL, like `/foo`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:460
      public title(): string The public label, like "Foo". Get the public label for the menu item.
      $context['menu']['header']->items[2]->title()
      /**
      * Get the public label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The public label, like "Foo".
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:476
      public thumbnail(): \Timber\Image|null The featured image object. Get the featured image of the post associated with the menu item.
      $context['menu']['header']->items[2]->thumbnail()
      /**
      * Get the featured image of the post associated with the menu item.
      *
      * @api
      * @deprecated since 1.5.2 to be removed in v2.0
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}"><img src="{{ item.thumbnail }}"/></a></li>
      * {% endfor %}
      * ```
      * @return \Timber\Image|null The featured image object.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:495
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      *
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      $context['menu']['header']->items[2]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public update($key, $value)
      $context['menu']['header']->items[2]->update($key, $value)
      /**
      * @ignore
      * @param string  $key
      * @param mixed   $value
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      $context['menu']['header']->items[2]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      public get_method_values(): array
      $context['menu']['header']->items[2]->get_method_values()
      /**
      *
      *
      * @return array
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
      public get_field($field_name): mixed
      $context['menu']['header']->items[2]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    3 => Timber\MenuItem (75)
    $context['menu']['header']->items[3]
    • Properties (75)
    • Available methods (31)
    • public id -> integer 2174
      $context['menu']['header']->items[3]->id
      public ID -> integer 2174
      $context['menu']['header']->items[3]->ID
      public object_type -> string (4) "post"
      $context['menu']['header']->items[3]->object_type
      public children -> array (0)
      $context['menu']['header']->items[3]->children
      public has_child_class -> boolean false
      $context['menu']['header']->items[3]->has_child_class
      public classes -> array (5)
      $context['menu']['header']->items[3]->classes
      0 => string (0) ""
      $context['menu']['header']->items[3]->classes[0]
      1 => string (9) "menu-item"
      $context['menu']['header']->items[3]->classes[1]
      2 => string (21) "menu-item-type-custom"
      $context['menu']['header']->items[3]->classes[2]
      3 => string (23) "menu-item-object-custom"
      $context['menu']['header']->items[3]->classes[3]
      4 => string (14) "menu-item-2174"
      $context['menu']['header']->items[3]->classes[4]
      public class -> string (70) "menu-item menu-item-type-custom menu-item-object-custom menu-item-2174"
      $context['menu']['header']->items[3]->class
      public level -> integer 0
      $context['menu']['header']->items[3]->level
      public post_name -> string (4) "blog"
      $context['menu']['header']->items[3]->post_name
      public url -> string (5) "/blog"
      $context['menu']['header']->items[3]->url
      public PostClass -> string (11) "Timber\Post"
      $context['menu']['header']->items[3]->PostClass
      public current -> boolean false
      $context['menu']['header']->items[3]->current
      public current_item_parent -> boolean false
      $context['menu']['header']->items[3]->current_item_parent
      public current_item_ancestor -> boolean false
      $context['menu']['header']->items[3]->current_item_ancestor
      protected menu -> Timber\Menu (22) Recursion
      protected _name -> null
      protected _menu_item_object_id -> string (4) "2174"
      protected _menu_item_url -> string (5) "/blog"
      protected menu_object -> Timber\Post (67)
      • Properties (67)
      • Available methods (95)
      • Static class properties
      • public id -> integer 2174
        public ID -> integer 2174
        public object_type -> string (4) "post"
        public ImageClass -> string (12) "Timber\Image"
        public PostClass -> string (11) "Timber\Post"
        public TermClass -> string (11) "Timber\Term"
        public custom -> array (13)
        _menu_item_type => string (6) "custom"
        _menu_item_menu_item_parent => string (1) "0"
        _menu_item_object_id => string (4) "2174"
        _menu_item_object => string (6) "custom"
        _menu_item_target => string (0) ""
        _menu_item_classes => array (1) Depth Limit
        _menu_item_xfn => string (0) ""
        _menu_item_url => string (5) "/blog"
        text => string (0) ""
        _text => string (19) "field_62c9bcde0ee56"
        submenu_id => string (0) ""
        _submenu_id => string (19) "field_62e82ac25e4c9"
        _wp_old_date => string (10) "2024-01-08"
        protected ___content -> null
        protected _permalink -> null
        protected _next -> array (0)
        protected _prev -> array (0)
        protected _css_class -> null
        public post_author -> string (1) "2"
        public post_content -> string (0) ""
        public post_date -> string (19) "2024-01-30 16:04:43"
        public post_excerpt -> string (0) ""
        public post_parent -> integer 0
        public post_status -> string (7) "publish"
        public post_title -> string (4) "Blog"
        public post_type -> string (13) "nav_menu_item"
        public slug -> string (4) "blog"
        protected __type -> null
        public _menu_item_type -> string (6) "custom"
        public _menu_item_menu_item_parent -> string (1) "0"
        public _menu_item_object_id -> string (4) "2174"
        public _menu_item_object -> string (6) "custom"
        public _menu_item_target -> string (0) ""
        public _menu_item_classes -> array (1)
        0 => string (0) ""
        public _menu_item_xfn -> string (0) ""
        public _menu_item_url -> string (5) "/blog"
        public text -> string (0) ""
        public _text -> string (19) "field_62c9bcde0ee56"
        public submenu_id -> string (0) ""
        public _submenu_id -> string (19) "field_62e82ac25e4c9"
        public _wp_old_date -> string (10) "2024-01-08"
        public post_date_gmt -> string (19) "2024-01-08 11:31:26"
        public comment_status -> string (6) "closed"
        public ping_status -> string (6) "closed"
        public post_password -> string (0) ""
        public post_name -> string (4) "blog"
        public to_ping -> string (0) ""
        public pinged -> string (0) ""
        public post_modified -> string (19) "2024-01-30 16:04:43"
        public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
        public post_content_filtered -> string (0) ""
        public guid -> string (31) "https://www.csrinfo.org/?p=2174"
        public menu_order -> integer 4
        public post_mime_type -> string (0) ""
        public comment_count -> string (1) "0"
        public filter -> string (3) "raw"
        public db_id -> integer 2174
        public menu_item_parent -> string (1) "0"
        public object_id -> string (4) "2174"
        public object -> string (6) "custom"
        public type_label -> UTF-8 string (17) "Własny odnośnik"
        public url -> string (5) "/blog"
        public target -> string (0) ""
        public attr_title -> string (0) ""
        public description -> string (0) ""
        public classes -> array (4)
        0 => string (0) ""
        1 => string (9) "menu-item"
        2 => string (21) "menu-item-type-custom"
        3 => string (23) "menu-item-object-custom"
        public xfn -> string (0) ""
        public popup_id -> null
        public current -> boolean false
        public current_item_ancestor -> boolean false
        public current_item_parent -> boolean false
        public __title -> string (4) "Blog"
        public status -> string (7) "publish"
      • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
        /**
        * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
        * @example
        * ```php
        * $post = new Timber\Post();
        * $other_post = new Timber\Post($random_post_id);
        * ```
        * @param mixed $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
        public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
        public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
        public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        /**
        * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
        public get_edit_url(): bool|string Get the URL that will edit the current post/object
        /**
        * Get the URL that will edit the current post/object
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::edit_link
        * @return bool|string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
        public update($field, $value) updates the post_meta of the current object with the given value
        /**
        * updates the post_meta of the current object with the given value
        * @param string $field
        * @param mixed $value
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
        public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
        /**
        * Gets a preview/excerpt of your post.
        *
        * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
        * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
        * where to pull through.
        *
        * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
        * means that you can change the output of the preview by **adding more methods**. Refer to the
        * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
        * to get an overview of all the available methods.
        *
        * @example
        * ```twig
        * {# Use default preview #}
        * <p>{{ post.preview }}</p>
        *
        * {# Change the post preview text #}
        * <p>{{ post.preview.read_more('Continue Reading') }}</p>
        *
        * {# Additionally restrict the length to 50 words #}
        * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
        * ```
        * @see \Timber\PostPreview
        * @return \Timber\PostPreview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
        public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
        /**
        * get a preview of your post, if you have an excerpt it will use that,
        * otherwise it will pull from the post_content.
        * If there's a <!-- more --> tag it will use that to mark where to pull through.
        * @deprecated since 1.3.1, use {{ post.preview }} instead
        * @example
        * ```twig
        * <p>{{post.get_preview(50)}}</p>
        * ```
        * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
        * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
        * @param string $readmore The text you want to use on the 'readmore' link
        * @param bool|string $strip true for default, false for none, string for list of custom attributes
        * @param string $end The text to end the preview with (defaults to ...)
        * @return string of the post preview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
        public import_custom($pid) gets the post custom and attaches it to the current object
        /**
        * gets the post custom and attaches it to the current object
        * @internal
        * @param integer $pid a post ID number
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
        public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
        /**
        *
        * Gets the comment form for use on a single article page
        * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
        * @return string of HTML for the form
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
        public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
        /**
        * Gets the terms associated with the post.
        *
        * @api
        * @todo Remove deprecated parameters in 2.x
        * @example
        * ```twig
        * <section id="job-feed">
        * {% for post in job %}
        *     <div class="job">
        *         <h2>{{ post.title }}</h2>
        *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
        *     </div>
        * {% endfor %}
        * </section>
        * ```
        * ```html
        * <section id="job-feed">
        *     <div class="job">
        *         <h2>Cheese Maker</h2>
        *         <p>Cheese, Food, Fromage</p>
        *     </div>
        *     <div class="job">
        *         <h2>Mime</h2>
        *         <p>Performance, Silence</p>
        *     </div>
        * </section>
        * ```
        * ```php
        * // Get all terms of a taxonomy.
        * $terms = $post->terms( 'category' );
        *
        * // Get terms of multiple taxonomies.
        * $terms = $post->terms( array( 'books', 'movies' ) );
        *
        * // Use custom arguments for taxonomy query and options.
        * $terms = $post->terms( array(
        *     'query' => [
        *         'taxonomy' => 'custom_tax',
        *         'orderby'  => 'count',
        *     ],
        *     'merge'      => false,
        *     'term_class' => 'My_Term_Class'
        * ) );
        * ```
        *
        * @param string|array $args {
        *     Optional. Name of the taxonomy or array of arguments.
        *
        *     @type array $query       Any array of term query parameters for getting the terms. See
        *                              `WP_Term_Query::__construct()` for supported arguments. Use the
        *                              `taxonomy` argument to choose which taxonomies to get. Defaults
        *                              to querying all registered taxonomies for the post type. You can
        *                              use custom or built-in WordPress taxonomies (category, tag).
        *                              Timber plays nice and figures out that `tag`, `tags` or
        *                              `post_tag` are all the same (also for `categories` or
        *                              `category`). For custom taxonomies you need to define the
        *                              proper name.
        *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
        *                              whether it should be an array of sub-arrays for each taxonomy
        *                              (`false`). Default `true`.
        *     @type string $term_class The Timber term class to use for the term objects.
        * }
        * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
        * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
        *                           parameter.
        * @return array An array of taxonomies.
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
        public has_term($term_name_or_id, $taxonomy = 'all'): bool
        /**
        * @param string|int $term_name_or_id
        * @param string $taxonomy
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
        public get_paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
        public get_post_type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @deprecated since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
        public get_comment_count(): int the number of comments on a post
        /**
        * @return int the number of comments on a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
        public has_field($field_name): boolean
        /**
        * @param string $field_name
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
        public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
        /**
        * Gets the field object data from Advanced Custom Fields.
        * This includes metadata on the field like whether it's conditional or not.
        *
        * @since 1.6.0
        * @param string $field_name of the field you want to lookup.
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
        public get_field($field_name): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
        public import_field($field_name)
        /**
        * @param string $field_name
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
        public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
        /**
        * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @example
        * ```twig
        * <article class="{{ post.post_class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * ```html
        * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
        *    {# Some stuff here #}
        * </article>
        * ```
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
        public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
        /**
        * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @see Timber\Post::$_css_class
        * @example
        * ```twig
        * <article class="{{ post.class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
        public get_method_values(): array
        /**
        * @return array
        * @codeCoverageIgnore
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
        public author(): User|null A User object if found, false if not Return the author of a post
        /**
        * Return the author of a post
        * @api
        * @example
        * ```twig
        * <h1>{{post.title}}</h1>
        * <p class="byline">
        *     <a href="{{post.author.link}}">{{post.author.name}}</a>
        * </p>
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
        public authors()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
        public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
        /**
        * Get the author (WordPress user) who last modified the post
        * @example
        * ```twig
        * Last updated by {{ post.modified_author.name }}
        * ```
        * ```html
        * Last updated by Harper Lee
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
        public categories(): array of Timber\Terms Get the categoires on a particular post
        /**
        * Get the categoires on a particular post
        * @api
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
        public category(): Timber\Term|null Returns a category attached to a post
        /**
        * Returns a category attached to a post
        * @api
        * If mulitpuile categories are set, it will return just the first one
        * @return Timber\Term|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
        public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
        /**
        * Returns an array of children on the post as Timber\Posts
        * (or other claass as you define).
        * @api
        * @example
        * ```twig
        * {% if post.children %}
        *     Here are the child pages:
        *     {% for child in post.children %}
        *         <a href="{{ child.link }}">{{ child.title }}</a>
        *     {% endfor %}
        * {% endif %}
        * ```
        * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
        * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
        public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
        /**
        * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
        * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
        * (or whatever comment class you set).
        * @api
        *
        * @param int    $count        Set the number of comments you want to get. `0` is analogous to
        *                             "all".
        * @param string $order        Use ordering set in WordPress admin, or a different scheme.
        * @param string $type         For when other plugins use the comments table for their own
        *                             special purposes. Might be set to 'liveblog' or other, depending
        *                             on what’s stored in your comments table.
        * @param string $status       Could be 'pending', etc.
        * @param string $CommentClass What class to use when returning Comment objects. As you become a
        *                             Timber Pro, you might find yourself extending `Timber\Comment`
        *                             for your site or app (obviously, totally optional).
        * @see \Timber\CommentThread for an example with nested comments
        * @return bool|\Timber\CommentThread
        *
        * @example
        *
        * **single.twig**
        *
        * ```twig
        * <div id="post-comments">
        *   <h4>Comments on {{ post.title }}</h4>
        *   <ul>
        *     {% for comment in post.comments() %}
        *       {% include 'comment.twig' %}
        *     {% endfor %}
        *   </ul>
        *   <div class="comment-form">
        *     {{ function('comment_form') }}
        *   </div>
        * </div>
        * ```
        *
        * **comment.twig**
        *
        * ```twig
        * {# comment.twig #}
        * <li>
        *   <p class="comment-author">{{ comment.author.name }} says:</p>
        *   <div>{{ comment.content }}</div>
        * </li>
        * ```
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
        public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
        /**
        * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
        * @api
        * @example
        * ```twig
        * <div class="article">
        *     <h2>{{post.title}}</h2>
        *     <div class="content">{{ post.content }}</div>
        * </div>
        * ```
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
        public paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
        public date($date_format = ''): string Get the date to use in your template!
        /**
        * Get the date to use in your template!
        * @api
        * @example
        * ```twig
        * Published on {{ post.date }} // Uses WP's formatting set in Admin
        * OR
        * Published on {{ post.date('F jS') }} // Jan 12th
        * ```
        *
        * ```html
        * Published on January 12, 2015
        * OR
        * Published on Jan 12th
        * ```
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
        public time($time_format = ''): string Get the time to use in your template
        /**
        * Get the time to use in your template
        * @api
        * @example
        * ```twig
        * Published at {{ post.time }} // Uses WP's formatting set in Admin
        * OR
        * Published at {{ post.time | time('G:i') }} // 13:25
        * ```
        *
        * ```html
        * Published at 1:25 pm
        * OR
        * Published at 13:25
        * ```
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
        public type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.type.labels.name }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
        public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
        /**
        * Returns the edit URL of a post if the user has access to it
        * @return bool|string the edit URL of a post in the WordPress admin
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
        public format(): mixed
        /**
        * @api
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
        public password_required(): boolean whether post requires password and correct password has been provided
        /**
        * whether post requires password and correct password has been provided
        * @api
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
        public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
        /**
        * get the permalink for a post object
        * @api
        * @example
        * ```twig
        * <a href="{{post.link}}">Read my post</a>
        * ```
        * @return string ex: http://example.org/2015/07/my-awesome-post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
        public meta($field_name = null): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
        public name(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
        public modified_date($date_format = ''): string
        /**
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
        public modified_time($time_format = ''): string
        /**
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
        public next($in_same_term = false): mixed
        /**
        * @api
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
        public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
        public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
        /**
        * Finds any WP_Post objects and converts them to Timber\Posts
        * @param array|WP_Post $data
        * @param string $class
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
        public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
        /**
        * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
        * @api
        * @example
        * ```twig
        * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
        * ```
        * @return bool|Timber\Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
        public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
        /**
        * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
        * this will return just /2015/07/my-cool-post
        * @api
        * @example
        * ```twig
        * <a href="{{post.path}}">{{post.title}}</a>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
        public prev($in_same_term = false): mixed Get the previous post in a set
        /**
        * Get the previous post in a set
        * @api
        * @example
        * ```twig
        * <h4>Prior Entry:</h4>
        * <h3>{{post.prev.title}}</h3>
        * <p>{{post.prev.get_preview(25)}}</p>
        * ```
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
        public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
        /**
        * Gets the tags on a post, uses WP's post_tag taxonomy
        * @api
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
        public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
        /**
        * get the featured image as a Timber/Image
        * @api
        * @example
        * ```twig
        * <img src="{{ post.thumbnail.src }}" />
        * ```
        * @return Timber\Image|null of your thumbnail
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
        public title(): string Returns the processed title to be used in templates. This returns the title o...
        /**
        * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
        * @api
        * @example
        * ```twig
        * <h1>{{ post.title }}</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
        public gallery($html = true): html Returns the gallery
        /**
        * Returns the gallery
        * @api
        * @example
        * ```twig
        * {{ post.gallery }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
        public audio(): html Returns the audio
        /**
        * Returns the audio
        * @api
        * @example
        * ```twig
        * {{ post.audio }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
        public video(): html Returns the video
        /**
        * Returns the video
        * @api
        * @example
        * ```twig
        * {{ post.video }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
        public get_categories(): array of Timber\Terms Get the categories for a post
        /**
        * Get the categories for a post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::categories
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
        public get_category(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::category
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
        public get_image($field): Timber\Image
        /**
        * @param string $field
        * @return Timber\Image
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
        public get_tags(): array Gets an array of tags for you to use
        /**
        * Gets an array of tags for you to use
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <ul class="tags">
        *     {% for tag in post.tags %}
        *         <li>{{tag.name}}</li>
        *     {% endfor %}
        * </ul>
        * ```
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
        public get_title(): string Outputs the title with filters applied
        /**
        * Outputs the title with filters applied
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <h1>{{post.get_title}}</h1>
        * ```
        * ```html
        * <h1>Hello World!</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
        public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
        /**
        * Displays the content of the post with filters, shortcodes and wpautop applied
        * @example
        * ```twig
        * <div class="article-text">{{post.get_content}}</div>
        * ```
        * ```html
        * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
        * ```
        * @param int $len
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
        public get_format(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
        public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
        /**
        * Get the terms associated with the post
        * This goes across all taxonomies by default
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
        * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
        public permalink(): string
        /**
        * @deprecated 0.20.0 use link() instead
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
        public get_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
        public get_modified_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::modified_date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
        public get_modified_time($time_format = ''): string
        /**
        * @internal
        * @param  string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
        public get_children($post_type = 'any', $childPostClass = false): array
        /**
        * @internal
        * @see Timber\Post::children
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string 		$post_type
        * @param bool|string 	$childPostClass
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
        public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
        /**
        * Get the permalink for a post, but as a relative path
        * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
        * this will return the relative version: "/2015/07/04/my-cool-post"
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
        public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
        public get_parent(): bool|TimberPost Get the parent post of the post
        /**
        * Get the parent post of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return bool|TimberPost
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
        public get_author(): User|null Gets a User object from the author of the post
        /**
        * Gets a User object from the author of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::author
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
        public get_modified_author(): User|null
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
        public get_thumbnail(): Image|null
        /**
        * @internal
        * @see TimberPost::thumbnail
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return Image|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
        public get_permalink(): string
        /**
        * @internal
        * @see TimberPost::link
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
        public get_link(): string get the permalink for a post object In your templates you should use link: <a...
        /**
        * get the permalink for a post object
        * In your templates you should use link:
        * <a href="{{post.link}}">Read my post</a>
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
        public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param bool $taxonomy
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
        public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @internal
        * @see Timber\Post::pagination();
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
        public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
        /**
        * Get the comments for a post
        * @internal
        * @see Timber\Post::comments
        * @param int $count
        * @param string $order
        * @param string $type
        * @param string $status
        * @param string $CommentClass
        * @return array|mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
        public __isset($field): boolean
        /**
        *
        * @return boolean
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
        public import($info, $force = false) Takes an array or object and adds the properties to the parent object
        /**
        * Takes an array or object and adds the properties to the parent object
        * @example
        * ```php
        * $data = array('airplane' => '757-200', 'flight' => '5316');
        * $post = new Timber\Post()
        * $post->import(data);
        * echo $post->airplane; //757-200
        * ```
        * @param array|object $info an object or array you want to grab data from to attach to the Timber object
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
        public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
        /**
        * Can you edit this post/term/user? Well good for you. You're no better than me.
        * @example
        * ```twig
        * {% if post.can_edit %}
        * <a href="{{ post.edit_link }}">Edit</a>
        * {% endif %}
        * ```
        * ```html
        * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
        * ```
        * @return bool
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
        protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
        /**
        * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
        * @internal
        * @param mixed a value to test against
        * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
        protected get_post_preview_object()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
        protected get_post_preview_id($query)
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
        protected init($pid = false) Initializes a Post
        /**
        * Initializes a Post
        * @internal
        * @param integer $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
        protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
        /**
        * takes a mix of integer (post ID), string (post slug),
        * or object to return a WordPress post object from WP's built-in get_post() function
        * @internal
        * @param integer $pid
        * @return WP_Post on success
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
        protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
        /**
        * helps you find the post id regardless of whether you send a string or whatever
        * @param integer $pid ;
        * @internal
        * @return integer ID number of a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
        protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
        /**
        * Used internally to fetch the metadata fields (wp_postmeta table)
        * and attach them to our TimberPost object
        * @internal
        * @param int $pid
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
        protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
        /**
        * Used internally by init, etc. to build TimberPost object
        * @internal
        * @param  int $pid
        * @return null|object|WP_Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
        protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
        /**
        * If the Password form is to be shown, show it!
        * @return string|void
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
        protected get_revised_data_from_method($method, $args = false)
        /**
        *
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
        protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
        /**
        * Handles for an circumstance with the Block editor where a "more" block has an option to
        * "Hide the excerpt on the full content page" which hides everything prior to the inserted
        * "more" block
        * @ticket #2218
        * @param string $content
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
        public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
        \Timber\Post::get_post_id_by_name($post_name)
        /**
        * get_post_id_by_name($post_name)
        * @internal
        * @deprecated since 1.5.0
        * @param string $post_name
        * @return int
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
        protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
        /**
        * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
        * WordPress admin
        * @internal
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
        protected static get_wp_link_page($i): string
        /**
        * @param int $i
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
      • public static $representation :: string (4) "post"
        \Timber\Post::$representation
      public ImageClass -> string (12) "Timber\Image"
      $context['menu']['header']->items[3]->ImageClass
      public TermClass -> string (11) "Timber\Term"
      $context['menu']['header']->items[3]->TermClass
      public custom -> array (13)
      $context['menu']['header']->items[3]->custom
      _menu_item_type => string (6) "custom"
      $context['menu']['header']->items[3]->custom['_menu_item_type']
      _menu_item_menu_item_parent => string (1) "0"
      $context['menu']['header']->items[3]->custom['_menu_item_menu_item_parent']
      _menu_item_object_id => string (4) "2174"
      $context['menu']['header']->items[3]->custom['_menu_item_object_id']
      _menu_item_object => string (6) "custom"
      $context['menu']['header']->items[3]->custom['_menu_item_object']
      _menu_item_target => string (0) ""
      $context['menu']['header']->items[3]->custom['_menu_item_target']
      _menu_item_classes => array (1)
      $context['menu']['header']->items[3]->custom['_menu_item_classes']
      0 => string (0) ""
      $context['menu']['header']->items[3]->custom['_menu_item_classes'][0]
      _menu_item_xfn => string (0) ""
      $context['menu']['header']->items[3]->custom['_menu_item_xfn']
      _menu_item_url => string (5) "/blog"
      $context['menu']['header']->items[3]->custom['_menu_item_url']
      text => string (0) ""
      $context['menu']['header']->items[3]->custom['text']
      _text => string (19) "field_62c9bcde0ee56"
      $context['menu']['header']->items[3]->custom['_text']
      submenu_id => string (0) ""
      $context['menu']['header']->items[3]->custom['submenu_id']
      _submenu_id => string (19) "field_62e82ac25e4c9"
      $context['menu']['header']->items[3]->custom['_submenu_id']
      _wp_old_date => string (10) "2024-01-08"
      $context['menu']['header']->items[3]->custom['_wp_old_date']
      public ___content -> null
      $context['menu']['header']->items[3]->___content
      public _permalink -> null
      $context['menu']['header']->items[3]->_permalink
      public _next -> array (0)
      $context['menu']['header']->items[3]->_next
      public _prev -> array (0)
      $context['menu']['header']->items[3]->_prev
      public _css_class -> null
      $context['menu']['header']->items[3]->_css_class
      public post_author -> string (1) "2"
      $context['menu']['header']->items[3]->post_author
      public post_content -> string (0) ""
      $context['menu']['header']->items[3]->post_content
      public post_date -> string (19) "2024-01-30 16:04:43"
      $context['menu']['header']->items[3]->post_date
      public post_excerpt -> string (0) ""
      $context['menu']['header']->items[3]->post_excerpt
      public post_parent -> integer 0
      $context['menu']['header']->items[3]->post_parent
      public post_status -> string (7) "publish"
      $context['menu']['header']->items[3]->post_status
      public post_title -> string (4) "Blog"
      $context['menu']['header']->items[3]->post_title
      public post_type -> string (13) "nav_menu_item"
      $context['menu']['header']->items[3]->post_type
      public __type -> null
      $context['menu']['header']->items[3]->__type
      public _menu_item_type -> string (6) "custom"
      $context['menu']['header']->items[3]->_menu_item_type
      public _menu_item_menu_item_parent -> string (1) "0"
      $context['menu']['header']->items[3]->_menu_item_menu_item_parent
      public _menu_item_object -> string (6) "custom"
      $context['menu']['header']->items[3]->_menu_item_object
      public _menu_item_target -> string (0) ""
      $context['menu']['header']->items[3]->_menu_item_target
      public _menu_item_classes -> array (1)
      $context['menu']['header']->items[3]->_menu_item_classes
      0 => string (0) ""
      $context['menu']['header']->items[3]->_menu_item_classes[0]
      public _menu_item_xfn -> string (0) ""
      $context['menu']['header']->items[3]->_menu_item_xfn
      public text -> string (0) ""
      $context['menu']['header']->items[3]->text
      public _text -> string (19) "field_62c9bcde0ee56"
      $context['menu']['header']->items[3]->_text
      public submenu_id -> string (0) ""
      $context['menu']['header']->items[3]->submenu_id
      public _submenu_id -> string (19) "field_62e82ac25e4c9"
      $context['menu']['header']->items[3]->_submenu_id
      public _wp_old_date -> string (10) "2024-01-08"
      $context['menu']['header']->items[3]->_wp_old_date
      public post_date_gmt -> string (19) "2024-01-08 11:31:26"
      $context['menu']['header']->items[3]->post_date_gmt
      public comment_status -> string (6) "closed"
      $context['menu']['header']->items[3]->comment_status
      public ping_status -> string (6) "closed"
      $context['menu']['header']->items[3]->ping_status
      public post_password -> string (0) ""
      $context['menu']['header']->items[3]->post_password
      public to_ping -> string (0) ""
      $context['menu']['header']->items[3]->to_ping
      public pinged -> string (0) ""
      $context['menu']['header']->items[3]->pinged
      public post_modified -> string (19) "2024-01-30 16:04:43"
      $context['menu']['header']->items[3]->post_modified
      public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
      $context['menu']['header']->items[3]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      $context['menu']['header']->items[3]->post_content_filtered
      public guid -> string (31) "https://www.csrinfo.org/?p=2174"
      $context['menu']['header']->items[3]->guid
      public menu_order -> integer 4
      $context['menu']['header']->items[3]->menu_order
      public post_mime_type -> string (0) ""
      $context['menu']['header']->items[3]->post_mime_type
      public comment_count -> string (1) "0"
      $context['menu']['header']->items[3]->comment_count
      public filter -> string (3) "raw"
      $context['menu']['header']->items[3]->filter
      public db_id -> integer 2174
      $context['menu']['header']->items[3]->db_id
      public menu_item_parent -> string (1) "0"
      $context['menu']['header']->items[3]->menu_item_parent
      public object_id -> string (4) "2174"
      $context['menu']['header']->items[3]->object_id
      public object -> string (6) "custom"
      $context['menu']['header']->items[3]->object
      public type_label -> UTF-8 string (17) "Własny odnośnik"
      $context['menu']['header']->items[3]->type_label
      public target -> string (0) ""
      $context['menu']['header']->items[3]->target
      public attr_title -> string (0) ""
      $context['menu']['header']->items[3]->attr_title
      public description -> string (0) ""
      $context['menu']['header']->items[3]->description
      public xfn -> string (0) ""
      $context['menu']['header']->items[3]->xfn
      public popup_id -> null
      $context['menu']['header']->items[3]->popup_id
      public __title -> string (4) "Blog"
      $context['menu']['header']->items[3]->__title
      public status -> string (7) "publish"
      $context['menu']['header']->items[3]->status
      public name -> string (4) "Blog"
      $context['menu']['header']->items[3]->name
      public label -> boolean false
      $context['menu']['header']->items[3]->label
    • public __construct($data, $menu = null)
      new \Timber\MenuItem($data, $menu = null)
      /**
      * @internal
      * @param array|object $data
      * @param \Timber\Menu $menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:83
      public add_class($class_name) Add a CSS class the menu item should have.
      $context['menu']['header']->items[3]->add_class($class_name)
      /**
      * Add a CSS class the menu item should have.
      *
      * @param string $class_name CSS class name to be added.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:102
      public name(): string The label for the menu item. Get the label for the menu item.
      $context['menu']['header']->items[3]->name()
      /**
      * Get the label for the menu item.
      *
      * @api
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:113
      public __toString(): string Magic method to get the label for the menu item.
      (string) $context['menu']['header']->items[3]
      /**
      * Magic method to get the label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}">{{ item }}</a>
      * ```
      * @see \Timber\MenuItem::name()
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:134
      public slug(): string The URL-safe slug of the menu item. Get the slug for the menu item.
      $context['menu']['header']->items[3]->slug()
      /**
      * Get the slug for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <ul>
      *     {% for item in menu.items %}
      *         <li class="{{ item.slug }}">
      *             <a href="{{ item.link }}">{{ item.name }}</a>
      *          </li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return string The URL-safe slug of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:154
      public master_object(): mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents. Allows dev to access the "master object" (ex: post or page) the menu item rep...
      $context['menu']['header']->items[3]->master_object()
      /**
      * Allows dev to access the "master object" (ex: post or page) the menu item represents
      * @api
      * @example
      * ```twig
      * <div>
      *     {% for item in menu.items %}
      *         <a href="{{ item.link }}"><img src="{{ item.master_object.thumbnail }}" /></a>
      *     {% endfor %}
      * </div>
      * ```
      * @return mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:175
      public get_link(): string An absolute URL, e.g. `http://example.org/my-page`. Get link.
      $context['menu']['header']->items[3]->get_link()
      /**
      * Get link.
      *
      * @internal
      * @see \Timber\MenuItem::link()
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string An absolute URL, e.g. `http://example.org/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:193
      public get_path(): string A relative URL, e.g. `/my-page`. Get path.
      $context['menu']['header']->items[3]->get_path()
      /**
      * Get path.
      *
      * @internal
      * @codeCoverageIgnore
      * @see        \Timber\MenuItem::path()
      * @deprecated since 1.0
      * @return string A relative URL, e.g. `/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:206
      public add_child($item) Add a new `Timber\MenuItem` object as a child of this menu item.
      $context['menu']['header']->items[3]->add_child($item)
      /**
      * Add a new `Timber\MenuItem` object as a child of this menu item.
      *
      * @param \Timber\MenuItem $item The menu item to add.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:215
      public update_child_levels(): bool|null
      $context['menu']['header']->items[3]->update_child_levels()
      /**
      * @internal
      * @return bool|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:231
      public import_classes($data) Imports the classes to be used in CSS.
      $context['menu']['header']->items[3]->import_classes($data)
      /**
      * Imports the classes to be used in CSS.
      *
      * @internal
      *
      * @param array|object $data
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:248
      public get_children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get children of a menu item.
      $context['menu']['header']->items[3]->get_children()
      /**
      * Get children of a menu item.
      *
      * You can also directly access the children through the `$children` property (`item.children`
      * in Twig).
      *
      * @internal
      * @example
      * ```twig
      * {% for child in item.get_children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:301
      public is_external(): bool Whether the link is external or not. Checks to see if the menu item is an external link.
      $context['menu']['header']->items[3]->is_external()
      /**
      * Checks to see if the menu item is an external link.
      *
      * If your site is `example.org`, then `google.com/whatever` is an external link. This is
      * helpful when you want to create rules for the target of a link.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}" target="{{ item.is_external ? '_blank' : '_self' }}">
      * ```
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:321
      public type(): string The type of the menu item. Get the type of the menu item.
      $context['menu']['header']->items[3]->type()
      /**
      * Get the type of the menu item.
      *
      * Depending on what is the menu item links to. Can be `post_type` for posts, pages and custom
      * posts, `post_type_archive` for post type archive pages, `taxonomy` for terms or `custom` for
      * custom links.
      *
      * @api
      * @since 1.0.4
      * @return string The type of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:339
      public menu(): \Timber\Menu The `Timber\Menu` object the menu item is associated with. Timber Menu.
      $context['menu']['header']->items[3]->menu()
      /**
      * Timber Menu.
      *
      * @api
      * @since 1.12.0
      * @return \Timber\Menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:350
      public meta($key): mixed Whatever value is stored in the database. Get a meta value of the menu item.
      $context['menu']['header']->items[3]->meta($key)
      /**
      * Get a meta value of the menu item.
      *
      * Plugins like Advanced Custom Fields allow you to set custom fields for menu items. With this
      * method you can retrieve the value of these.
      *
      * @example
      * ```twig
      * <a class="icon-{{ item.meta('icon') }}" href="{{ item.link }}">{{ item.title }}</a>
      * ```
      * @api
      * @param string $key The meta key to get the value for.
      * @return mixed Whatever value is stored in the database.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:369
      public children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get the child menu items of a `Timber\MenuItem`.
      $context['menu']['header']->items[3]->children()
      /**
      * Get the child menu items of a `Timber\MenuItem`.
      *
      * @api
      * @example
      * ```twig
      * {% for child in item.children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:394
      public external(): bool Whether the link is external or not. Check if a link is external.
      $context['menu']['header']->items[3]->external()
      /**
      * Check if a link is external.
      *
      * This is helpful when creating rules for the target of a link.
      *
      * @internal
      * @see \Timber\MenuItem::is_external()
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:407
      public link(): string A full URL, like `http://mysite.com/thing/`. Get the full link to a menu item.
      $context['menu']['header']->items[3]->link()
      /**
      * Get the full link to a menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:423
      public permalink(): string A full URL, like `http://mysite.com/thing/`. Get the link the menu item points at.
      $context['menu']['header']->items[3]->permalink()
      /**
      * Get the link the menu item points at.
      *
      * @internal
      * @deprecated since 0.21.7 Use link method instead.
      * @see \Timber\MenuItem::link()
      * @codeCoverageIgnore
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:443
      public path(): string The path of a URL, like `/foo`. Get the relative path of the menu item’s link.
      $context['menu']['header']->items[3]->path()
      /**
      * Get the relative path of the menu item’s link.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.path }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The path of a URL, like `/foo`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:460
      public title(): string The public label, like "Foo". Get the public label for the menu item.
      $context['menu']['header']->items[3]->title()
      /**
      * Get the public label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The public label, like "Foo".
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:476
      public thumbnail(): \Timber\Image|null The featured image object. Get the featured image of the post associated with the menu item.
      $context['menu']['header']->items[3]->thumbnail()
      /**
      * Get the featured image of the post associated with the menu item.
      *
      * @api
      * @deprecated since 1.5.2 to be removed in v2.0
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}"><img src="{{ item.thumbnail }}"/></a></li>
      * {% endfor %}
      * ```
      * @return \Timber\Image|null The featured image object.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:495
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      *
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      $context['menu']['header']->items[3]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public update($key, $value)
      $context['menu']['header']->items[3]->update($key, $value)
      /**
      * @ignore
      * @param string  $key
      * @param mixed   $value
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      $context['menu']['header']->items[3]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      public get_method_values(): array
      $context['menu']['header']->items[3]->get_method_values()
      /**
      *
      *
      * @return array
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
      public get_field($field_name): mixed
      $context['menu']['header']->items[3]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    4 => Timber\MenuItem (75)
    $context['menu']['header']->items[4]
    • Properties (75)
    • Available methods (31)
    • public id -> integer 141
      $context['menu']['header']->items[4]->id
      public ID -> integer 141
      $context['menu']['header']->items[4]->ID
      public object_type -> string (4) "post"
      $context['menu']['header']->items[4]->object_type
      public children -> array (0)
      $context['menu']['header']->items[4]->children
      public has_child_class -> boolean false
      $context['menu']['header']->items[4]->has_child_class
      public classes -> array (5)
      $context['menu']['header']->items[4]->classes
      0 => string (0) ""
      $context['menu']['header']->items[4]->classes[0]
      1 => string (9) "menu-item"
      $context['menu']['header']->items[4]->classes[1]
      2 => string (24) "menu-item-type-post_type"
      $context['menu']['header']->items[4]->classes[2]
      3 => string (21) "menu-item-object-page"
      $context['menu']['header']->items[4]->classes[3]
      4 => string (13) "menu-item-141"
      $context['menu']['header']->items[4]->classes[4]
      public class -> string (70) "menu-item menu-item-type-post_type menu-item-object-page menu-item-141"
      $context['menu']['header']->items[4]->class
      public level -> integer 0
      $context['menu']['header']->items[4]->level
      public post_name -> string (3) "141"
      $context['menu']['header']->items[4]->post_name
      public url -> string (32) "https://www.csrinfo.org/kontakt/"
      $context['menu']['header']->items[4]->url
      public PostClass -> string (11) "Timber\Post"
      $context['menu']['header']->items[4]->PostClass
      public current -> boolean false
      $context['menu']['header']->items[4]->current
      public current_item_parent -> boolean false
      $context['menu']['header']->items[4]->current_item_parent
      public current_item_ancestor -> boolean false
      $context['menu']['header']->items[4]->current_item_ancestor
      protected menu -> Timber\Menu (22) Recursion
      protected _name -> null
      protected _menu_item_object_id -> string (2) "87"
      protected _menu_item_url -> string (0) ""
      protected menu_object -> Timber\Post (67)
      • Properties (67)
      • Available methods (95)
      • Static class properties
      • public id -> integer 141
        public ID -> integer 141
        public object_type -> string (4) "post"
        public ImageClass -> string (12) "Timber\Image"
        public PostClass -> string (11) "Timber\Post"
        public TermClass -> string (11) "Timber\Term"
        public custom -> array (13)
        _menu_item_type => string (9) "post_type"
        _menu_item_menu_item_parent => string (1) "0"
        _menu_item_object_id => string (2) "87"
        _menu_item_object => string (4) "page"
        _menu_item_target => string (0) ""
        _menu_item_classes => array (1) Depth Limit
        _menu_item_xfn => string (0) ""
        _menu_item_url => string (0) ""
        text => string (0) ""
        _text => string (19) "field_62c9bcde0ee56"
        submenu_id => string (0) ""
        _submenu_id => string (19) "field_62e82ac25e4c9"
        _wp_old_date => array (6) Depth Limit
        protected ___content -> null
        protected _permalink -> null
        protected _next -> array (0)
        protected _prev -> array (0)
        protected _css_class -> null
        public post_author -> string (1) "1"
        public post_content -> string (1) " "
        public post_date -> string (19) "2024-01-30 16:04:43"
        public post_excerpt -> string (0) ""
        public post_parent -> integer 0
        public post_status -> string (7) "publish"
        public post_title -> string (0) ""
        public post_type -> string (13) "nav_menu_item"
        public slug -> string (3) "141"
        protected __type -> null
        public _menu_item_type -> string (9) "post_type"
        public _menu_item_menu_item_parent -> string (1) "0"
        public _menu_item_object_id -> string (2) "87"
        public _menu_item_object -> string (4) "page"
        public _menu_item_target -> string (0) ""
        public _menu_item_classes -> array (1)
        0 => string (0) ""
        public _menu_item_xfn -> string (0) ""
        public _menu_item_url -> string (0) ""
        public text -> string (0) ""
        public _text -> string (19) "field_62c9bcde0ee56"
        public submenu_id -> string (0) ""
        public _submenu_id -> string (19) "field_62e82ac25e4c9"
        public _wp_old_date -> array (6)
        0 => string (10) "2022-07-09"
        1 => string (10) "2022-08-01"
        2 => string (10) "2022-10-20"
        3 => string (10) "2023-03-19"
        4 => string (10) "2023-03-20"
        5 => string (10) "2024-01-08"
        public post_date_gmt -> string (19) "2022-07-09 17:41:50"
        public comment_status -> string (6) "closed"
        public ping_status -> string (6) "closed"
        public post_password -> string (0) ""
        public post_name -> string (3) "141"
        public to_ping -> string (0) ""
        public pinged -> string (0) ""
        public post_modified -> string (19) "2024-01-30 16:04:43"
        public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
        public post_content_filtered -> string (0) ""
        public guid -> string (30) "https://www.csrinfo.org/?p=141"
        public menu_order -> integer 5
        public post_mime_type -> string (0) ""
        public comment_count -> string (1) "0"
        public filter -> string (3) "raw"
        public db_id -> integer 141
        public menu_item_parent -> string (1) "0"
        public object_id -> string (2) "87"
        public object -> string (4) "page"
        public type_label -> string (6) "Strona"
        public url -> string (32) "https://www.csrinfo.org/kontakt/"
        public target -> string (0) ""
        public attr_title -> string (0) ""
        public description -> string (0) ""
        public classes -> array (4)
        0 => string (0) ""
        1 => string (9) "menu-item"
        2 => string (24) "menu-item-type-post_type"
        3 => string (21) "menu-item-object-page"
        public xfn -> string (0) ""
        public popup_id -> null
        public current -> boolean false
        public current_item_ancestor -> boolean false
        public current_item_parent -> boolean false
        public __title -> string (7) "Kontakt"
        public status -> string (7) "publish"
      • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
        /**
        * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
        * @example
        * ```php
        * $post = new Timber\Post();
        * $other_post = new Timber\Post($random_post_id);
        * ```
        * @param mixed $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
        public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
        public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
        public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        /**
        * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
        public get_edit_url(): bool|string Get the URL that will edit the current post/object
        /**
        * Get the URL that will edit the current post/object
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::edit_link
        * @return bool|string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
        public update($field, $value) updates the post_meta of the current object with the given value
        /**
        * updates the post_meta of the current object with the given value
        * @param string $field
        * @param mixed $value
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
        public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
        /**
        * Gets a preview/excerpt of your post.
        *
        * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
        * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
        * where to pull through.
        *
        * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
        * means that you can change the output of the preview by **adding more methods**. Refer to the
        * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
        * to get an overview of all the available methods.
        *
        * @example
        * ```twig
        * {# Use default preview #}
        * <p>{{ post.preview }}</p>
        *
        * {# Change the post preview text #}
        * <p>{{ post.preview.read_more('Continue Reading') }}</p>
        *
        * {# Additionally restrict the length to 50 words #}
        * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
        * ```
        * @see \Timber\PostPreview
        * @return \Timber\PostPreview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
        public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
        /**
        * get a preview of your post, if you have an excerpt it will use that,
        * otherwise it will pull from the post_content.
        * If there's a <!-- more --> tag it will use that to mark where to pull through.
        * @deprecated since 1.3.1, use {{ post.preview }} instead
        * @example
        * ```twig
        * <p>{{post.get_preview(50)}}</p>
        * ```
        * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
        * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
        * @param string $readmore The text you want to use on the 'readmore' link
        * @param bool|string $strip true for default, false for none, string for list of custom attributes
        * @param string $end The text to end the preview with (defaults to ...)
        * @return string of the post preview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
        public import_custom($pid) gets the post custom and attaches it to the current object
        /**
        * gets the post custom and attaches it to the current object
        * @internal
        * @param integer $pid a post ID number
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
        public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
        /**
        *
        * Gets the comment form for use on a single article page
        * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
        * @return string of HTML for the form
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
        public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
        /**
        * Gets the terms associated with the post.
        *
        * @api
        * @todo Remove deprecated parameters in 2.x
        * @example
        * ```twig
        * <section id="job-feed">
        * {% for post in job %}
        *     <div class="job">
        *         <h2>{{ post.title }}</h2>
        *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
        *     </div>
        * {% endfor %}
        * </section>
        * ```
        * ```html
        * <section id="job-feed">
        *     <div class="job">
        *         <h2>Cheese Maker</h2>
        *         <p>Cheese, Food, Fromage</p>
        *     </div>
        *     <div class="job">
        *         <h2>Mime</h2>
        *         <p>Performance, Silence</p>
        *     </div>
        * </section>
        * ```
        * ```php
        * // Get all terms of a taxonomy.
        * $terms = $post->terms( 'category' );
        *
        * // Get terms of multiple taxonomies.
        * $terms = $post->terms( array( 'books', 'movies' ) );
        *
        * // Use custom arguments for taxonomy query and options.
        * $terms = $post->terms( array(
        *     'query' => [
        *         'taxonomy' => 'custom_tax',
        *         'orderby'  => 'count',
        *     ],
        *     'merge'      => false,
        *     'term_class' => 'My_Term_Class'
        * ) );
        * ```
        *
        * @param string|array $args {
        *     Optional. Name of the taxonomy or array of arguments.
        *
        *     @type array $query       Any array of term query parameters for getting the terms. See
        *                              `WP_Term_Query::__construct()` for supported arguments. Use the
        *                              `taxonomy` argument to choose which taxonomies to get. Defaults
        *                              to querying all registered taxonomies for the post type. You can
        *                              use custom or built-in WordPress taxonomies (category, tag).
        *                              Timber plays nice and figures out that `tag`, `tags` or
        *                              `post_tag` are all the same (also for `categories` or
        *                              `category`). For custom taxonomies you need to define the
        *                              proper name.
        *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
        *                              whether it should be an array of sub-arrays for each taxonomy
        *                              (`false`). Default `true`.
        *     @type string $term_class The Timber term class to use for the term objects.
        * }
        * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
        * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
        *                           parameter.
        * @return array An array of taxonomies.
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
        public has_term($term_name_or_id, $taxonomy = 'all'): bool
        /**
        * @param string|int $term_name_or_id
        * @param string $taxonomy
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
        public get_paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
        public get_post_type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @deprecated since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
        public get_comment_count(): int the number of comments on a post
        /**
        * @return int the number of comments on a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
        public has_field($field_name): boolean
        /**
        * @param string $field_name
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
        public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
        /**
        * Gets the field object data from Advanced Custom Fields.
        * This includes metadata on the field like whether it's conditional or not.
        *
        * @since 1.6.0
        * @param string $field_name of the field you want to lookup.
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
        public get_field($field_name): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
        public import_field($field_name)
        /**
        * @param string $field_name
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
        public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
        /**
        * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @example
        * ```twig
        * <article class="{{ post.post_class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * ```html
        * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
        *    {# Some stuff here #}
        * </article>
        * ```
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
        public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
        /**
        * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @see Timber\Post::$_css_class
        * @example
        * ```twig
        * <article class="{{ post.class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
        public get_method_values(): array
        /**
        * @return array
        * @codeCoverageIgnore
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
        public author(): User|null A User object if found, false if not Return the author of a post
        /**
        * Return the author of a post
        * @api
        * @example
        * ```twig
        * <h1>{{post.title}}</h1>
        * <p class="byline">
        *     <a href="{{post.author.link}}">{{post.author.name}}</a>
        * </p>
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
        public authors()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
        public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
        /**
        * Get the author (WordPress user) who last modified the post
        * @example
        * ```twig
        * Last updated by {{ post.modified_author.name }}
        * ```
        * ```html
        * Last updated by Harper Lee
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
        public categories(): array of Timber\Terms Get the categoires on a particular post
        /**
        * Get the categoires on a particular post
        * @api
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
        public category(): Timber\Term|null Returns a category attached to a post
        /**
        * Returns a category attached to a post
        * @api
        * If mulitpuile categories are set, it will return just the first one
        * @return Timber\Term|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
        public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
        /**
        * Returns an array of children on the post as Timber\Posts
        * (or other claass as you define).
        * @api
        * @example
        * ```twig
        * {% if post.children %}
        *     Here are the child pages:
        *     {% for child in post.children %}
        *         <a href="{{ child.link }}">{{ child.title }}</a>
        *     {% endfor %}
        * {% endif %}
        * ```
        * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
        * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
        public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
        /**
        * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
        * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
        * (or whatever comment class you set).
        * @api
        *
        * @param int    $count        Set the number of comments you want to get. `0` is analogous to
        *                             "all".
        * @param string $order        Use ordering set in WordPress admin, or a different scheme.
        * @param string $type         For when other plugins use the comments table for their own
        *                             special purposes. Might be set to 'liveblog' or other, depending
        *                             on what’s stored in your comments table.
        * @param string $status       Could be 'pending', etc.
        * @param string $CommentClass What class to use when returning Comment objects. As you become a
        *                             Timber Pro, you might find yourself extending `Timber\Comment`
        *                             for your site or app (obviously, totally optional).
        * @see \Timber\CommentThread for an example with nested comments
        * @return bool|\Timber\CommentThread
        *
        * @example
        *
        * **single.twig**
        *
        * ```twig
        * <div id="post-comments">
        *   <h4>Comments on {{ post.title }}</h4>
        *   <ul>
        *     {% for comment in post.comments() %}
        *       {% include 'comment.twig' %}
        *     {% endfor %}
        *   </ul>
        *   <div class="comment-form">
        *     {{ function('comment_form') }}
        *   </div>
        * </div>
        * ```
        *
        * **comment.twig**
        *
        * ```twig
        * {# comment.twig #}
        * <li>
        *   <p class="comment-author">{{ comment.author.name }} says:</p>
        *   <div>{{ comment.content }}</div>
        * </li>
        * ```
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
        public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
        /**
        * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
        * @api
        * @example
        * ```twig
        * <div class="article">
        *     <h2>{{post.title}}</h2>
        *     <div class="content">{{ post.content }}</div>
        * </div>
        * ```
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
        public paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
        public date($date_format = ''): string Get the date to use in your template!
        /**
        * Get the date to use in your template!
        * @api
        * @example
        * ```twig
        * Published on {{ post.date }} // Uses WP's formatting set in Admin
        * OR
        * Published on {{ post.date('F jS') }} // Jan 12th
        * ```
        *
        * ```html
        * Published on January 12, 2015
        * OR
        * Published on Jan 12th
        * ```
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
        public time($time_format = ''): string Get the time to use in your template
        /**
        * Get the time to use in your template
        * @api
        * @example
        * ```twig
        * Published at {{ post.time }} // Uses WP's formatting set in Admin
        * OR
        * Published at {{ post.time | time('G:i') }} // 13:25
        * ```
        *
        * ```html
        * Published at 1:25 pm
        * OR
        * Published at 13:25
        * ```
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
        public type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.type.labels.name }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
        public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
        /**
        * Returns the edit URL of a post if the user has access to it
        * @return bool|string the edit URL of a post in the WordPress admin
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
        public format(): mixed
        /**
        * @api
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
        public password_required(): boolean whether post requires password and correct password has been provided
        /**
        * whether post requires password and correct password has been provided
        * @api
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
        public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
        /**
        * get the permalink for a post object
        * @api
        * @example
        * ```twig
        * <a href="{{post.link}}">Read my post</a>
        * ```
        * @return string ex: http://example.org/2015/07/my-awesome-post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
        public meta($field_name = null): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
        public name(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
        public modified_date($date_format = ''): string
        /**
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
        public modified_time($time_format = ''): string
        /**
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
        public next($in_same_term = false): mixed
        /**
        * @api
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
        public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
        public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
        /**
        * Finds any WP_Post objects and converts them to Timber\Posts
        * @param array|WP_Post $data
        * @param string $class
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
        public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
        /**
        * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
        * @api
        * @example
        * ```twig
        * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
        * ```
        * @return bool|Timber\Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
        public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
        /**
        * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
        * this will return just /2015/07/my-cool-post
        * @api
        * @example
        * ```twig
        * <a href="{{post.path}}">{{post.title}}</a>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
        public prev($in_same_term = false): mixed Get the previous post in a set
        /**
        * Get the previous post in a set
        * @api
        * @example
        * ```twig
        * <h4>Prior Entry:</h4>
        * <h3>{{post.prev.title}}</h3>
        * <p>{{post.prev.get_preview(25)}}</p>
        * ```
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
        public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
        /**
        * Gets the tags on a post, uses WP's post_tag taxonomy
        * @api
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
        public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
        /**
        * get the featured image as a Timber/Image
        * @api
        * @example
        * ```twig
        * <img src="{{ post.thumbnail.src }}" />
        * ```
        * @return Timber\Image|null of your thumbnail
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
        public title(): string Returns the processed title to be used in templates. This returns the title o...
        /**
        * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
        * @api
        * @example
        * ```twig
        * <h1>{{ post.title }}</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
        public gallery($html = true): html Returns the gallery
        /**
        * Returns the gallery
        * @api
        * @example
        * ```twig
        * {{ post.gallery }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
        public audio(): html Returns the audio
        /**
        * Returns the audio
        * @api
        * @example
        * ```twig
        * {{ post.audio }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
        public video(): html Returns the video
        /**
        * Returns the video
        * @api
        * @example
        * ```twig
        * {{ post.video }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
        public get_categories(): array of Timber\Terms Get the categories for a post
        /**
        * Get the categories for a post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::categories
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
        public get_category(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::category
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
        public get_image($field): Timber\Image
        /**
        * @param string $field
        * @return Timber\Image
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
        public get_tags(): array Gets an array of tags for you to use
        /**
        * Gets an array of tags for you to use
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <ul class="tags">
        *     {% for tag in post.tags %}
        *         <li>{{tag.name}}</li>
        *     {% endfor %}
        * </ul>
        * ```
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
        public get_title(): string Outputs the title with filters applied
        /**
        * Outputs the title with filters applied
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <h1>{{post.get_title}}</h1>
        * ```
        * ```html
        * <h1>Hello World!</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
        public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
        /**
        * Displays the content of the post with filters, shortcodes and wpautop applied
        * @example
        * ```twig
        * <div class="article-text">{{post.get_content}}</div>
        * ```
        * ```html
        * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
        * ```
        * @param int $len
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
        public get_format(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
        public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
        /**
        * Get the terms associated with the post
        * This goes across all taxonomies by default
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
        * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
        public permalink(): string
        /**
        * @deprecated 0.20.0 use link() instead
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
        public get_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
        public get_modified_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::modified_date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
        public get_modified_time($time_format = ''): string
        /**
        * @internal
        * @param  string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
        public get_children($post_type = 'any', $childPostClass = false): array
        /**
        * @internal
        * @see Timber\Post::children
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string 		$post_type
        * @param bool|string 	$childPostClass
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
        public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
        /**
        * Get the permalink for a post, but as a relative path
        * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
        * this will return the relative version: "/2015/07/04/my-cool-post"
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
        public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
        public get_parent(): bool|TimberPost Get the parent post of the post
        /**
        * Get the parent post of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return bool|TimberPost
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
        public get_author(): User|null Gets a User object from the author of the post
        /**
        * Gets a User object from the author of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::author
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
        public get_modified_author(): User|null
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
        public get_thumbnail(): Image|null
        /**
        * @internal
        * @see TimberPost::thumbnail
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return Image|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
        public get_permalink(): string
        /**
        * @internal
        * @see TimberPost::link
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
        public get_link(): string get the permalink for a post object In your templates you should use link: <a...
        /**
        * get the permalink for a post object
        * In your templates you should use link:
        * <a href="{{post.link}}">Read my post</a>
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
        public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param bool $taxonomy
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
        public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @internal
        * @see Timber\Post::pagination();
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
        public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
        /**
        * Get the comments for a post
        * @internal
        * @see Timber\Post::comments
        * @param int $count
        * @param string $order
        * @param string $type
        * @param string $status
        * @param string $CommentClass
        * @return array|mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
        public __isset($field): boolean
        /**
        *
        * @return boolean
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
        public import($info, $force = false) Takes an array or object and adds the properties to the parent object
        /**
        * Takes an array or object and adds the properties to the parent object
        * @example
        * ```php
        * $data = array('airplane' => '757-200', 'flight' => '5316');
        * $post = new Timber\Post()
        * $post->import(data);
        * echo $post->airplane; //757-200
        * ```
        * @param array|object $info an object or array you want to grab data from to attach to the Timber object
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
        public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
        /**
        * Can you edit this post/term/user? Well good for you. You're no better than me.
        * @example
        * ```twig
        * {% if post.can_edit %}
        * <a href="{{ post.edit_link }}">Edit</a>
        * {% endif %}
        * ```
        * ```html
        * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
        * ```
        * @return bool
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
        protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
        /**
        * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
        * @internal
        * @param mixed a value to test against
        * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
        protected get_post_preview_object()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
        protected get_post_preview_id($query)
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
        protected init($pid = false) Initializes a Post
        /**
        * Initializes a Post
        * @internal
        * @param integer $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
        protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
        /**
        * takes a mix of integer (post ID), string (post slug),
        * or object to return a WordPress post object from WP's built-in get_post() function
        * @internal
        * @param integer $pid
        * @return WP_Post on success
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
        protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
        /**
        * helps you find the post id regardless of whether you send a string or whatever
        * @param integer $pid ;
        * @internal
        * @return integer ID number of a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
        protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
        /**
        * Used internally to fetch the metadata fields (wp_postmeta table)
        * and attach them to our TimberPost object
        * @internal
        * @param int $pid
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
        protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
        /**
        * Used internally by init, etc. to build TimberPost object
        * @internal
        * @param  int $pid
        * @return null|object|WP_Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
        protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
        /**
        * If the Password form is to be shown, show it!
        * @return string|void
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
        protected get_revised_data_from_method($method, $args = false)
        /**
        *
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
        protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
        /**
        * Handles for an circumstance with the Block editor where a "more" block has an option to
        * "Hide the excerpt on the full content page" which hides everything prior to the inserted
        * "more" block
        * @ticket #2218
        * @param string $content
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
        public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
        \Timber\Post::get_post_id_by_name($post_name)
        /**
        * get_post_id_by_name($post_name)
        * @internal
        * @deprecated since 1.5.0
        * @param string $post_name
        * @return int
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
        protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
        /**
        * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
        * WordPress admin
        * @internal
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
        protected static get_wp_link_page($i): string
        /**
        * @param int $i
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
      • public static $representation :: string (4) "post"
        \Timber\Post::$representation
      public ImageClass -> string (12) "Timber\Image"
      $context['menu']['header']->items[4]->ImageClass
      public TermClass -> string (11) "Timber\Term"
      $context['menu']['header']->items[4]->TermClass
      public custom -> array (13)
      $context['menu']['header']->items[4]->custom
      _menu_item_type => string (9) "post_type"
      $context['menu']['header']->items[4]->custom['_menu_item_type']
      _menu_item_menu_item_parent => string (1) "0"
      $context['menu']['header']->items[4]->custom['_menu_item_menu_item_parent']
      _menu_item_object_id => string (2) "87"
      $context['menu']['header']->items[4]->custom['_menu_item_object_id']
      _menu_item_object => string (4) "page"
      $context['menu']['header']->items[4]->custom['_menu_item_object']
      _menu_item_target => string (0) ""
      $context['menu']['header']->items[4]->custom['_menu_item_target']
      _menu_item_classes => array (1)
      $context['menu']['header']->items[4]->custom['_menu_item_classes']
      0 => string (0) ""
      $context['menu']['header']->items[4]->custom['_menu_item_classes'][0]
      _menu_item_xfn => string (0) ""
      $context['menu']['header']->items[4]->custom['_menu_item_xfn']
      _menu_item_url => string (0) ""
      $context['menu']['header']->items[4]->custom['_menu_item_url']
      text => string (0) ""
      $context['menu']['header']->items[4]->custom['text']
      _text => string (19) "field_62c9bcde0ee56"
      $context['menu']['header']->items[4]->custom['_text']
      submenu_id => string (0) ""
      $context['menu']['header']->items[4]->custom['submenu_id']
      _submenu_id => string (19) "field_62e82ac25e4c9"
      $context['menu']['header']->items[4]->custom['_submenu_id']
      _wp_old_date => array (6)
      $context['menu']['header']->items[4]->custom['_wp_old_date']
      0 => string (10) "2022-07-09"
      $context['menu']['header']->items[4]->custom['_wp_old_date'][0]
      1 => string (10) "2022-08-01"
      $context['menu']['header']->items[4]->custom['_wp_old_date'][1]
      2 => string (10) "2022-10-20"
      $context['menu']['header']->items[4]->custom['_wp_old_date'][2]
      3 => string (10) "2023-03-19"
      $context['menu']['header']->items[4]->custom['_wp_old_date'][3]
      4 => string (10) "2023-03-20"
      $context['menu']['header']->items[4]->custom['_wp_old_date'][4]
      5 => string (10) "2024-01-08"
      $context['menu']['header']->items[4]->custom['_wp_old_date'][5]
      public ___content -> null
      $context['menu']['header']->items[4]->___content
      public _permalink -> null
      $context['menu']['header']->items[4]->_permalink
      public _next -> array (0)
      $context['menu']['header']->items[4]->_next
      public _prev -> array (0)
      $context['menu']['header']->items[4]->_prev
      public _css_class -> null
      $context['menu']['header']->items[4]->_css_class
      public post_author -> string (1) "1"
      $context['menu']['header']->items[4]->post_author
      public post_content -> string (1) " "
      $context['menu']['header']->items[4]->post_content
      public post_date -> string (19) "2024-01-30 16:04:43"
      $context['menu']['header']->items[4]->post_date
      public post_excerpt -> string (0) ""
      $context['menu']['header']->items[4]->post_excerpt
      public post_parent -> integer 0
      $context['menu']['header']->items[4]->post_parent
      public post_status -> string (7) "publish"
      $context['menu']['header']->items[4]->post_status
      public post_title -> string (0) ""
      $context['menu']['header']->items[4]->post_title
      public post_type -> string (13) "nav_menu_item"
      $context['menu']['header']->items[4]->post_type
      public __type -> null
      $context['menu']['header']->items[4]->__type
      public _menu_item_type -> string (9) "post_type"
      $context['menu']['header']->items[4]->_menu_item_type
      public _menu_item_menu_item_parent -> string (1) "0"
      $context['menu']['header']->items[4]->_menu_item_menu_item_parent
      public _menu_item_object -> string (4) "page"
      $context['menu']['header']->items[4]->_menu_item_object
      public _menu_item_target -> string (0) ""
      $context['menu']['header']->items[4]->_menu_item_target
      public _menu_item_classes -> array (1)
      $context['menu']['header']->items[4]->_menu_item_classes
      0 => string (0) ""
      $context['menu']['header']->items[4]->_menu_item_classes[0]
      public _menu_item_xfn -> string (0) ""
      $context['menu']['header']->items[4]->_menu_item_xfn
      public text -> string (0) ""
      $context['menu']['header']->items[4]->text
      public _text -> string (19) "field_62c9bcde0ee56"
      $context['menu']['header']->items[4]->_text
      public submenu_id -> string (0) ""
      $context['menu']['header']->items[4]->submenu_id
      public _submenu_id -> string (19) "field_62e82ac25e4c9"
      $context['menu']['header']->items[4]->_submenu_id
      public _wp_old_date -> array (6)
      $context['menu']['header']->items[4]->_wp_old_date
      0 => string (10) "2022-07-09"
      $context['menu']['header']->items[4]->_wp_old_date[0]
      1 => string (10) "2022-08-01"
      $context['menu']['header']->items[4]->_wp_old_date[1]
      2 => string (10) "2022-10-20"
      $context['menu']['header']->items[4]->_wp_old_date[2]
      3 => string (10) "2023-03-19"
      $context['menu']['header']->items[4]->_wp_old_date[3]
      4 => string (10) "2023-03-20"
      $context['menu']['header']->items[4]->_wp_old_date[4]
      5 => string (10) "2024-01-08"
      $context['menu']['header']->items[4]->_wp_old_date[5]
      public post_date_gmt -> string (19) "2022-07-09 17:41:50"
      $context['menu']['header']->items[4]->post_date_gmt
      public comment_status -> string (6) "closed"
      $context['menu']['header']->items[4]->comment_status
      public ping_status -> string (6) "closed"
      $context['menu']['header']->items[4]->ping_status
      public post_password -> string (0) ""
      $context['menu']['header']->items[4]->post_password
      public to_ping -> string (0) ""
      $context['menu']['header']->items[4]->to_ping
      public pinged -> string (0) ""
      $context['menu']['header']->items[4]->pinged
      public post_modified -> string (19) "2024-01-30 16:04:43"
      $context['menu']['header']->items[4]->post_modified
      public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
      $context['menu']['header']->items[4]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      $context['menu']['header']->items[4]->post_content_filtered
      public guid -> string (30) "https://www.csrinfo.org/?p=141"
      $context['menu']['header']->items[4]->guid
      public menu_order -> integer 5
      $context['menu']['header']->items[4]->menu_order
      public post_mime_type -> string (0) ""
      $context['menu']['header']->items[4]->post_mime_type
      public comment_count -> string (1) "0"
      $context['menu']['header']->items[4]->comment_count
      public filter -> string (3) "raw"
      $context['menu']['header']->items[4]->filter
      public db_id -> integer 141
      $context['menu']['header']->items[4]->db_id
      public menu_item_parent -> string (1) "0"
      $context['menu']['header']->items[4]->menu_item_parent
      public object_id -> string (2) "87"
      $context['menu']['header']->items[4]->object_id
      public object -> string (4) "page"
      $context['menu']['header']->items[4]->object
      public type_label -> string (6) "Strona"
      $context['menu']['header']->items[4]->type_label
      public target -> string (0) ""
      $context['menu']['header']->items[4]->target
      public attr_title -> string (0) ""
      $context['menu']['header']->items[4]->attr_title
      public description -> string (0) ""
      $context['menu']['header']->items[4]->description
      public xfn -> string (0) ""
      $context['menu']['header']->items[4]->xfn
      public popup_id -> null
      $context['menu']['header']->items[4]->popup_id
      public __title -> string (7) "Kontakt"
      $context['menu']['header']->items[4]->__title
      public status -> string (7) "publish"
      $context['menu']['header']->items[4]->status
      public name -> string (7) "Kontakt"
      $context['menu']['header']->items[4]->name
      public label -> boolean false
      $context['menu']['header']->items[4]->label
    • public __construct($data, $menu = null)
      new \Timber\MenuItem($data, $menu = null)
      /**
      * @internal
      * @param array|object $data
      * @param \Timber\Menu $menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:83
      public add_class($class_name) Add a CSS class the menu item should have.
      $context['menu']['header']->items[4]->add_class($class_name)
      /**
      * Add a CSS class the menu item should have.
      *
      * @param string $class_name CSS class name to be added.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:102
      public name(): string The label for the menu item. Get the label for the menu item.
      $context['menu']['header']->items[4]->name()
      /**
      * Get the label for the menu item.
      *
      * @api
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:113
      public __toString(): string Magic method to get the label for the menu item.
      (string) $context['menu']['header']->items[4]
      /**
      * Magic method to get the label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}">{{ item }}</a>
      * ```
      * @see \Timber\MenuItem::name()
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:134
      public slug(): string The URL-safe slug of the menu item. Get the slug for the menu item.
      $context['menu']['header']->items[4]->slug()
      /**
      * Get the slug for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <ul>
      *     {% for item in menu.items %}
      *         <li class="{{ item.slug }}">
      *             <a href="{{ item.link }}">{{ item.name }}</a>
      *          </li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return string The URL-safe slug of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:154
      public master_object(): mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents. Allows dev to access the "master object" (ex: post or page) the menu item rep...
      $context['menu']['header']->items[4]->master_object()
      /**
      * Allows dev to access the "master object" (ex: post or page) the menu item represents
      * @api
      * @example
      * ```twig
      * <div>
      *     {% for item in menu.items %}
      *         <a href="{{ item.link }}"><img src="{{ item.master_object.thumbnail }}" /></a>
      *     {% endfor %}
      * </div>
      * ```
      * @return mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:175
      public get_link(): string An absolute URL, e.g. `http://example.org/my-page`. Get link.
      $context['menu']['header']->items[4]->get_link()
      /**
      * Get link.
      *
      * @internal
      * @see \Timber\MenuItem::link()
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string An absolute URL, e.g. `http://example.org/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:193
      public get_path(): string A relative URL, e.g. `/my-page`. Get path.
      $context['menu']['header']->items[4]->get_path()
      /**
      * Get path.
      *
      * @internal
      * @codeCoverageIgnore
      * @see        \Timber\MenuItem::path()
      * @deprecated since 1.0
      * @return string A relative URL, e.g. `/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:206
      public add_child($item) Add a new `Timber\MenuItem` object as a child of this menu item.
      $context['menu']['header']->items[4]->add_child($item)
      /**
      * Add a new `Timber\MenuItem` object as a child of this menu item.
      *
      * @param \Timber\MenuItem $item The menu item to add.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:215
      public update_child_levels(): bool|null
      $context['menu']['header']->items[4]->update_child_levels()
      /**
      * @internal
      * @return bool|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:231
      public import_classes($data) Imports the classes to be used in CSS.
      $context['menu']['header']->items[4]->import_classes($data)
      /**
      * Imports the classes to be used in CSS.
      *
      * @internal
      *
      * @param array|object $data
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:248
      public get_children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get children of a menu item.
      $context['menu']['header']->items[4]->get_children()
      /**
      * Get children of a menu item.
      *
      * You can also directly access the children through the `$children` property (`item.children`
      * in Twig).
      *
      * @internal
      * @example
      * ```twig
      * {% for child in item.get_children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:301
      public is_external(): bool Whether the link is external or not. Checks to see if the menu item is an external link.
      $context['menu']['header']->items[4]->is_external()
      /**
      * Checks to see if the menu item is an external link.
      *
      * If your site is `example.org`, then `google.com/whatever` is an external link. This is
      * helpful when you want to create rules for the target of a link.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}" target="{{ item.is_external ? '_blank' : '_self' }}">
      * ```
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:321
      public type(): string The type of the menu item. Get the type of the menu item.
      $context['menu']['header']->items[4]->type()
      /**
      * Get the type of the menu item.
      *
      * Depending on what is the menu item links to. Can be `post_type` for posts, pages and custom
      * posts, `post_type_archive` for post type archive pages, `taxonomy` for terms or `custom` for
      * custom links.
      *
      * @api
      * @since 1.0.4
      * @return string The type of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:339
      public menu(): \Timber\Menu The `Timber\Menu` object the menu item is associated with. Timber Menu.
      $context['menu']['header']->items[4]->menu()
      /**
      * Timber Menu.
      *
      * @api
      * @since 1.12.0
      * @return \Timber\Menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:350
      public meta($key): mixed Whatever value is stored in the database. Get a meta value of the menu item.
      $context['menu']['header']->items[4]->meta($key)
      /**
      * Get a meta value of the menu item.
      *
      * Plugins like Advanced Custom Fields allow you to set custom fields for menu items. With this
      * method you can retrieve the value of these.
      *
      * @example
      * ```twig
      * <a class="icon-{{ item.meta('icon') }}" href="{{ item.link }}">{{ item.title }}</a>
      * ```
      * @api
      * @param string $key The meta key to get the value for.
      * @return mixed Whatever value is stored in the database.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:369
      public children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get the child menu items of a `Timber\MenuItem`.
      $context['menu']['header']->items[4]->children()
      /**
      * Get the child menu items of a `Timber\MenuItem`.
      *
      * @api
      * @example
      * ```twig
      * {% for child in item.children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:394
      public external(): bool Whether the link is external or not. Check if a link is external.
      $context['menu']['header']->items[4]->external()
      /**
      * Check if a link is external.
      *
      * This is helpful when creating rules for the target of a link.
      *
      * @internal
      * @see \Timber\MenuItem::is_external()
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:407
      public link(): string A full URL, like `http://mysite.com/thing/`. Get the full link to a menu item.
      $context['menu']['header']->items[4]->link()
      /**
      * Get the full link to a menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:423
      public permalink(): string A full URL, like `http://mysite.com/thing/`. Get the link the menu item points at.
      $context['menu']['header']->items[4]->permalink()
      /**
      * Get the link the menu item points at.
      *
      * @internal
      * @deprecated since 0.21.7 Use link method instead.
      * @see \Timber\MenuItem::link()
      * @codeCoverageIgnore
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:443
      public path(): string The path of a URL, like `/foo`. Get the relative path of the menu item’s link.
      $context['menu']['header']->items[4]->path()
      /**
      * Get the relative path of the menu item’s link.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.path }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The path of a URL, like `/foo`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:460
      public title(): string The public label, like "Foo". Get the public label for the menu item.
      $context['menu']['header']->items[4]->title()
      /**
      * Get the public label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The public label, like "Foo".
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:476
      public thumbnail(): \Timber\Image|null The featured image object. Get the featured image of the post associated with the menu item.
      $context['menu']['header']->items[4]->thumbnail()
      /**
      * Get the featured image of the post associated with the menu item.
      *
      * @api
      * @deprecated since 1.5.2 to be removed in v2.0
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}"><img src="{{ item.thumbnail }}"/></a></li>
      * {% endfor %}
      * ```
      * @return \Timber\Image|null The featured image object.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:495
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      *
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      $context['menu']['header']->items[4]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public update($key, $value)
      $context['menu']['header']->items[4]->update($key, $value)
      /**
      * @ignore
      * @param string  $key
      * @param mixed   $value
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      $context['menu']['header']->items[4]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      public get_method_values(): array
      $context['menu']['header']->items[4]->get_method_values()
      /**
      *
      *
      * @return array
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
      public get_field($field_name): mixed
      $context['menu']['header']->items[4]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    public term_id -> integer 8
    $context['menu']['header']->term_id
    public title -> string (10) "Menu - top"
    $context['menu']['header']->title
    public options -> array (1)
    $context['menu']['header']->options
    depth => integer 0
    $context['menu']['header']->options['depth']
    public raw_options -> array (0)
    $context['menu']['header']->raw_options
    public theme_location -> string (6) "header"
    $context['menu']['header']->theme_location
    public slug -> string (8) "menu-top"
    $context['menu']['header']->slug
    public term_group -> integer 0
    $context['menu']['header']->term_group
    public term_taxonomy_id -> integer 8
    $context['menu']['header']->term_taxonomy_id
    public parent -> integer 0
    $context['menu']['header']->parent
    public count -> integer 5
    $context['menu']['header']->count
    public filter -> string (3) "raw"
    $context['menu']['header']->filter
  • public __construct($slug0, $options = array()) Initialize a menu.
    new \Timber\Menu($slug0, $options = array())
    /**
    * Initialize a menu.
    *
    * @param int|string $slug    A menu slug, the term ID of the menu, the full name from the admin
    *                            menu, the slug of the registered location or nothing. Passing
    *                            nothing is good if you only have one menu. Timber will grab what
    *                            it finds.
    * @param array      $options Optional. An array of options. Right now, only the `depth` is
    *                            supported which says how many levels of hierarchy should be
    *                            included in the menu. Default `0`, which is all levels.
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:90
    public find_parent_item_in_menu($menu_items, $parent_id): \Timber\MenuItem|bool A menu item. False if no parent was found. Find a parent menu item in a set of menu items.
    $context['menu']['header']->find_parent_item_in_menu($menu_items, $parent_id)
    /**
    * Find a parent menu item in a set of menu items.
    *
    * @api
    * @param array $menu_items An array of menu items.
    * @param int   $parent_id  The parent ID to look for.
    * @return \Timber\MenuItem|bool A menu item. False if no parent was found.
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:257
    public get_items(): array Array of `Timber\MenuItem` objects. Empty array if no items could be found. Get menu items.
    $context['menu']['header']->get_items()
    /**
    * Get menu items.
    *
    * Instead of using this function, you can use the `$items` property directly to get the items
    * for a menu.
    *
    * @api
    * @example
    * ```twig
    * {% for item in menu.get_items %}
    *     <a href="{{ item.link }}">{{ item.title }}</a>
    * {% endfor %}
    * ```
    * @return array Array of `Timber\MenuItem` objects. Empty array if no items could be found.
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:349
    public __toString(): string
    (string) $context['menu']['header']
    /**
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:81
    public get_edit_url(): string
    $context['menu']['header']->get_edit_url()
    /**
    * @internal
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:215
    public get_meta_field($field_name): string
    $context['menu']['header']->get_meta_field($field_name)
    /**
    * @internal
    * @param string $field_name
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:224
    public get_path(): string
    $context['menu']['header']->get_path()
    /**
    * @internal
    * @deprecated since 1.0
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:242
    public get_link(): string
    $context['menu']['header']->get_link()
    /**
    * @internal
    * @deprecated since 1.0
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:251
    public get_posts($numberposts_or_args = 10, $post_type_or_class = 'any', $post_class = ''): array|bool|null Get posts that have the current term assigned.
    $context['menu']['header']->get_posts($numberposts_or_args = 10, $post_type_or_class = 'any', $post_class = '')
    /**
    * Get posts that have the current term assigned.
    *
    * @internal
    * @param int|array $numberposts_or_args Optional. Either the number of posts or an array of
    *                                       arguments for the post query that this method is going.
    *                                       to perform. Default `10`.
    * @param string    $post_type_or_class  Optional. Either the post type to get or the name of
    *                                       post class to use for the returned posts. Default
    *                                       `any`.
    * @param string    $post_class          Optional. The name of the post class to use for the
    *                                       returned posts. Default `Timber\Post`.
    * @return array|bool|null
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:269
    public get_children(): array
    $context['menu']['header']->get_children()
    /**
    * @internal
    * @return array
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:317
    public update($key, $value)
    $context['menu']['header']->update($key, $value)
    /**
    *
    *
    * @param string  $key
    * @param mixed   $value
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:334
    public children(): array
    $context['menu']['header']->children()
    /**
    * @api
    * @return array
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:347
    public description(): string
    $context['menu']['header']->description()
    /**
    * @api
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:355
    public edit_link(): string
    $context['menu']['header']->edit_link()
    /**
    * @api
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:369
    public link(): string Returns a full link to the term archive page like `http://example.com/categor...
    $context['menu']['header']->link()
    /**
    * Returns a full link to the term archive page like
    * `http://example.com/category/news`
    * @api
    * @example
    * ```twig
    * See all posts in: <a href="{{ term.link }}">{{ term.name }}</a>
    * ```
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:384
    public meta($field_name): string Retrieves and outputs meta information stored with a term. This will use both...
    $context['menu']['header']->meta($field_name)
    /**
    * Retrieves and outputs meta information stored with a term. This will use
    * both data stored under (old) ACF hacks and new (WP 4.6+) where term meta
    * has its own table. If retrieving a special ACF field (repeater, etc.) you
    * can use the output immediately in Twig — no further processing is
    * required.
    * @api
    * @param string $field_name
    * @example
    * ```twig
    * <div class="location-info">
    *   <h2>{{ term.name }}</h2>
    *   <p>{{ term.meta('address') }}</p>
    * </div>
    * ```
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:407
    public path(): string Returns a relative link (path) to the term archive page like `/category/news`
    $context['menu']['header']->path()
    /**
    * Returns a relative link (path) to the term archive page like
    * `/category/news`
    * @api
    * @example
    * ```twig
    * See all posts in: <a href="{{ term.path }}">{{ term.name }}</a>
    * ```
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:421
    public posts($numberposts_or_args = 10, $post_type_or_class = 'any', $post_class = ''): array|bool|null Gets posts that have the current term assigned.
    $context['menu']['header']->posts($numberposts_or_args = 10, $post_type_or_class = 'any', $post_class = '')
    /**
    * Gets posts that have the current term assigned.
    *
    * @api
    * @example
    * ```twig
    * <h4>Recent posts in {{ term.name }}</h4>
    *
    * <ul>
    * {% for post in term.posts(3, 'post') %}
    *     <li>
    *         <a href="{{ post.link }}">{{ post.title }}</a>
    *     </li>
    * {% endfor %}
    * </ul>
    * ```
    *
    * If you need more control over the query that is going to be performed, you can pass your
    * custom query arguments in the first parameter.
    *
    * ```twig
    * <h4>Our branches in {{ region.name }}</h4>
    *
    * <ul>
    * {% for branch in region.posts({
    *     posts_per_page: -1,
    *     orderby: 'menu_order'
    * }, 'branch', 'Branch') %}
    *     <li>
    *         <a href="{{ branch.link }}">{{ branch.title }}</a>
    *     </li>
    * {% endfor %}
    * </ul>
    * ```
    *
    * @param int|array $numberposts_or_args Optional. Either the number of posts or an array of
    *                                       arguments for the post query that this method is going.
    *                                       to perform. Default `10`.
    * @param string $post_type_or_class     Optional. Either the post type to get or the name of
    *                                       post class to use for the returned posts. Default
    *                                       `any`.
    * @param string $post_class             Optional. The name of the post class to use for the
    *                                       returned posts. Default `Timber\Post`.
    * @return array|bool|null
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:473
    public title(): string
    $context['menu']['header']->title()
    /**
    * @api
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:481
    public __isset($field): boolean
    /**
    *
    * @return boolean
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
    public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
    /**
    * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
    * @return mixed
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
    public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
    /**
    * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
    *
    * @return mixed
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
    public import($info, $force = false) Takes an array or object and adds the properties to the parent object
    $context['menu']['header']->import($info, $force = false)
    /**
    * Takes an array or object and adds the properties to the parent object
    * @example
    * ```php
    * $data = array('airplane' => '757-200', 'flight' => '5316');
    * $post = new Timber\Post()
    * $post->import(data);
    * echo $post->airplane; //757-200
    * ```
    * @param array|object $info an object or array you want to grab data from to attach to the Timber object
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
    public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
    $context['menu']['header']->can_edit()
    /**
    * Can you edit this post/term/user? Well good for you. You're no better than me.
    * @example
    * ```twig
    * {% if post.can_edit %}
    * <a href="{{ post.edit_link }}">Edit</a>
    * {% endif %}
    * ```
    * ```html
    * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
    * ```
    * @return bool
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
    public get_method_values(): array
    $context['menu']['header']->get_method_values()
    /**
    *
    *
    * @return array
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
    public get_field($field_name): mixed
    $context['menu']['header']->get_field($field_name)
    /**
    * @param string $field_name
    * @return mixed
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    protected init($menu_id)
    /**
    * @internal
    * @param int $menu_id
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:124
    protected init_as_page_menu()
    /**
    * @internal
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:186
    protected get_menu_id_from_locations($slug, $locations): integer
    /**
    * @internal
    * @param string $slug
    * @param array $locations
    * @return integer
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:206
    protected get_menu_id_from_terms($slug0): int
    /**
    * @internal
    * @param int $slug
    * @return int
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:228
    protected order_children($items): array
    /**
    * @internal
    * @param array $items
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:270
    protected create_menu_item($item): mixed an instance of the user-configured $MenuItemClass
    /**
    * @internal
    * @param object $item the WP menu item object to wrap
    * @return mixed an instance of the user-configured $MenuItemClass
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:308
    protected strip_to_depth_limit($menu, $current = 1)
    /**
    * @internal
    * @param array $menu
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:316
    protected get_term_from_query(): integer
    /**
    * @internal
    * @return integer
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:108
    protected get_term_meta($tid): array
    /**
    * @internal
    * @param int $tid
    * @return array
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:150
    protected get_term($tid): mixed
    /**
    * @internal
    * @param int $tid
    * @return mixed
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:161
    protected get_tid($tid): int
    /**
    * @internal
    * @param int $tid
    * @return int
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:186
    public static from($tid, $taxonomy): static
    \Timber\Term::from($tid, $taxonomy)
    /**
    * @param $tid
    * @param $taxonomy
    *
    * @return static
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:91
  • public static $representation :: string (4) "term"
    \Timber\Term::$representation
footer_1 => Timber\Menu (22)
$context['menu']['footer_1']
  • Properties (22)
  • Available methods (38)
  • Static class properties
  • public id -> integer 8
    $context['menu']['footer_1']->id
    public ID -> integer 8
    $context['menu']['footer_1']->ID
    public object_type -> string (4) "term"
    $context['menu']['footer_1']->object_type
    public PostClass -> string (11) "Timber\Post"
    $context['menu']['footer_1']->PostClass
    public TermClass -> string (4) "Term"
    $context['menu']['footer_1']->TermClass
    public _children -> null
    $context['menu']['footer_1']->_children
    public name -> string (10) "Menu - top"
    $context['menu']['footer_1']->name
    public taxonomy -> string (8) "nav_menu"
    $context['menu']['footer_1']->taxonomy
    public MenuItemClass -> string (15) "Timber\MenuItem"
    $context['menu']['footer_1']->MenuItemClass
    public depth -> integer 0
    $context['menu']['footer_1']->depth
    public items -> array (5)
    $context['menu']['footer_1']->items
    0 => Timber\MenuItem (74)
    $context['menu']['footer_1']->items[0]
    • Properties (74)
    • Available methods (31)
    • public id -> integer 814
      $context['menu']['footer_1']->items[0]->id
      public ID -> integer 814
      $context['menu']['footer_1']->items[0]->ID
      public object_type -> string (4) "post"
      $context['menu']['footer_1']->items[0]->object_type
      public children -> array (0)
      $context['menu']['footer_1']->items[0]->children
      public has_child_class -> boolean false
      $context['menu']['footer_1']->items[0]->has_child_class
      public classes -> array (5)
      $context['menu']['footer_1']->items[0]->classes
      0 => string (0) ""
      $context['menu']['footer_1']->items[0]->classes[0]
      1 => string (9) "menu-item"
      $context['menu']['footer_1']->items[0]->classes[1]
      2 => string (21) "menu-item-type-custom"
      $context['menu']['footer_1']->items[0]->classes[2]
      3 => string (23) "menu-item-object-custom"
      $context['menu']['footer_1']->items[0]->classes[3]
      4 => string (13) "menu-item-814"
      $context['menu']['footer_1']->items[0]->classes[4]
      public class -> string (69) "menu-item menu-item-type-custom menu-item-object-custom menu-item-814"
      $context['menu']['footer_1']->items[0]->class
      public level -> integer 0
      $context['menu']['footer_1']->items[0]->level
      public post_name -> string (6) "oferta"
      $context['menu']['footer_1']->items[0]->post_name
      public url -> string (0) ""
      $context['menu']['footer_1']->items[0]->url
      public PostClass -> string (11) "Timber\Post"
      $context['menu']['footer_1']->items[0]->PostClass
      public current -> boolean false
      $context['menu']['footer_1']->items[0]->current
      public current_item_parent -> boolean false
      $context['menu']['footer_1']->items[0]->current_item_parent
      public current_item_ancestor -> boolean false
      $context['menu']['footer_1']->items[0]->current_item_ancestor
      protected menu -> Timber\Menu (22) Recursion
      protected _name -> null
      protected _menu_item_object_id -> string (3) "814"
      protected _menu_item_url -> string (0) ""
      protected menu_object -> Timber\Post (67)
      • Properties (67)
      • Available methods (95)
      • Static class properties
      • public id -> integer 814
        public ID -> integer 814
        public object_type -> string (4) "post"
        public ImageClass -> string (12) "Timber\Image"
        public PostClass -> string (11) "Timber\Post"
        public TermClass -> string (11) "Timber\Term"
        public custom -> array (13)
        _menu_item_type => string (6) "custom"
        _menu_item_menu_item_parent => string (1) "0"
        _menu_item_object_id => string (3) "814"
        _menu_item_object => string (6) "custom"
        _menu_item_target => string (0) ""
        _menu_item_classes => array (1) Depth Limit
        _menu_item_xfn => string (0) ""
        _menu_item_url => string (0) ""
        text => string (0) ""
        _text => string (19) "field_62c9bcde0ee56"
        submenu_id => string (6) "oferta"
        _submenu_id => string (19) "field_62e82ac25e4c9"
        _wp_old_date => array (5) Depth Limit
        protected ___content -> null
        protected _permalink -> null
        protected _next -> array (0)
        protected _prev -> array (0)
        protected _css_class -> null
        public post_author -> string (1) "1"
        public post_content -> string (0) ""
        public post_date -> string (19) "2024-01-30 16:04:43"
        public post_excerpt -> string (0) ""
        public post_parent -> integer 0
        public post_status -> string (7) "publish"
        public post_title -> string (6) "Oferta"
        public post_type -> string (13) "nav_menu_item"
        public slug -> string (6) "oferta"
        protected __type -> null
        public _menu_item_type -> string (6) "custom"
        public _menu_item_menu_item_parent -> string (1) "0"
        public _menu_item_object_id -> string (3) "814"
        public _menu_item_object -> string (6) "custom"
        public _menu_item_target -> string (0) ""
        public _menu_item_classes -> array (1)
        0 => string (0) ""
        public _menu_item_xfn -> string (0) ""
        public _menu_item_url -> string (0) ""
        public text -> string (0) ""
        public _text -> string (19) "field_62c9bcde0ee56"
        public submenu_id -> string (6) "oferta"
        public _submenu_id -> string (19) "field_62e82ac25e4c9"
        public _wp_old_date -> array (5)
        0 => string (10) "2022-10-20"
        1 => string (10) "2023-03-09"
        2 => string (10) "2023-03-19"
        3 => string (10) "2023-03-20"
        4 => string (10) "2024-01-08"
        public post_date_gmt -> string (19) "2022-10-20 08:14:09"
        public comment_status -> string (6) "closed"
        public ping_status -> string (6) "closed"
        public post_password -> string (0) ""
        public post_name -> string (6) "oferta"
        public to_ping -> string (0) ""
        public pinged -> string (0) ""
        public post_modified -> string (19) "2024-01-30 16:04:43"
        public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
        public post_content_filtered -> string (0) ""
        public guid -> string (30) "https://www.csrinfo.org/?p=814"
        public menu_order -> integer 1
        public post_mime_type -> string (0) ""
        public comment_count -> string (1) "0"
        public filter -> string (3) "raw"
        public db_id -> integer 814
        public menu_item_parent -> string (1) "0"
        public object_id -> string (3) "814"
        public object -> string (6) "custom"
        public type_label -> UTF-8 string (17) "Własny odnośnik"
        public url -> string (0) ""
        public target -> string (0) ""
        public attr_title -> string (0) ""
        public description -> string (0) ""
        public classes -> array (4)
        0 => string (0) ""
        1 => string (9) "menu-item"
        2 => string (21) "menu-item-type-custom"
        3 => string (23) "menu-item-object-custom"
        public xfn -> string (0) ""
        public popup_id -> null
        public current -> boolean false
        public current_item_ancestor -> boolean false
        public current_item_parent -> boolean false
        public __title -> string (6) "Oferta"
        public status -> string (7) "publish"
      • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
        /**
        * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
        * @example
        * ```php
        * $post = new Timber\Post();
        * $other_post = new Timber\Post($random_post_id);
        * ```
        * @param mixed $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
        public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
        public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
        public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        /**
        * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
        public get_edit_url(): bool|string Get the URL that will edit the current post/object
        /**
        * Get the URL that will edit the current post/object
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::edit_link
        * @return bool|string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
        public update($field, $value) updates the post_meta of the current object with the given value
        /**
        * updates the post_meta of the current object with the given value
        * @param string $field
        * @param mixed $value
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
        public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
        /**
        * Gets a preview/excerpt of your post.
        *
        * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
        * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
        * where to pull through.
        *
        * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
        * means that you can change the output of the preview by **adding more methods**. Refer to the
        * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
        * to get an overview of all the available methods.
        *
        * @example
        * ```twig
        * {# Use default preview #}
        * <p>{{ post.preview }}</p>
        *
        * {# Change the post preview text #}
        * <p>{{ post.preview.read_more('Continue Reading') }}</p>
        *
        * {# Additionally restrict the length to 50 words #}
        * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
        * ```
        * @see \Timber\PostPreview
        * @return \Timber\PostPreview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
        public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
        /**
        * get a preview of your post, if you have an excerpt it will use that,
        * otherwise it will pull from the post_content.
        * If there's a <!-- more --> tag it will use that to mark where to pull through.
        * @deprecated since 1.3.1, use {{ post.preview }} instead
        * @example
        * ```twig
        * <p>{{post.get_preview(50)}}</p>
        * ```
        * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
        * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
        * @param string $readmore The text you want to use on the 'readmore' link
        * @param bool|string $strip true for default, false for none, string for list of custom attributes
        * @param string $end The text to end the preview with (defaults to ...)
        * @return string of the post preview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
        public import_custom($pid) gets the post custom and attaches it to the current object
        /**
        * gets the post custom and attaches it to the current object
        * @internal
        * @param integer $pid a post ID number
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
        public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
        /**
        *
        * Gets the comment form for use on a single article page
        * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
        * @return string of HTML for the form
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
        public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
        /**
        * Gets the terms associated with the post.
        *
        * @api
        * @todo Remove deprecated parameters in 2.x
        * @example
        * ```twig
        * <section id="job-feed">
        * {% for post in job %}
        *     <div class="job">
        *         <h2>{{ post.title }}</h2>
        *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
        *     </div>
        * {% endfor %}
        * </section>
        * ```
        * ```html
        * <section id="job-feed">
        *     <div class="job">
        *         <h2>Cheese Maker</h2>
        *         <p>Cheese, Food, Fromage</p>
        *     </div>
        *     <div class="job">
        *         <h2>Mime</h2>
        *         <p>Performance, Silence</p>
        *     </div>
        * </section>
        * ```
        * ```php
        * // Get all terms of a taxonomy.
        * $terms = $post->terms( 'category' );
        *
        * // Get terms of multiple taxonomies.
        * $terms = $post->terms( array( 'books', 'movies' ) );
        *
        * // Use custom arguments for taxonomy query and options.
        * $terms = $post->terms( array(
        *     'query' => [
        *         'taxonomy' => 'custom_tax',
        *         'orderby'  => 'count',
        *     ],
        *     'merge'      => false,
        *     'term_class' => 'My_Term_Class'
        * ) );
        * ```
        *
        * @param string|array $args {
        *     Optional. Name of the taxonomy or array of arguments.
        *
        *     @type array $query       Any array of term query parameters for getting the terms. See
        *                              `WP_Term_Query::__construct()` for supported arguments. Use the
        *                              `taxonomy` argument to choose which taxonomies to get. Defaults
        *                              to querying all registered taxonomies for the post type. You can
        *                              use custom or built-in WordPress taxonomies (category, tag).
        *                              Timber plays nice and figures out that `tag`, `tags` or
        *                              `post_tag` are all the same (also for `categories` or
        *                              `category`). For custom taxonomies you need to define the
        *                              proper name.
        *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
        *                              whether it should be an array of sub-arrays for each taxonomy
        *                              (`false`). Default `true`.
        *     @type string $term_class The Timber term class to use for the term objects.
        * }
        * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
        * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
        *                           parameter.
        * @return array An array of taxonomies.
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
        public has_term($term_name_or_id, $taxonomy = 'all'): bool
        /**
        * @param string|int $term_name_or_id
        * @param string $taxonomy
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
        public get_paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
        public get_post_type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @deprecated since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
        public get_comment_count(): int the number of comments on a post
        /**
        * @return int the number of comments on a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
        public has_field($field_name): boolean
        /**
        * @param string $field_name
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
        public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
        /**
        * Gets the field object data from Advanced Custom Fields.
        * This includes metadata on the field like whether it's conditional or not.
        *
        * @since 1.6.0
        * @param string $field_name of the field you want to lookup.
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
        public get_field($field_name): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
        public import_field($field_name)
        /**
        * @param string $field_name
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
        public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
        /**
        * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @example
        * ```twig
        * <article class="{{ post.post_class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * ```html
        * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
        *    {# Some stuff here #}
        * </article>
        * ```
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
        public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
        /**
        * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @see Timber\Post::$_css_class
        * @example
        * ```twig
        * <article class="{{ post.class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
        public get_method_values(): array
        /**
        * @return array
        * @codeCoverageIgnore
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
        public author(): User|null A User object if found, false if not Return the author of a post
        /**
        * Return the author of a post
        * @api
        * @example
        * ```twig
        * <h1>{{post.title}}</h1>
        * <p class="byline">
        *     <a href="{{post.author.link}}">{{post.author.name}}</a>
        * </p>
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
        public authors()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
        public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
        /**
        * Get the author (WordPress user) who last modified the post
        * @example
        * ```twig
        * Last updated by {{ post.modified_author.name }}
        * ```
        * ```html
        * Last updated by Harper Lee
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
        public categories(): array of Timber\Terms Get the categoires on a particular post
        /**
        * Get the categoires on a particular post
        * @api
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
        public category(): Timber\Term|null Returns a category attached to a post
        /**
        * Returns a category attached to a post
        * @api
        * If mulitpuile categories are set, it will return just the first one
        * @return Timber\Term|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
        public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
        /**
        * Returns an array of children on the post as Timber\Posts
        * (or other claass as you define).
        * @api
        * @example
        * ```twig
        * {% if post.children %}
        *     Here are the child pages:
        *     {% for child in post.children %}
        *         <a href="{{ child.link }}">{{ child.title }}</a>
        *     {% endfor %}
        * {% endif %}
        * ```
        * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
        * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
        public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
        /**
        * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
        * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
        * (or whatever comment class you set).
        * @api
        *
        * @param int    $count        Set the number of comments you want to get. `0` is analogous to
        *                             "all".
        * @param string $order        Use ordering set in WordPress admin, or a different scheme.
        * @param string $type         For when other plugins use the comments table for their own
        *                             special purposes. Might be set to 'liveblog' or other, depending
        *                             on what’s stored in your comments table.
        * @param string $status       Could be 'pending', etc.
        * @param string $CommentClass What class to use when returning Comment objects. As you become a
        *                             Timber Pro, you might find yourself extending `Timber\Comment`
        *                             for your site or app (obviously, totally optional).
        * @see \Timber\CommentThread for an example with nested comments
        * @return bool|\Timber\CommentThread
        *
        * @example
        *
        * **single.twig**
        *
        * ```twig
        * <div id="post-comments">
        *   <h4>Comments on {{ post.title }}</h4>
        *   <ul>
        *     {% for comment in post.comments() %}
        *       {% include 'comment.twig' %}
        *     {% endfor %}
        *   </ul>
        *   <div class="comment-form">
        *     {{ function('comment_form') }}
        *   </div>
        * </div>
        * ```
        *
        * **comment.twig**
        *
        * ```twig
        * {# comment.twig #}
        * <li>
        *   <p class="comment-author">{{ comment.author.name }} says:</p>
        *   <div>{{ comment.content }}</div>
        * </li>
        * ```
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
        public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
        /**
        * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
        * @api
        * @example
        * ```twig
        * <div class="article">
        *     <h2>{{post.title}}</h2>
        *     <div class="content">{{ post.content }}</div>
        * </div>
        * ```
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
        public paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
        public date($date_format = ''): string Get the date to use in your template!
        /**
        * Get the date to use in your template!
        * @api
        * @example
        * ```twig
        * Published on {{ post.date }} // Uses WP's formatting set in Admin
        * OR
        * Published on {{ post.date('F jS') }} // Jan 12th
        * ```
        *
        * ```html
        * Published on January 12, 2015
        * OR
        * Published on Jan 12th
        * ```
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
        public time($time_format = ''): string Get the time to use in your template
        /**
        * Get the time to use in your template
        * @api
        * @example
        * ```twig
        * Published at {{ post.time }} // Uses WP's formatting set in Admin
        * OR
        * Published at {{ post.time | time('G:i') }} // 13:25
        * ```
        *
        * ```html
        * Published at 1:25 pm
        * OR
        * Published at 13:25
        * ```
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
        public type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.type.labels.name }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
        public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
        /**
        * Returns the edit URL of a post if the user has access to it
        * @return bool|string the edit URL of a post in the WordPress admin
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
        public format(): mixed
        /**
        * @api
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
        public password_required(): boolean whether post requires password and correct password has been provided
        /**
        * whether post requires password and correct password has been provided
        * @api
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
        public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
        /**
        * get the permalink for a post object
        * @api
        * @example
        * ```twig
        * <a href="{{post.link}}">Read my post</a>
        * ```
        * @return string ex: http://example.org/2015/07/my-awesome-post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
        public meta($field_name = null): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
        public name(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
        public modified_date($date_format = ''): string
        /**
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
        public modified_time($time_format = ''): string
        /**
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
        public next($in_same_term = false): mixed
        /**
        * @api
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
        public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
        public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
        /**
        * Finds any WP_Post objects and converts them to Timber\Posts
        * @param array|WP_Post $data
        * @param string $class
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
        public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
        /**
        * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
        * @api
        * @example
        * ```twig
        * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
        * ```
        * @return bool|Timber\Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
        public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
        /**
        * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
        * this will return just /2015/07/my-cool-post
        * @api
        * @example
        * ```twig
        * <a href="{{post.path}}">{{post.title}}</a>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
        public prev($in_same_term = false): mixed Get the previous post in a set
        /**
        * Get the previous post in a set
        * @api
        * @example
        * ```twig
        * <h4>Prior Entry:</h4>
        * <h3>{{post.prev.title}}</h3>
        * <p>{{post.prev.get_preview(25)}}</p>
        * ```
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
        public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
        /**
        * Gets the tags on a post, uses WP's post_tag taxonomy
        * @api
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
        public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
        /**
        * get the featured image as a Timber/Image
        * @api
        * @example
        * ```twig
        * <img src="{{ post.thumbnail.src }}" />
        * ```
        * @return Timber\Image|null of your thumbnail
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
        public title(): string Returns the processed title to be used in templates. This returns the title o...
        /**
        * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
        * @api
        * @example
        * ```twig
        * <h1>{{ post.title }}</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
        public gallery($html = true): html Returns the gallery
        /**
        * Returns the gallery
        * @api
        * @example
        * ```twig
        * {{ post.gallery }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
        public audio(): html Returns the audio
        /**
        * Returns the audio
        * @api
        * @example
        * ```twig
        * {{ post.audio }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
        public video(): html Returns the video
        /**
        * Returns the video
        * @api
        * @example
        * ```twig
        * {{ post.video }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
        public get_categories(): array of Timber\Terms Get the categories for a post
        /**
        * Get the categories for a post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::categories
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
        public get_category(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::category
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
        public get_image($field): Timber\Image
        /**
        * @param string $field
        * @return Timber\Image
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
        public get_tags(): array Gets an array of tags for you to use
        /**
        * Gets an array of tags for you to use
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <ul class="tags">
        *     {% for tag in post.tags %}
        *         <li>{{tag.name}}</li>
        *     {% endfor %}
        * </ul>
        * ```
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
        public get_title(): string Outputs the title with filters applied
        /**
        * Outputs the title with filters applied
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <h1>{{post.get_title}}</h1>
        * ```
        * ```html
        * <h1>Hello World!</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
        public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
        /**
        * Displays the content of the post with filters, shortcodes and wpautop applied
        * @example
        * ```twig
        * <div class="article-text">{{post.get_content}}</div>
        * ```
        * ```html
        * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
        * ```
        * @param int $len
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
        public get_format(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
        public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
        /**
        * Get the terms associated with the post
        * This goes across all taxonomies by default
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
        * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
        public permalink(): string
        /**
        * @deprecated 0.20.0 use link() instead
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
        public get_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
        public get_modified_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::modified_date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
        public get_modified_time($time_format = ''): string
        /**
        * @internal
        * @param  string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
        public get_children($post_type = 'any', $childPostClass = false): array
        /**
        * @internal
        * @see Timber\Post::children
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string 		$post_type
        * @param bool|string 	$childPostClass
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
        public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
        /**
        * Get the permalink for a post, but as a relative path
        * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
        * this will return the relative version: "/2015/07/04/my-cool-post"
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
        public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
        public get_parent(): bool|TimberPost Get the parent post of the post
        /**
        * Get the parent post of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return bool|TimberPost
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
        public get_author(): User|null Gets a User object from the author of the post
        /**
        * Gets a User object from the author of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::author
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
        public get_modified_author(): User|null
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
        public get_thumbnail(): Image|null
        /**
        * @internal
        * @see TimberPost::thumbnail
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return Image|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
        public get_permalink(): string
        /**
        * @internal
        * @see TimberPost::link
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
        public get_link(): string get the permalink for a post object In your templates you should use link: <a...
        /**
        * get the permalink for a post object
        * In your templates you should use link:
        * <a href="{{post.link}}">Read my post</a>
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
        public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param bool $taxonomy
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
        public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @internal
        * @see Timber\Post::pagination();
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
        public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
        /**
        * Get the comments for a post
        * @internal
        * @see Timber\Post::comments
        * @param int $count
        * @param string $order
        * @param string $type
        * @param string $status
        * @param string $CommentClass
        * @return array|mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
        public __isset($field): boolean
        /**
        *
        * @return boolean
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
        public import($info, $force = false) Takes an array or object and adds the properties to the parent object
        /**
        * Takes an array or object and adds the properties to the parent object
        * @example
        * ```php
        * $data = array('airplane' => '757-200', 'flight' => '5316');
        * $post = new Timber\Post()
        * $post->import(data);
        * echo $post->airplane; //757-200
        * ```
        * @param array|object $info an object or array you want to grab data from to attach to the Timber object
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
        public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
        /**
        * Can you edit this post/term/user? Well good for you. You're no better than me.
        * @example
        * ```twig
        * {% if post.can_edit %}
        * <a href="{{ post.edit_link }}">Edit</a>
        * {% endif %}
        * ```
        * ```html
        * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
        * ```
        * @return bool
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
        protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
        /**
        * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
        * @internal
        * @param mixed a value to test against
        * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
        protected get_post_preview_object()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
        protected get_post_preview_id($query)
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
        protected init($pid = false) Initializes a Post
        /**
        * Initializes a Post
        * @internal
        * @param integer $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
        protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
        /**
        * takes a mix of integer (post ID), string (post slug),
        * or object to return a WordPress post object from WP's built-in get_post() function
        * @internal
        * @param integer $pid
        * @return WP_Post on success
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
        protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
        /**
        * helps you find the post id regardless of whether you send a string or whatever
        * @param integer $pid ;
        * @internal
        * @return integer ID number of a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
        protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
        /**
        * Used internally to fetch the metadata fields (wp_postmeta table)
        * and attach them to our TimberPost object
        * @internal
        * @param int $pid
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
        protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
        /**
        * Used internally by init, etc. to build TimberPost object
        * @internal
        * @param  int $pid
        * @return null|object|WP_Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
        protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
        /**
        * If the Password form is to be shown, show it!
        * @return string|void
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
        protected get_revised_data_from_method($method, $args = false)
        /**
        *
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
        protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
        /**
        * Handles for an circumstance with the Block editor where a "more" block has an option to
        * "Hide the excerpt on the full content page" which hides everything prior to the inserted
        * "more" block
        * @ticket #2218
        * @param string $content
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
        public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
        \Timber\Post::get_post_id_by_name($post_name)
        /**
        * get_post_id_by_name($post_name)
        * @internal
        * @deprecated since 1.5.0
        * @param string $post_name
        * @return int
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
        protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
        /**
        * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
        * WordPress admin
        * @internal
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
        protected static get_wp_link_page($i): string
        /**
        * @param int $i
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
      • public static $representation :: string (4) "post"
        \Timber\Post::$representation
      public ImageClass -> string (12) "Timber\Image"
      $context['menu']['footer_1']->items[0]->ImageClass
      public TermClass -> string (11) "Timber\Term"
      $context['menu']['footer_1']->items[0]->TermClass
      public custom -> array (13)
      $context['menu']['footer_1']->items[0]->custom
      _menu_item_type => string (6) "custom"
      $context['menu']['footer_1']->items[0]->custom['_menu_item_type']
      _menu_item_menu_item_parent => string (1) "0"
      $context['menu']['footer_1']->items[0]->custom['_menu_item_menu_item_parent']
      _menu_item_object_id => string (3) "814"
      $context['menu']['footer_1']->items[0]->custom['_menu_item_object_id']
      _menu_item_object => string (6) "custom"
      $context['menu']['footer_1']->items[0]->custom['_menu_item_object']
      _menu_item_target => string (0) ""
      $context['menu']['footer_1']->items[0]->custom['_menu_item_target']
      _menu_item_classes => array (1)
      $context['menu']['footer_1']->items[0]->custom['_menu_item_classes']
      0 => string (0) ""
      $context['menu']['footer_1']->items[0]->custom['_menu_item_classes'][0]
      _menu_item_xfn => string (0) ""
      $context['menu']['footer_1']->items[0]->custom['_menu_item_xfn']
      _menu_item_url => string (0) ""
      $context['menu']['footer_1']->items[0]->custom['_menu_item_url']
      text => string (0) ""
      $context['menu']['footer_1']->items[0]->custom['text']
      _text => string (19) "field_62c9bcde0ee56"
      $context['menu']['footer_1']->items[0]->custom['_text']
      submenu_id => string (6) "oferta"
      $context['menu']['footer_1']->items[0]->custom['submenu_id']
      _submenu_id => string (19) "field_62e82ac25e4c9"
      $context['menu']['footer_1']->items[0]->custom['_submenu_id']
      _wp_old_date => array (5)
      $context['menu']['footer_1']->items[0]->custom['_wp_old_date']
      0 => string (10) "2022-10-20"
      $context['menu']['footer_1']->items[0]->custom['_wp_old_date'][0]
      1 => string (10) "2023-03-09"
      $context['menu']['footer_1']->items[0]->custom['_wp_old_date'][1]
      2 => string (10) "2023-03-19"
      $context['menu']['footer_1']->items[0]->custom['_wp_old_date'][2]
      3 => string (10) "2023-03-20"
      $context['menu']['footer_1']->items[0]->custom['_wp_old_date'][3]
      4 => string (10) "2024-01-08"
      $context['menu']['footer_1']->items[0]->custom['_wp_old_date'][4]
      public ___content -> null
      $context['menu']['footer_1']->items[0]->___content
      public _permalink -> null
      $context['menu']['footer_1']->items[0]->_permalink
      public _next -> array (0)
      $context['menu']['footer_1']->items[0]->_next
      public _prev -> array (0)
      $context['menu']['footer_1']->items[0]->_prev
      public _css_class -> null
      $context['menu']['footer_1']->items[0]->_css_class
      public post_author -> string (1) "1"
      $context['menu']['footer_1']->items[0]->post_author
      public post_content -> string (0) ""
      $context['menu']['footer_1']->items[0]->post_content
      public post_date -> string (19) "2024-01-30 16:04:43"
      $context['menu']['footer_1']->items[0]->post_date
      public post_excerpt -> string (0) ""
      $context['menu']['footer_1']->items[0]->post_excerpt
      public post_parent -> integer 0
      $context['menu']['footer_1']->items[0]->post_parent
      public post_status -> string (7) "publish"
      $context['menu']['footer_1']->items[0]->post_status
      public post_title -> string (6) "Oferta"
      $context['menu']['footer_1']->items[0]->post_title
      public post_type -> string (13) "nav_menu_item"
      $context['menu']['footer_1']->items[0]->post_type
      public __type -> null
      $context['menu']['footer_1']->items[0]->__type
      public _menu_item_type -> string (6) "custom"
      $context['menu']['footer_1']->items[0]->_menu_item_type
      public _menu_item_menu_item_parent -> string (1) "0"
      $context['menu']['footer_1']->items[0]->_menu_item_menu_item_parent
      public _menu_item_object -> string (6) "custom"
      $context['menu']['footer_1']->items[0]->_menu_item_object
      public _menu_item_target -> string (0) ""
      $context['menu']['footer_1']->items[0]->_menu_item_target
      public _menu_item_classes -> array (1)
      $context['menu']['footer_1']->items[0]->_menu_item_classes
      0 => string (0) ""
      $context['menu']['footer_1']->items[0]->_menu_item_classes[0]
      public _menu_item_xfn -> string (0) ""
      $context['menu']['footer_1']->items[0]->_menu_item_xfn
      public text -> string (0) ""
      $context['menu']['footer_1']->items[0]->text
      public _text -> string (19) "field_62c9bcde0ee56"
      $context['menu']['footer_1']->items[0]->_text
      public submenu_id -> string (6) "oferta"
      $context['menu']['footer_1']->items[0]->submenu_id
      public _submenu_id -> string (19) "field_62e82ac25e4c9"
      $context['menu']['footer_1']->items[0]->_submenu_id
      public _wp_old_date -> array (5)
      $context['menu']['footer_1']->items[0]->_wp_old_date
      0 => string (10) "2022-10-20"
      $context['menu']['footer_1']->items[0]->_wp_old_date[0]
      1 => string (10) "2023-03-09"
      $context['menu']['footer_1']->items[0]->_wp_old_date[1]
      2 => string (10) "2023-03-19"
      $context['menu']['footer_1']->items[0]->_wp_old_date[2]
      3 => string (10) "2023-03-20"
      $context['menu']['footer_1']->items[0]->_wp_old_date[3]
      4 => string (10) "2024-01-08"
      $context['menu']['footer_1']->items[0]->_wp_old_date[4]
      public post_date_gmt -> string (19) "2022-10-20 08:14:09"
      $context['menu']['footer_1']->items[0]->post_date_gmt
      public comment_status -> string (6) "closed"
      $context['menu']['footer_1']->items[0]->comment_status
      public ping_status -> string (6) "closed"
      $context['menu']['footer_1']->items[0]->ping_status
      public post_password -> string (0) ""
      $context['menu']['footer_1']->items[0]->post_password
      public to_ping -> string (0) ""
      $context['menu']['footer_1']->items[0]->to_ping
      public pinged -> string (0) ""
      $context['menu']['footer_1']->items[0]->pinged
      public post_modified -> string (19) "2024-01-30 16:04:43"
      $context['menu']['footer_1']->items[0]->post_modified
      public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
      $context['menu']['footer_1']->items[0]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      $context['menu']['footer_1']->items[0]->post_content_filtered
      public guid -> string (30) "https://www.csrinfo.org/?p=814"
      $context['menu']['footer_1']->items[0]->guid
      public menu_order -> integer 1
      $context['menu']['footer_1']->items[0]->menu_order
      public post_mime_type -> string (0) ""
      $context['menu']['footer_1']->items[0]->post_mime_type
      public comment_count -> string (1) "0"
      $context['menu']['footer_1']->items[0]->comment_count
      public filter -> string (3) "raw"
      $context['menu']['footer_1']->items[0]->filter
      public db_id -> integer 814
      $context['menu']['footer_1']->items[0]->db_id
      public menu_item_parent -> string (1) "0"
      $context['menu']['footer_1']->items[0]->menu_item_parent
      public object_id -> string (3) "814"
      $context['menu']['footer_1']->items[0]->object_id
      public object -> string (6) "custom"
      $context['menu']['footer_1']->items[0]->object
      public type_label -> UTF-8 string (17) "Własny odnośnik"
      $context['menu']['footer_1']->items[0]->type_label
      public target -> string (0) ""
      $context['menu']['footer_1']->items[0]->target
      public attr_title -> string (0) ""
      $context['menu']['footer_1']->items[0]->attr_title
      public description -> string (0) ""
      $context['menu']['footer_1']->items[0]->description
      public xfn -> string (0) ""
      $context['menu']['footer_1']->items[0]->xfn
      public popup_id -> null
      $context['menu']['footer_1']->items[0]->popup_id
      public __title -> string (6) "Oferta"
      $context['menu']['footer_1']->items[0]->__title
      public status -> string (7) "publish"
      $context['menu']['footer_1']->items[0]->status
      public name -> string (6) "Oferta"
      $context['menu']['footer_1']->items[0]->name
    • public __construct($data, $menu = null)
      new \Timber\MenuItem($data, $menu = null)
      /**
      * @internal
      * @param array|object $data
      * @param \Timber\Menu $menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:83
      public add_class($class_name) Add a CSS class the menu item should have.
      $context['menu']['footer_1']->items[0]->add_class($class_name)
      /**
      * Add a CSS class the menu item should have.
      *
      * @param string $class_name CSS class name to be added.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:102
      public name(): string The label for the menu item. Get the label for the menu item.
      $context['menu']['footer_1']->items[0]->name()
      /**
      * Get the label for the menu item.
      *
      * @api
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:113
      public __toString(): string Magic method to get the label for the menu item.
      (string) $context['menu']['footer_1']->items[0]
      /**
      * Magic method to get the label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}">{{ item }}</a>
      * ```
      * @see \Timber\MenuItem::name()
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:134
      public slug(): string The URL-safe slug of the menu item. Get the slug for the menu item.
      $context['menu']['footer_1']->items[0]->slug()
      /**
      * Get the slug for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <ul>
      *     {% for item in menu.items %}
      *         <li class="{{ item.slug }}">
      *             <a href="{{ item.link }}">{{ item.name }}</a>
      *          </li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return string The URL-safe slug of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:154
      public master_object(): mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents. Allows dev to access the "master object" (ex: post or page) the menu item rep...
      $context['menu']['footer_1']->items[0]->master_object()
      /**
      * Allows dev to access the "master object" (ex: post or page) the menu item represents
      * @api
      * @example
      * ```twig
      * <div>
      *     {% for item in menu.items %}
      *         <a href="{{ item.link }}"><img src="{{ item.master_object.thumbnail }}" /></a>
      *     {% endfor %}
      * </div>
      * ```
      * @return mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:175
      public get_link(): string An absolute URL, e.g. `http://example.org/my-page`. Get link.
      $context['menu']['footer_1']->items[0]->get_link()
      /**
      * Get link.
      *
      * @internal
      * @see \Timber\MenuItem::link()
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string An absolute URL, e.g. `http://example.org/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:193
      public get_path(): string A relative URL, e.g. `/my-page`. Get path.
      $context['menu']['footer_1']->items[0]->get_path()
      /**
      * Get path.
      *
      * @internal
      * @codeCoverageIgnore
      * @see        \Timber\MenuItem::path()
      * @deprecated since 1.0
      * @return string A relative URL, e.g. `/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:206
      public add_child($item) Add a new `Timber\MenuItem` object as a child of this menu item.
      $context['menu']['footer_1']->items[0]->add_child($item)
      /**
      * Add a new `Timber\MenuItem` object as a child of this menu item.
      *
      * @param \Timber\MenuItem $item The menu item to add.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:215
      public update_child_levels(): bool|null
      $context['menu']['footer_1']->items[0]->update_child_levels()
      /**
      * @internal
      * @return bool|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:231
      public import_classes($data) Imports the classes to be used in CSS.
      $context['menu']['footer_1']->items[0]->import_classes($data)
      /**
      * Imports the classes to be used in CSS.
      *
      * @internal
      *
      * @param array|object $data
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:248
      public get_children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get children of a menu item.
      $context['menu']['footer_1']->items[0]->get_children()
      /**
      * Get children of a menu item.
      *
      * You can also directly access the children through the `$children` property (`item.children`
      * in Twig).
      *
      * @internal
      * @example
      * ```twig
      * {% for child in item.get_children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:301
      public is_external(): bool Whether the link is external or not. Checks to see if the menu item is an external link.
      $context['menu']['footer_1']->items[0]->is_external()
      /**
      * Checks to see if the menu item is an external link.
      *
      * If your site is `example.org`, then `google.com/whatever` is an external link. This is
      * helpful when you want to create rules for the target of a link.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}" target="{{ item.is_external ? '_blank' : '_self' }}">
      * ```
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:321
      public type(): string The type of the menu item. Get the type of the menu item.
      $context['menu']['footer_1']->items[0]->type()
      /**
      * Get the type of the menu item.
      *
      * Depending on what is the menu item links to. Can be `post_type` for posts, pages and custom
      * posts, `post_type_archive` for post type archive pages, `taxonomy` for terms or `custom` for
      * custom links.
      *
      * @api
      * @since 1.0.4
      * @return string The type of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:339
      public menu(): \Timber\Menu The `Timber\Menu` object the menu item is associated with. Timber Menu.
      $context['menu']['footer_1']->items[0]->menu()
      /**
      * Timber Menu.
      *
      * @api
      * @since 1.12.0
      * @return \Timber\Menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:350
      public meta($key): mixed Whatever value is stored in the database. Get a meta value of the menu item.
      $context['menu']['footer_1']->items[0]->meta($key)
      /**
      * Get a meta value of the menu item.
      *
      * Plugins like Advanced Custom Fields allow you to set custom fields for menu items. With this
      * method you can retrieve the value of these.
      *
      * @example
      * ```twig
      * <a class="icon-{{ item.meta('icon') }}" href="{{ item.link }}">{{ item.title }}</a>
      * ```
      * @api
      * @param string $key The meta key to get the value for.
      * @return mixed Whatever value is stored in the database.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:369
      public children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get the child menu items of a `Timber\MenuItem`.
      $context['menu']['footer_1']->items[0]->children()
      /**
      * Get the child menu items of a `Timber\MenuItem`.
      *
      * @api
      * @example
      * ```twig
      * {% for child in item.children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:394
      public external(): bool Whether the link is external or not. Check if a link is external.
      $context['menu']['footer_1']->items[0]->external()
      /**
      * Check if a link is external.
      *
      * This is helpful when creating rules for the target of a link.
      *
      * @internal
      * @see \Timber\MenuItem::is_external()
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:407
      public link(): string A full URL, like `http://mysite.com/thing/`. Get the full link to a menu item.
      $context['menu']['footer_1']->items[0]->link()
      /**
      * Get the full link to a menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:423
      public permalink(): string A full URL, like `http://mysite.com/thing/`. Get the link the menu item points at.
      $context['menu']['footer_1']->items[0]->permalink()
      /**
      * Get the link the menu item points at.
      *
      * @internal
      * @deprecated since 0.21.7 Use link method instead.
      * @see \Timber\MenuItem::link()
      * @codeCoverageIgnore
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:443
      public path(): string The path of a URL, like `/foo`. Get the relative path of the menu item’s link.
      $context['menu']['footer_1']->items[0]->path()
      /**
      * Get the relative path of the menu item’s link.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.path }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The path of a URL, like `/foo`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:460
      public title(): string The public label, like "Foo". Get the public label for the menu item.
      $context['menu']['footer_1']->items[0]->title()
      /**
      * Get the public label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The public label, like "Foo".
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:476
      public thumbnail(): \Timber\Image|null The featured image object. Get the featured image of the post associated with the menu item.
      $context['menu']['footer_1']->items[0]->thumbnail()
      /**
      * Get the featured image of the post associated with the menu item.
      *
      * @api
      * @deprecated since 1.5.2 to be removed in v2.0
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}"><img src="{{ item.thumbnail }}"/></a></li>
      * {% endfor %}
      * ```
      * @return \Timber\Image|null The featured image object.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:495
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      *
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      $context['menu']['footer_1']->items[0]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public update($key, $value)
      $context['menu']['footer_1']->items[0]->update($key, $value)
      /**
      * @ignore
      * @param string  $key
      * @param mixed   $value
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      $context['menu']['footer_1']->items[0]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      public get_method_values(): array
      $context['menu']['footer_1']->items[0]->get_method_values()
      /**
      *
      *
      * @return array
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
      public get_field($field_name): mixed
      $context['menu']['footer_1']->items[0]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    1 => Timber\MenuItem (76)
    $context['menu']['footer_1']->items[1]
    • Properties (76)
    • Available methods (31)
    • public id -> integer 128
      $context['menu']['footer_1']->items[1]->id
      public ID -> integer 128
      $context['menu']['footer_1']->items[1]->ID
      public object_type -> string (4) "post"
      $context['menu']['footer_1']->items[1]->object_type
      public children -> array (0)
      $context['menu']['footer_1']->items[1]->children
      public has_child_class -> boolean false
      $context['menu']['footer_1']->items[1]->has_child_class
      public classes -> array (5)
      $context['menu']['footer_1']->items[1]->classes
      0 => string (0) ""
      $context['menu']['footer_1']->items[1]->classes[0]
      1 => string (9) "menu-item"
      $context['menu']['footer_1']->items[1]->classes[1]
      2 => string (32) "menu-item-type-post_type_archive"
      $context['menu']['footer_1']->items[1]->classes[2]
      3 => string (27) "menu-item-object-wydarzenia"
      $context['menu']['footer_1']->items[1]->classes[3]
      4 => string (13) "menu-item-128"
      $context['menu']['footer_1']->items[1]->classes[4]
      public class -> string (84) "menu-item menu-item-type-post_type_archive menu-item-object-wydarzenia menu-...
      $context['menu']['footer_1']->items[1]->class
      menu-item menu-item-type-post_type_archive menu-item-object-wydarzenia menu-item-128
      
      public level -> integer 0
      $context['menu']['footer_1']->items[1]->level
      public post_name -> string (3) "128"
      $context['menu']['footer_1']->items[1]->post_name
      public url -> string (35) "https://www.csrinfo.org/wydarzenia/"
      $context['menu']['footer_1']->items[1]->url
      public PostClass -> string (11) "Timber\Post"
      $context['menu']['footer_1']->items[1]->PostClass
      public current -> boolean false
      $context['menu']['footer_1']->items[1]->current
      public current_item_parent -> boolean false
      $context['menu']['footer_1']->items[1]->current_item_parent
      public current_item_ancestor -> boolean false
      $context['menu']['footer_1']->items[1]->current_item_ancestor
      protected menu -> Timber\Menu (22) Recursion
      protected _name -> null
      protected _menu_item_object_id -> string (3) "-18"
      protected _menu_item_url -> string (0) ""
      protected menu_object -> Timber\Post (69)
      • Properties (69)
      • Available methods (95)
      • Static class properties
      • public id -> integer 128
        public ID -> integer 128
        public object_type -> string (4) "post"
        public ImageClass -> string (12) "Timber\Image"
        public PostClass -> string (11) "Timber\Post"
        public TermClass -> string (11) "Timber\Term"
        public custom -> array (15)
        _menu_item_type => string (17) "post_type_archive"
        _menu_item_menu_item_parent => string (1) "0"
        _menu_item_object_id => string (3) "-18"
        _menu_item_object => string (10) "wydarzenia"
        _menu_item_target => string (0) ""
        _menu_item_classes => array (1) Depth Limit
        _menu_item_xfn => string (0) ""
        _menu_item_url => string (0) ""
        label => string (0) ""
        _label => string (19) "field_62c9bcde0ee56"
        text => string (0) ""
        _text => string (19) "field_62c9bcde0ee56"
        submenu_id => string (0) ""
        _submenu_id => string (19) "field_62e82ac25e4c9"
        _wp_old_date => array (8) Depth Limit
        protected ___content -> null
        protected _permalink -> null
        protected _next -> array (0)
        protected _prev -> array (0)
        protected _css_class -> null
        public post_author -> string (1) "1"
        public post_content -> string (1) " "
        public post_date -> string (19) "2024-01-30 16:04:43"
        public post_excerpt -> string (0) ""
        public post_parent -> integer 0
        public post_status -> string (7) "publish"
        public post_title -> string (0) ""
        public post_type -> string (13) "nav_menu_item"
        public slug -> string (3) "128"
        protected __type -> null
        public _menu_item_type -> string (17) "post_type_archive"
        public _menu_item_menu_item_parent -> string (1) "0"
        public _menu_item_object_id -> string (3) "-18"
        public _menu_item_object -> string (10) "wydarzenia"
        public _menu_item_target -> string (0) ""
        public _menu_item_classes -> array (1)
        0 => string (0) ""
        public _menu_item_xfn -> string (0) ""
        public _menu_item_url -> string (0) ""
        public label -> string (0) ""
        public _label -> string (19) "field_62c9bcde0ee56"
        public text -> string (0) ""
        public _text -> string (19) "field_62c9bcde0ee56"
        public submenu_id -> string (0) ""
        public _submenu_id -> string (19) "field_62e82ac25e4c9"
        public _wp_old_date -> array (8)
        0 => string (10) "2022-07-09"
        1 => string (10) "2022-08-01"
        2 => string (10) "2022-10-20"
        3 => string (10) "2023-03-09"
        4 => string (10) "2023-03-19"
        5 => string (10) "2023-03-20"
        6 => string (10) "2023-06-19"
        7 => string (10) "2024-01-08"
        public post_date_gmt -> string (19) "2022-07-09 17:37:04"
        public comment_status -> string (6) "closed"
        public ping_status -> string (6) "closed"
        public post_password -> string (0) ""
        public post_name -> string (3) "128"
        public to_ping -> string (0) ""
        public pinged -> string (0) ""
        public post_modified -> string (19) "2024-01-30 16:04:43"
        public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
        public post_content_filtered -> string (0) ""
        public guid -> string (30) "https://www.csrinfo.org/?p=128"
        public menu_order -> integer 2
        public post_mime_type -> string (0) ""
        public comment_count -> string (1) "0"
        public filter -> string (3) "raw"
        public db_id -> integer 128
        public menu_item_parent -> string (1) "0"
        public object_id -> string (3) "-18"
        public object -> string (10) "wydarzenia"
        public type_label -> UTF-8 string (21) "Archiwum typu treści"
        public url -> string (35) "https://www.csrinfo.org/wydarzenia/"
        public target -> string (0) ""
        public attr_title -> string (0) ""
        public description -> string (0) ""
        public classes -> array (4)
        0 => string (0) ""
        1 => string (9) "menu-item"
        2 => string (32) "menu-item-type-post_type_archive"
        3 => string (27) "menu-item-object-wydarzenia"
        public xfn -> string (0) ""
        public popup_id -> null
        public current -> boolean false
        public current_item_ancestor -> boolean false
        public current_item_parent -> boolean false
        public __title -> string (10) "Wydarzenia"
        public status -> string (7) "publish"
      • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
        /**
        * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
        * @example
        * ```php
        * $post = new Timber\Post();
        * $other_post = new Timber\Post($random_post_id);
        * ```
        * @param mixed $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
        public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
        public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
        public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        /**
        * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
        public get_edit_url(): bool|string Get the URL that will edit the current post/object
        /**
        * Get the URL that will edit the current post/object
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::edit_link
        * @return bool|string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
        public update($field, $value) updates the post_meta of the current object with the given value
        /**
        * updates the post_meta of the current object with the given value
        * @param string $field
        * @param mixed $value
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
        public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
        /**
        * Gets a preview/excerpt of your post.
        *
        * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
        * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
        * where to pull through.
        *
        * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
        * means that you can change the output of the preview by **adding more methods**. Refer to the
        * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
        * to get an overview of all the available methods.
        *
        * @example
        * ```twig
        * {# Use default preview #}
        * <p>{{ post.preview }}</p>
        *
        * {# Change the post preview text #}
        * <p>{{ post.preview.read_more('Continue Reading') }}</p>
        *
        * {# Additionally restrict the length to 50 words #}
        * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
        * ```
        * @see \Timber\PostPreview
        * @return \Timber\PostPreview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
        public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
        /**
        * get a preview of your post, if you have an excerpt it will use that,
        * otherwise it will pull from the post_content.
        * If there's a <!-- more --> tag it will use that to mark where to pull through.
        * @deprecated since 1.3.1, use {{ post.preview }} instead
        * @example
        * ```twig
        * <p>{{post.get_preview(50)}}</p>
        * ```
        * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
        * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
        * @param string $readmore The text you want to use on the 'readmore' link
        * @param bool|string $strip true for default, false for none, string for list of custom attributes
        * @param string $end The text to end the preview with (defaults to ...)
        * @return string of the post preview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
        public import_custom($pid) gets the post custom and attaches it to the current object
        /**
        * gets the post custom and attaches it to the current object
        * @internal
        * @param integer $pid a post ID number
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
        public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
        /**
        *
        * Gets the comment form for use on a single article page
        * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
        * @return string of HTML for the form
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
        public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
        /**
        * Gets the terms associated with the post.
        *
        * @api
        * @todo Remove deprecated parameters in 2.x
        * @example
        * ```twig
        * <section id="job-feed">
        * {% for post in job %}
        *     <div class="job">
        *         <h2>{{ post.title }}</h2>
        *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
        *     </div>
        * {% endfor %}
        * </section>
        * ```
        * ```html
        * <section id="job-feed">
        *     <div class="job">
        *         <h2>Cheese Maker</h2>
        *         <p>Cheese, Food, Fromage</p>
        *     </div>
        *     <div class="job">
        *         <h2>Mime</h2>
        *         <p>Performance, Silence</p>
        *     </div>
        * </section>
        * ```
        * ```php
        * // Get all terms of a taxonomy.
        * $terms = $post->terms( 'category' );
        *
        * // Get terms of multiple taxonomies.
        * $terms = $post->terms( array( 'books', 'movies' ) );
        *
        * // Use custom arguments for taxonomy query and options.
        * $terms = $post->terms( array(
        *     'query' => [
        *         'taxonomy' => 'custom_tax',
        *         'orderby'  => 'count',
        *     ],
        *     'merge'      => false,
        *     'term_class' => 'My_Term_Class'
        * ) );
        * ```
        *
        * @param string|array $args {
        *     Optional. Name of the taxonomy or array of arguments.
        *
        *     @type array $query       Any array of term query parameters for getting the terms. See
        *                              `WP_Term_Query::__construct()` for supported arguments. Use the
        *                              `taxonomy` argument to choose which taxonomies to get. Defaults
        *                              to querying all registered taxonomies for the post type. You can
        *                              use custom or built-in WordPress taxonomies (category, tag).
        *                              Timber plays nice and figures out that `tag`, `tags` or
        *                              `post_tag` are all the same (also for `categories` or
        *                              `category`). For custom taxonomies you need to define the
        *                              proper name.
        *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
        *                              whether it should be an array of sub-arrays for each taxonomy
        *                              (`false`). Default `true`.
        *     @type string $term_class The Timber term class to use for the term objects.
        * }
        * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
        * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
        *                           parameter.
        * @return array An array of taxonomies.
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
        public has_term($term_name_or_id, $taxonomy = 'all'): bool
        /**
        * @param string|int $term_name_or_id
        * @param string $taxonomy
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
        public get_paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
        public get_post_type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @deprecated since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
        public get_comment_count(): int the number of comments on a post
        /**
        * @return int the number of comments on a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
        public has_field($field_name): boolean
        /**
        * @param string $field_name
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
        public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
        /**
        * Gets the field object data from Advanced Custom Fields.
        * This includes metadata on the field like whether it's conditional or not.
        *
        * @since 1.6.0
        * @param string $field_name of the field you want to lookup.
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
        public get_field($field_name): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
        public import_field($field_name)
        /**
        * @param string $field_name
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
        public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
        /**
        * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @example
        * ```twig
        * <article class="{{ post.post_class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * ```html
        * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
        *    {# Some stuff here #}
        * </article>
        * ```
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
        public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
        /**
        * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @see Timber\Post::$_css_class
        * @example
        * ```twig
        * <article class="{{ post.class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
        public get_method_values(): array
        /**
        * @return array
        * @codeCoverageIgnore
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
        public author(): User|null A User object if found, false if not Return the author of a post
        /**
        * Return the author of a post
        * @api
        * @example
        * ```twig
        * <h1>{{post.title}}</h1>
        * <p class="byline">
        *     <a href="{{post.author.link}}">{{post.author.name}}</a>
        * </p>
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
        public authors()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
        public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
        /**
        * Get the author (WordPress user) who last modified the post
        * @example
        * ```twig
        * Last updated by {{ post.modified_author.name }}
        * ```
        * ```html
        * Last updated by Harper Lee
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
        public categories(): array of Timber\Terms Get the categoires on a particular post
        /**
        * Get the categoires on a particular post
        * @api
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
        public category(): Timber\Term|null Returns a category attached to a post
        /**
        * Returns a category attached to a post
        * @api
        * If mulitpuile categories are set, it will return just the first one
        * @return Timber\Term|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
        public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
        /**
        * Returns an array of children on the post as Timber\Posts
        * (or other claass as you define).
        * @api
        * @example
        * ```twig
        * {% if post.children %}
        *     Here are the child pages:
        *     {% for child in post.children %}
        *         <a href="{{ child.link }}">{{ child.title }}</a>
        *     {% endfor %}
        * {% endif %}
        * ```
        * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
        * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
        public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
        /**
        * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
        * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
        * (or whatever comment class you set).
        * @api
        *
        * @param int    $count        Set the number of comments you want to get. `0` is analogous to
        *                             "all".
        * @param string $order        Use ordering set in WordPress admin, or a different scheme.
        * @param string $type         For when other plugins use the comments table for their own
        *                             special purposes. Might be set to 'liveblog' or other, depending
        *                             on what’s stored in your comments table.
        * @param string $status       Could be 'pending', etc.
        * @param string $CommentClass What class to use when returning Comment objects. As you become a
        *                             Timber Pro, you might find yourself extending `Timber\Comment`
        *                             for your site or app (obviously, totally optional).
        * @see \Timber\CommentThread for an example with nested comments
        * @return bool|\Timber\CommentThread
        *
        * @example
        *
        * **single.twig**
        *
        * ```twig
        * <div id="post-comments">
        *   <h4>Comments on {{ post.title }}</h4>
        *   <ul>
        *     {% for comment in post.comments() %}
        *       {% include 'comment.twig' %}
        *     {% endfor %}
        *   </ul>
        *   <div class="comment-form">
        *     {{ function('comment_form') }}
        *   </div>
        * </div>
        * ```
        *
        * **comment.twig**
        *
        * ```twig
        * {# comment.twig #}
        * <li>
        *   <p class="comment-author">{{ comment.author.name }} says:</p>
        *   <div>{{ comment.content }}</div>
        * </li>
        * ```
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
        public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
        /**
        * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
        * @api
        * @example
        * ```twig
        * <div class="article">
        *     <h2>{{post.title}}</h2>
        *     <div class="content">{{ post.content }}</div>
        * </div>
        * ```
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
        public paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
        public date($date_format = ''): string Get the date to use in your template!
        /**
        * Get the date to use in your template!
        * @api
        * @example
        * ```twig
        * Published on {{ post.date }} // Uses WP's formatting set in Admin
        * OR
        * Published on {{ post.date('F jS') }} // Jan 12th
        * ```
        *
        * ```html
        * Published on January 12, 2015
        * OR
        * Published on Jan 12th
        * ```
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
        public time($time_format = ''): string Get the time to use in your template
        /**
        * Get the time to use in your template
        * @api
        * @example
        * ```twig
        * Published at {{ post.time }} // Uses WP's formatting set in Admin
        * OR
        * Published at {{ post.time | time('G:i') }} // 13:25
        * ```
        *
        * ```html
        * Published at 1:25 pm
        * OR
        * Published at 13:25
        * ```
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
        public type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.type.labels.name }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
        public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
        /**
        * Returns the edit URL of a post if the user has access to it
        * @return bool|string the edit URL of a post in the WordPress admin
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
        public format(): mixed
        /**
        * @api
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
        public password_required(): boolean whether post requires password and correct password has been provided
        /**
        * whether post requires password and correct password has been provided
        * @api
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
        public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
        /**
        * get the permalink for a post object
        * @api
        * @example
        * ```twig
        * <a href="{{post.link}}">Read my post</a>
        * ```
        * @return string ex: http://example.org/2015/07/my-awesome-post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
        public meta($field_name = null): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
        public name(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
        public modified_date($date_format = ''): string
        /**
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
        public modified_time($time_format = ''): string
        /**
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
        public next($in_same_term = false): mixed
        /**
        * @api
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
        public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
        public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
        /**
        * Finds any WP_Post objects and converts them to Timber\Posts
        * @param array|WP_Post $data
        * @param string $class
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
        public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
        /**
        * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
        * @api
        * @example
        * ```twig
        * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
        * ```
        * @return bool|Timber\Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
        public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
        /**
        * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
        * this will return just /2015/07/my-cool-post
        * @api
        * @example
        * ```twig
        * <a href="{{post.path}}">{{post.title}}</a>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
        public prev($in_same_term = false): mixed Get the previous post in a set
        /**
        * Get the previous post in a set
        * @api
        * @example
        * ```twig
        * <h4>Prior Entry:</h4>
        * <h3>{{post.prev.title}}</h3>
        * <p>{{post.prev.get_preview(25)}}</p>
        * ```
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
        public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
        /**
        * Gets the tags on a post, uses WP's post_tag taxonomy
        * @api
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
        public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
        /**
        * get the featured image as a Timber/Image
        * @api
        * @example
        * ```twig
        * <img src="{{ post.thumbnail.src }}" />
        * ```
        * @return Timber\Image|null of your thumbnail
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
        public title(): string Returns the processed title to be used in templates. This returns the title o...
        /**
        * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
        * @api
        * @example
        * ```twig
        * <h1>{{ post.title }}</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
        public gallery($html = true): html Returns the gallery
        /**
        * Returns the gallery
        * @api
        * @example
        * ```twig
        * {{ post.gallery }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
        public audio(): html Returns the audio
        /**
        * Returns the audio
        * @api
        * @example
        * ```twig
        * {{ post.audio }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
        public video(): html Returns the video
        /**
        * Returns the video
        * @api
        * @example
        * ```twig
        * {{ post.video }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
        public get_categories(): array of Timber\Terms Get the categories for a post
        /**
        * Get the categories for a post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::categories
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
        public get_category(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::category
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
        public get_image($field): Timber\Image
        /**
        * @param string $field
        * @return Timber\Image
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
        public get_tags(): array Gets an array of tags for you to use
        /**
        * Gets an array of tags for you to use
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <ul class="tags">
        *     {% for tag in post.tags %}
        *         <li>{{tag.name}}</li>
        *     {% endfor %}
        * </ul>
        * ```
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
        public get_title(): string Outputs the title with filters applied
        /**
        * Outputs the title with filters applied
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <h1>{{post.get_title}}</h1>
        * ```
        * ```html
        * <h1>Hello World!</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
        public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
        /**
        * Displays the content of the post with filters, shortcodes and wpautop applied
        * @example
        * ```twig
        * <div class="article-text">{{post.get_content}}</div>
        * ```
        * ```html
        * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
        * ```
        * @param int $len
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
        public get_format(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
        public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
        /**
        * Get the terms associated with the post
        * This goes across all taxonomies by default
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
        * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
        public permalink(): string
        /**
        * @deprecated 0.20.0 use link() instead
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
        public get_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
        public get_modified_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::modified_date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
        public get_modified_time($time_format = ''): string
        /**
        * @internal
        * @param  string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
        public get_children($post_type = 'any', $childPostClass = false): array
        /**
        * @internal
        * @see Timber\Post::children
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string 		$post_type
        * @param bool|string 	$childPostClass
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
        public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
        /**
        * Get the permalink for a post, but as a relative path
        * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
        * this will return the relative version: "/2015/07/04/my-cool-post"
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
        public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
        public get_parent(): bool|TimberPost Get the parent post of the post
        /**
        * Get the parent post of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return bool|TimberPost
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
        public get_author(): User|null Gets a User object from the author of the post
        /**
        * Gets a User object from the author of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::author
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
        public get_modified_author(): User|null
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
        public get_thumbnail(): Image|null
        /**
        * @internal
        * @see TimberPost::thumbnail
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return Image|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
        public get_permalink(): string
        /**
        * @internal
        * @see TimberPost::link
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
        public get_link(): string get the permalink for a post object In your templates you should use link: <a...
        /**
        * get the permalink for a post object
        * In your templates you should use link:
        * <a href="{{post.link}}">Read my post</a>
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
        public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param bool $taxonomy
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
        public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @internal
        * @see Timber\Post::pagination();
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
        public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
        /**
        * Get the comments for a post
        * @internal
        * @see Timber\Post::comments
        * @param int $count
        * @param string $order
        * @param string $type
        * @param string $status
        * @param string $CommentClass
        * @return array|mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
        public __isset($field): boolean
        /**
        *
        * @return boolean
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
        public import($info, $force = false) Takes an array or object and adds the properties to the parent object
        /**
        * Takes an array or object and adds the properties to the parent object
        * @example
        * ```php
        * $data = array('airplane' => '757-200', 'flight' => '5316');
        * $post = new Timber\Post()
        * $post->import(data);
        * echo $post->airplane; //757-200
        * ```
        * @param array|object $info an object or array you want to grab data from to attach to the Timber object
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
        public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
        /**
        * Can you edit this post/term/user? Well good for you. You're no better than me.
        * @example
        * ```twig
        * {% if post.can_edit %}
        * <a href="{{ post.edit_link }}">Edit</a>
        * {% endif %}
        * ```
        * ```html
        * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
        * ```
        * @return bool
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
        protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
        /**
        * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
        * @internal
        * @param mixed a value to test against
        * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
        protected get_post_preview_object()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
        protected get_post_preview_id($query)
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
        protected init($pid = false) Initializes a Post
        /**
        * Initializes a Post
        * @internal
        * @param integer $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
        protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
        /**
        * takes a mix of integer (post ID), string (post slug),
        * or object to return a WordPress post object from WP's built-in get_post() function
        * @internal
        * @param integer $pid
        * @return WP_Post on success
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
        protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
        /**
        * helps you find the post id regardless of whether you send a string or whatever
        * @param integer $pid ;
        * @internal
        * @return integer ID number of a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
        protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
        /**
        * Used internally to fetch the metadata fields (wp_postmeta table)
        * and attach them to our TimberPost object
        * @internal
        * @param int $pid
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
        protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
        /**
        * Used internally by init, etc. to build TimberPost object
        * @internal
        * @param  int $pid
        * @return null|object|WP_Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
        protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
        /**
        * If the Password form is to be shown, show it!
        * @return string|void
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
        protected get_revised_data_from_method($method, $args = false)
        /**
        *
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
        protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
        /**
        * Handles for an circumstance with the Block editor where a "more" block has an option to
        * "Hide the excerpt on the full content page" which hides everything prior to the inserted
        * "more" block
        * @ticket #2218
        * @param string $content
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
        public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
        \Timber\Post::get_post_id_by_name($post_name)
        /**
        * get_post_id_by_name($post_name)
        * @internal
        * @deprecated since 1.5.0
        * @param string $post_name
        * @return int
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
        protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
        /**
        * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
        * WordPress admin
        * @internal
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
        protected static get_wp_link_page($i): string
        /**
        * @param int $i
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
      • public static $representation :: string (4) "post"
        \Timber\Post::$representation
      public ImageClass -> string (12) "Timber\Image"
      $context['menu']['footer_1']->items[1]->ImageClass
      public TermClass -> string (11) "Timber\Term"
      $context['menu']['footer_1']->items[1]->TermClass
      public custom -> array (15)
      $context['menu']['footer_1']->items[1]->custom
      _menu_item_type => string (17) "post_type_archive"
      $context['menu']['footer_1']->items[1]->custom['_menu_item_type']
      _menu_item_menu_item_parent => string (1) "0"
      $context['menu']['footer_1']->items[1]->custom['_menu_item_menu_item_parent']
      _menu_item_object_id => string (3) "-18"
      $context['menu']['footer_1']->items[1]->custom['_menu_item_object_id']
      _menu_item_object => string (10) "wydarzenia"
      $context['menu']['footer_1']->items[1]->custom['_menu_item_object']
      _menu_item_target => string (0) ""
      $context['menu']['footer_1']->items[1]->custom['_menu_item_target']
      _menu_item_classes => array (1)
      $context['menu']['footer_1']->items[1]->custom['_menu_item_classes']
      0 => string (0) ""
      $context['menu']['footer_1']->items[1]->custom['_menu_item_classes'][0]
      _menu_item_xfn => string (0) ""
      $context['menu']['footer_1']->items[1]->custom['_menu_item_xfn']
      _menu_item_url => string (0) ""
      $context['menu']['footer_1']->items[1]->custom['_menu_item_url']
      label => string (0) ""
      $context['menu']['footer_1']->items[1]->custom['label']
      _label => string (19) "field_62c9bcde0ee56"
      $context['menu']['footer_1']->items[1]->custom['_label']
      text => string (0) ""
      $context['menu']['footer_1']->items[1]->custom['text']
      _text => string (19) "field_62c9bcde0ee56"
      $context['menu']['footer_1']->items[1]->custom['_text']
      submenu_id => string (0) ""
      $context['menu']['footer_1']->items[1]->custom['submenu_id']
      _submenu_id => string (19) "field_62e82ac25e4c9"
      $context['menu']['footer_1']->items[1]->custom['_submenu_id']
      _wp_old_date => array (8)
      $context['menu']['footer_1']->items[1]->custom['_wp_old_date']
      0 => string (10) "2022-07-09"
      $context['menu']['footer_1']->items[1]->custom['_wp_old_date'][0]
      1 => string (10) "2022-08-01"
      $context['menu']['footer_1']->items[1]->custom['_wp_old_date'][1]
      2 => string (10) "2022-10-20"
      $context['menu']['footer_1']->items[1]->custom['_wp_old_date'][2]
      3 => string (10) "2023-03-09"
      $context['menu']['footer_1']->items[1]->custom['_wp_old_date'][3]
      4 => string (10) "2023-03-19"
      $context['menu']['footer_1']->items[1]->custom['_wp_old_date'][4]
      5 => string (10) "2023-03-20"
      $context['menu']['footer_1']->items[1]->custom['_wp_old_date'][5]
      6 => string (10) "2023-06-19"
      $context['menu']['footer_1']->items[1]->custom['_wp_old_date'][6]
      7 => string (10) "2024-01-08"
      $context['menu']['footer_1']->items[1]->custom['_wp_old_date'][7]
      public ___content -> null
      $context['menu']['footer_1']->items[1]->___content
      public _permalink -> null
      $context['menu']['footer_1']->items[1]->_permalink
      public _next -> array (0)
      $context['menu']['footer_1']->items[1]->_next
      public _prev -> array (0)
      $context['menu']['footer_1']->items[1]->_prev
      public _css_class -> null
      $context['menu']['footer_1']->items[1]->_css_class
      public post_author -> string (1) "1"
      $context['menu']['footer_1']->items[1]->post_author
      public post_content -> string (1) " "
      $context['menu']['footer_1']->items[1]->post_content
      public post_date -> string (19) "2024-01-30 16:04:43"
      $context['menu']['footer_1']->items[1]->post_date
      public post_excerpt -> string (0) ""
      $context['menu']['footer_1']->items[1]->post_excerpt
      public post_parent -> integer 0
      $context['menu']['footer_1']->items[1]->post_parent
      public post_status -> string (7) "publish"
      $context['menu']['footer_1']->items[1]->post_status
      public post_title -> string (0) ""
      $context['menu']['footer_1']->items[1]->post_title
      public post_type -> string (13) "nav_menu_item"
      $context['menu']['footer_1']->items[1]->post_type
      public __type -> null
      $context['menu']['footer_1']->items[1]->__type
      public _menu_item_type -> string (17) "post_type_archive"
      $context['menu']['footer_1']->items[1]->_menu_item_type
      public _menu_item_menu_item_parent -> string (1) "0"
      $context['menu']['footer_1']->items[1]->_menu_item_menu_item_parent
      public _menu_item_object -> string (10) "wydarzenia"
      $context['menu']['footer_1']->items[1]->_menu_item_object
      public _menu_item_target -> string (0) ""
      $context['menu']['footer_1']->items[1]->_menu_item_target
      public _menu_item_classes -> array (1)
      $context['menu']['footer_1']->items[1]->_menu_item_classes
      0 => string (0) ""
      $context['menu']['footer_1']->items[1]->_menu_item_classes[0]
      public _menu_item_xfn -> string (0) ""
      $context['menu']['footer_1']->items[1]->_menu_item_xfn
      public label -> string (0) ""
      $context['menu']['footer_1']->items[1]->label
      public _label -> string (19) "field_62c9bcde0ee56"
      $context['menu']['footer_1']->items[1]->_label
      public text -> string (0) ""
      $context['menu']['footer_1']->items[1]->text
      public _text -> string (19) "field_62c9bcde0ee56"
      $context['menu']['footer_1']->items[1]->_text
      public submenu_id -> string (0) ""
      $context['menu']['footer_1']->items[1]->submenu_id
      public _submenu_id -> string (19) "field_62e82ac25e4c9"
      $context['menu']['footer_1']->items[1]->_submenu_id
      public _wp_old_date -> array (8)
      $context['menu']['footer_1']->items[1]->_wp_old_date
      0 => string (10) "2022-07-09"
      $context['menu']['footer_1']->items[1]->_wp_old_date[0]
      1 => string (10) "2022-08-01"
      $context['menu']['footer_1']->items[1]->_wp_old_date[1]
      2 => string (10) "2022-10-20"
      $context['menu']['footer_1']->items[1]->_wp_old_date[2]
      3 => string (10) "2023-03-09"
      $context['menu']['footer_1']->items[1]->_wp_old_date[3]
      4 => string (10) "2023-03-19"
      $context['menu']['footer_1']->items[1]->_wp_old_date[4]
      5 => string (10) "2023-03-20"
      $context['menu']['footer_1']->items[1]->_wp_old_date[5]
      6 => string (10) "2023-06-19"
      $context['menu']['footer_1']->items[1]->_wp_old_date[6]
      7 => string (10) "2024-01-08"
      $context['menu']['footer_1']->items[1]->_wp_old_date[7]
      public post_date_gmt -> string (19) "2022-07-09 17:37:04"
      $context['menu']['footer_1']->items[1]->post_date_gmt
      public comment_status -> string (6) "closed"
      $context['menu']['footer_1']->items[1]->comment_status
      public ping_status -> string (6) "closed"
      $context['menu']['footer_1']->items[1]->ping_status
      public post_password -> string (0) ""
      $context['menu']['footer_1']->items[1]->post_password
      public to_ping -> string (0) ""
      $context['menu']['footer_1']->items[1]->to_ping
      public pinged -> string (0) ""
      $context['menu']['footer_1']->items[1]->pinged
      public post_modified -> string (19) "2024-01-30 16:04:43"
      $context['menu']['footer_1']->items[1]->post_modified
      public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
      $context['menu']['footer_1']->items[1]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      $context['menu']['footer_1']->items[1]->post_content_filtered
      public guid -> string (30) "https://www.csrinfo.org/?p=128"
      $context['menu']['footer_1']->items[1]->guid
      public menu_order -> integer 2
      $context['menu']['footer_1']->items[1]->menu_order
      public post_mime_type -> string (0) ""
      $context['menu']['footer_1']->items[1]->post_mime_type
      public comment_count -> string (1) "0"
      $context['menu']['footer_1']->items[1]->comment_count
      public filter -> string (3) "raw"
      $context['menu']['footer_1']->items[1]->filter
      public db_id -> integer 128
      $context['menu']['footer_1']->items[1]->db_id
      public menu_item_parent -> string (1) "0"
      $context['menu']['footer_1']->items[1]->menu_item_parent
      public object_id -> string (3) "-18"
      $context['menu']['footer_1']->items[1]->object_id
      public object -> string (10) "wydarzenia"
      $context['menu']['footer_1']->items[1]->object
      public type_label -> UTF-8 string (21) "Archiwum typu treści"
      $context['menu']['footer_1']->items[1]->type_label
      public target -> string (0) ""
      $context['menu']['footer_1']->items[1]->target
      public attr_title -> string (0) ""
      $context['menu']['footer_1']->items[1]->attr_title
      public description -> string (0) ""
      $context['menu']['footer_1']->items[1]->description
      public xfn -> string (0) ""
      $context['menu']['footer_1']->items[1]->xfn
      public popup_id -> null
      $context['menu']['footer_1']->items[1]->popup_id
      public __title -> string (10) "Wydarzenia"
      $context['menu']['footer_1']->items[1]->__title
      public status -> string (7) "publish"
      $context['menu']['footer_1']->items[1]->status
      public name -> string (10) "Wydarzenia"
      $context['menu']['footer_1']->items[1]->name
    • public __construct($data, $menu = null)
      new \Timber\MenuItem($data, $menu = null)
      /**
      * @internal
      * @param array|object $data
      * @param \Timber\Menu $menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:83
      public add_class($class_name) Add a CSS class the menu item should have.
      $context['menu']['footer_1']->items[1]->add_class($class_name)
      /**
      * Add a CSS class the menu item should have.
      *
      * @param string $class_name CSS class name to be added.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:102
      public name(): string The label for the menu item. Get the label for the menu item.
      $context['menu']['footer_1']->items[1]->name()
      /**
      * Get the label for the menu item.
      *
      * @api
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:113
      public __toString(): string Magic method to get the label for the menu item.
      (string) $context['menu']['footer_1']->items[1]
      /**
      * Magic method to get the label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}">{{ item }}</a>
      * ```
      * @see \Timber\MenuItem::name()
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:134
      public slug(): string The URL-safe slug of the menu item. Get the slug for the menu item.
      $context['menu']['footer_1']->items[1]->slug()
      /**
      * Get the slug for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <ul>
      *     {% for item in menu.items %}
      *         <li class="{{ item.slug }}">
      *             <a href="{{ item.link }}">{{ item.name }}</a>
      *          </li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return string The URL-safe slug of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:154
      public master_object(): mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents. Allows dev to access the "master object" (ex: post or page) the menu item rep...
      $context['menu']['footer_1']->items[1]->master_object()
      /**
      * Allows dev to access the "master object" (ex: post or page) the menu item represents
      * @api
      * @example
      * ```twig
      * <div>
      *     {% for item in menu.items %}
      *         <a href="{{ item.link }}"><img src="{{ item.master_object.thumbnail }}" /></a>
      *     {% endfor %}
      * </div>
      * ```
      * @return mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:175
      public get_link(): string An absolute URL, e.g. `http://example.org/my-page`. Get link.
      $context['menu']['footer_1']->items[1]->get_link()
      /**
      * Get link.
      *
      * @internal
      * @see \Timber\MenuItem::link()
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string An absolute URL, e.g. `http://example.org/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:193
      public get_path(): string A relative URL, e.g. `/my-page`. Get path.
      $context['menu']['footer_1']->items[1]->get_path()
      /**
      * Get path.
      *
      * @internal
      * @codeCoverageIgnore
      * @see        \Timber\MenuItem::path()
      * @deprecated since 1.0
      * @return string A relative URL, e.g. `/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:206
      public add_child($item) Add a new `Timber\MenuItem` object as a child of this menu item.
      $context['menu']['footer_1']->items[1]->add_child($item)
      /**
      * Add a new `Timber\MenuItem` object as a child of this menu item.
      *
      * @param \Timber\MenuItem $item The menu item to add.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:215
      public update_child_levels(): bool|null
      $context['menu']['footer_1']->items[1]->update_child_levels()
      /**
      * @internal
      * @return bool|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:231
      public import_classes($data) Imports the classes to be used in CSS.
      $context['menu']['footer_1']->items[1]->import_classes($data)
      /**
      * Imports the classes to be used in CSS.
      *
      * @internal
      *
      * @param array|object $data
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:248
      public get_children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get children of a menu item.
      $context['menu']['footer_1']->items[1]->get_children()
      /**
      * Get children of a menu item.
      *
      * You can also directly access the children through the `$children` property (`item.children`
      * in Twig).
      *
      * @internal
      * @example
      * ```twig
      * {% for child in item.get_children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:301
      public is_external(): bool Whether the link is external or not. Checks to see if the menu item is an external link.
      $context['menu']['footer_1']->items[1]->is_external()
      /**
      * Checks to see if the menu item is an external link.
      *
      * If your site is `example.org`, then `google.com/whatever` is an external link. This is
      * helpful when you want to create rules for the target of a link.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}" target="{{ item.is_external ? '_blank' : '_self' }}">
      * ```
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:321
      public type(): string The type of the menu item. Get the type of the menu item.
      $context['menu']['footer_1']->items[1]->type()
      /**
      * Get the type of the menu item.
      *
      * Depending on what is the menu item links to. Can be `post_type` for posts, pages and custom
      * posts, `post_type_archive` for post type archive pages, `taxonomy` for terms or `custom` for
      * custom links.
      *
      * @api
      * @since 1.0.4
      * @return string The type of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:339
      public menu(): \Timber\Menu The `Timber\Menu` object the menu item is associated with. Timber Menu.
      $context['menu']['footer_1']->items[1]->menu()
      /**
      * Timber Menu.
      *
      * @api
      * @since 1.12.0
      * @return \Timber\Menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:350
      public meta($key): mixed Whatever value is stored in the database. Get a meta value of the menu item.
      $context['menu']['footer_1']->items[1]->meta($key)
      /**
      * Get a meta value of the menu item.
      *
      * Plugins like Advanced Custom Fields allow you to set custom fields for menu items. With this
      * method you can retrieve the value of these.
      *
      * @example
      * ```twig
      * <a class="icon-{{ item.meta('icon') }}" href="{{ item.link }}">{{ item.title }}</a>
      * ```
      * @api
      * @param string $key The meta key to get the value for.
      * @return mixed Whatever value is stored in the database.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:369
      public children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get the child menu items of a `Timber\MenuItem`.
      $context['menu']['footer_1']->items[1]->children()
      /**
      * Get the child menu items of a `Timber\MenuItem`.
      *
      * @api
      * @example
      * ```twig
      * {% for child in item.children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:394
      public external(): bool Whether the link is external or not. Check if a link is external.
      $context['menu']['footer_1']->items[1]->external()
      /**
      * Check if a link is external.
      *
      * This is helpful when creating rules for the target of a link.
      *
      * @internal
      * @see \Timber\MenuItem::is_external()
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:407
      public link(): string A full URL, like `http://mysite.com/thing/`. Get the full link to a menu item.
      $context['menu']['footer_1']->items[1]->link()
      /**
      * Get the full link to a menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:423
      public permalink(): string A full URL, like `http://mysite.com/thing/`. Get the link the menu item points at.
      $context['menu']['footer_1']->items[1]->permalink()
      /**
      * Get the link the menu item points at.
      *
      * @internal
      * @deprecated since 0.21.7 Use link method instead.
      * @see \Timber\MenuItem::link()
      * @codeCoverageIgnore
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:443
      public path(): string The path of a URL, like `/foo`. Get the relative path of the menu item’s link.
      $context['menu']['footer_1']->items[1]->path()
      /**
      * Get the relative path of the menu item’s link.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.path }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The path of a URL, like `/foo`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:460
      public title(): string The public label, like "Foo". Get the public label for the menu item.
      $context['menu']['footer_1']->items[1]->title()
      /**
      * Get the public label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The public label, like "Foo".
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:476
      public thumbnail(): \Timber\Image|null The featured image object. Get the featured image of the post associated with the menu item.
      $context['menu']['footer_1']->items[1]->thumbnail()
      /**
      * Get the featured image of the post associated with the menu item.
      *
      * @api
      * @deprecated since 1.5.2 to be removed in v2.0
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}"><img src="{{ item.thumbnail }}"/></a></li>
      * {% endfor %}
      * ```
      * @return \Timber\Image|null The featured image object.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:495
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      *
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      $context['menu']['footer_1']->items[1]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public update($key, $value)
      $context['menu']['footer_1']->items[1]->update($key, $value)
      /**
      * @ignore
      * @param string  $key
      * @param mixed   $value
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      $context['menu']['footer_1']->items[1]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      public get_method_values(): array
      $context['menu']['footer_1']->items[1]->get_method_values()
      /**
      *
      *
      * @return array
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
      public get_field($field_name): mixed
      $context['menu']['footer_1']->items[1]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    2 => Timber\MenuItem (73)
    $context['menu']['footer_1']->items[2]
    • Properties (73)
    • Available methods (31)
    • public id -> integer 2279
      $context['menu']['footer_1']->items[2]->id
      public ID -> integer 2279
      $context['menu']['footer_1']->items[2]->ID
      public object_type -> string (4) "post"
      $context['menu']['footer_1']->items[2]->object_type
      public children -> array (0)
      $context['menu']['footer_1']->items[2]->children
      public has_child_class -> boolean false
      $context['menu']['footer_1']->items[2]->has_child_class
      public classes -> array (5)
      $context['menu']['footer_1']->items[2]->classes
      0 => string (0) ""
      $context['menu']['footer_1']->items[2]->classes[0]
      1 => string (9) "menu-item"
      $context['menu']['footer_1']->items[2]->classes[1]
      2 => string (21) "menu-item-type-custom"
      $context['menu']['footer_1']->items[2]->classes[2]
      3 => string (23) "menu-item-object-custom"
      $context['menu']['footer_1']->items[2]->classes[3]
      4 => string (14) "menu-item-2279"
      $context['menu']['footer_1']->items[2]->classes[4]
      public class -> string (70) "menu-item menu-item-type-custom menu-item-object-custom menu-item-2279"
      $context['menu']['footer_1']->items[2]->class
      public level -> integer 0
      $context['menu']['footer_1']->items[2]->level
      public post_name -> string (7) "csrinfo"
      $context['menu']['footer_1']->items[2]->post_name
      public url -> string (1) "#"
      $context['menu']['footer_1']->items[2]->url
      public PostClass -> string (11) "Timber\Post"
      $context['menu']['footer_1']->items[2]->PostClass
      public current -> boolean false
      $context['menu']['footer_1']->items[2]->current
      public current_item_parent -> boolean false
      $context['menu']['footer_1']->items[2]->current_item_parent
      public current_item_ancestor -> boolean false
      $context['menu']['footer_1']->items[2]->current_item_ancestor
      protected menu -> Timber\Menu (22) Recursion
      protected _name -> null
      protected _menu_item_object_id -> string (4) "2279"
      protected _menu_item_url -> string (1) "#"
      protected menu_object -> Timber\Post (66)
      • Properties (66)
      • Available methods (95)
      • Static class properties
      • public id -> integer 2279
        public ID -> integer 2279
        public object_type -> string (4) "post"
        public ImageClass -> string (12) "Timber\Image"
        public PostClass -> string (11) "Timber\Post"
        public TermClass -> string (11) "Timber\Term"
        public custom -> array (12)
        _menu_item_type => string (6) "custom"
        _menu_item_menu_item_parent => string (1) "0"
        _menu_item_object_id => string (4) "2279"
        _menu_item_object => string (6) "custom"
        _menu_item_target => string (0) ""
        _menu_item_classes => array (1) Depth Limit
        _menu_item_xfn => string (0) ""
        _menu_item_url => string (1) "#"
        text => string (7) "CSRinfo"
        _text => string (19) "field_62c9bcde0ee56"
        submenu_id => string (7) "CSRinfo"
        _submenu_id => string (19) "field_62e82ac25e4c9"
        protected ___content -> null
        protected _permalink -> null
        protected _next -> array (0)
        protected _prev -> array (0)
        protected _css_class -> null
        public post_author -> string (1) "1"
        public post_content -> string (0) ""
        public post_date -> string (19) "2024-01-30 16:04:43"
        public post_excerpt -> string (0) ""
        public post_parent -> integer 0
        public post_status -> string (7) "publish"
        public post_title -> string (7) "CSRinfo"
        public post_type -> string (13) "nav_menu_item"
        public slug -> string (7) "csrinfo"
        protected __type -> null
        public _menu_item_type -> string (6) "custom"
        public _menu_item_menu_item_parent -> string (1) "0"
        public _menu_item_object_id -> string (4) "2279"
        public _menu_item_object -> string (6) "custom"
        public _menu_item_target -> string (0) ""
        public _menu_item_classes -> array (1)
        0 => string (0) ""
        public _menu_item_xfn -> string (0) ""
        public _menu_item_url -> string (1) "#"
        public text -> string (7) "CSRinfo"
        public _text -> string (19) "field_62c9bcde0ee56"
        public submenu_id -> string (7) "CSRinfo"
        public _submenu_id -> string (19) "field_62e82ac25e4c9"
        public post_date_gmt -> string (19) "2024-01-30 10:15:11"
        public comment_status -> string (6) "closed"
        public ping_status -> string (6) "closed"
        public post_password -> string (0) ""
        public post_name -> string (7) "csrinfo"
        public to_ping -> string (0) ""
        public pinged -> string (0) ""
        public post_modified -> string (19) "2024-01-30 16:04:43"
        public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
        public post_content_filtered -> string (0) ""
        public guid -> string (31) "https://www.csrinfo.org/?p=2279"
        public menu_order -> integer 3
        public post_mime_type -> string (0) ""
        public comment_count -> string (1) "0"
        public filter -> string (3) "raw"
        public db_id -> integer 2279
        public menu_item_parent -> string (1) "0"
        public object_id -> string (4) "2279"
        public object -> string (6) "custom"
        public type_label -> UTF-8 string (17) "Własny odnośnik"
        public url -> string (1) "#"
        public target -> string (0) ""
        public attr_title -> string (0) ""
        public description -> string (0) ""
        public classes -> array (4)
        0 => string (0) ""
        1 => string (9) "menu-item"
        2 => string (21) "menu-item-type-custom"
        3 => string (23) "menu-item-object-custom"
        public xfn -> string (0) ""
        public popup_id -> null
        public current -> boolean false
        public current_item_ancestor -> boolean false
        public current_item_parent -> boolean false
        public __title -> string (7) "CSRinfo"
        public status -> string (7) "publish"
      • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
        /**
        * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
        * @example
        * ```php
        * $post = new Timber\Post();
        * $other_post = new Timber\Post($random_post_id);
        * ```
        * @param mixed $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
        public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
        public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
        public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        /**
        * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
        public get_edit_url(): bool|string Get the URL that will edit the current post/object
        /**
        * Get the URL that will edit the current post/object
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::edit_link
        * @return bool|string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
        public update($field, $value) updates the post_meta of the current object with the given value
        /**
        * updates the post_meta of the current object with the given value
        * @param string $field
        * @param mixed $value
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
        public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
        /**
        * Gets a preview/excerpt of your post.
        *
        * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
        * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
        * where to pull through.
        *
        * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
        * means that you can change the output of the preview by **adding more methods**. Refer to the
        * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
        * to get an overview of all the available methods.
        *
        * @example
        * ```twig
        * {# Use default preview #}
        * <p>{{ post.preview }}</p>
        *
        * {# Change the post preview text #}
        * <p>{{ post.preview.read_more('Continue Reading') }}</p>
        *
        * {# Additionally restrict the length to 50 words #}
        * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
        * ```
        * @see \Timber\PostPreview
        * @return \Timber\PostPreview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
        public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
        /**
        * get a preview of your post, if you have an excerpt it will use that,
        * otherwise it will pull from the post_content.
        * If there's a <!-- more --> tag it will use that to mark where to pull through.
        * @deprecated since 1.3.1, use {{ post.preview }} instead
        * @example
        * ```twig
        * <p>{{post.get_preview(50)}}</p>
        * ```
        * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
        * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
        * @param string $readmore The text you want to use on the 'readmore' link
        * @param bool|string $strip true for default, false for none, string for list of custom attributes
        * @param string $end The text to end the preview with (defaults to ...)
        * @return string of the post preview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
        public import_custom($pid) gets the post custom and attaches it to the current object
        /**
        * gets the post custom and attaches it to the current object
        * @internal
        * @param integer $pid a post ID number
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
        public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
        /**
        *
        * Gets the comment form for use on a single article page
        * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
        * @return string of HTML for the form
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
        public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
        /**
        * Gets the terms associated with the post.
        *
        * @api
        * @todo Remove deprecated parameters in 2.x
        * @example
        * ```twig
        * <section id="job-feed">
        * {% for post in job %}
        *     <div class="job">
        *         <h2>{{ post.title }}</h2>
        *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
        *     </div>
        * {% endfor %}
        * </section>
        * ```
        * ```html
        * <section id="job-feed">
        *     <div class="job">
        *         <h2>Cheese Maker</h2>
        *         <p>Cheese, Food, Fromage</p>
        *     </div>
        *     <div class="job">
        *         <h2>Mime</h2>
        *         <p>Performance, Silence</p>
        *     </div>
        * </section>
        * ```
        * ```php
        * // Get all terms of a taxonomy.
        * $terms = $post->terms( 'category' );
        *
        * // Get terms of multiple taxonomies.
        * $terms = $post->terms( array( 'books', 'movies' ) );
        *
        * // Use custom arguments for taxonomy query and options.
        * $terms = $post->terms( array(
        *     'query' => [
        *         'taxonomy' => 'custom_tax',
        *         'orderby'  => 'count',
        *     ],
        *     'merge'      => false,
        *     'term_class' => 'My_Term_Class'
        * ) );
        * ```
        *
        * @param string|array $args {
        *     Optional. Name of the taxonomy or array of arguments.
        *
        *     @type array $query       Any array of term query parameters for getting the terms. See
        *                              `WP_Term_Query::__construct()` for supported arguments. Use the
        *                              `taxonomy` argument to choose which taxonomies to get. Defaults
        *                              to querying all registered taxonomies for the post type. You can
        *                              use custom or built-in WordPress taxonomies (category, tag).
        *                              Timber plays nice and figures out that `tag`, `tags` or
        *                              `post_tag` are all the same (also for `categories` or
        *                              `category`). For custom taxonomies you need to define the
        *                              proper name.
        *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
        *                              whether it should be an array of sub-arrays for each taxonomy
        *                              (`false`). Default `true`.
        *     @type string $term_class The Timber term class to use for the term objects.
        * }
        * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
        * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
        *                           parameter.
        * @return array An array of taxonomies.
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
        public has_term($term_name_or_id, $taxonomy = 'all'): bool
        /**
        * @param string|int $term_name_or_id
        * @param string $taxonomy
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
        public get_paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
        public get_post_type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @deprecated since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
        public get_comment_count(): int the number of comments on a post
        /**
        * @return int the number of comments on a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
        public has_field($field_name): boolean
        /**
        * @param string $field_name
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
        public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
        /**
        * Gets the field object data from Advanced Custom Fields.
        * This includes metadata on the field like whether it's conditional or not.
        *
        * @since 1.6.0
        * @param string $field_name of the field you want to lookup.
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
        public get_field($field_name): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
        public import_field($field_name)
        /**
        * @param string $field_name
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
        public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
        /**
        * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @example
        * ```twig
        * <article class="{{ post.post_class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * ```html
        * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
        *    {# Some stuff here #}
        * </article>
        * ```
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
        public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
        /**
        * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @see Timber\Post::$_css_class
        * @example
        * ```twig
        * <article class="{{ post.class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
        public get_method_values(): array
        /**
        * @return array
        * @codeCoverageIgnore
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
        public author(): User|null A User object if found, false if not Return the author of a post
        /**
        * Return the author of a post
        * @api
        * @example
        * ```twig
        * <h1>{{post.title}}</h1>
        * <p class="byline">
        *     <a href="{{post.author.link}}">{{post.author.name}}</a>
        * </p>
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
        public authors()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
        public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
        /**
        * Get the author (WordPress user) who last modified the post
        * @example
        * ```twig
        * Last updated by {{ post.modified_author.name }}
        * ```
        * ```html
        * Last updated by Harper Lee
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
        public categories(): array of Timber\Terms Get the categoires on a particular post
        /**
        * Get the categoires on a particular post
        * @api
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
        public category(): Timber\Term|null Returns a category attached to a post
        /**
        * Returns a category attached to a post
        * @api
        * If mulitpuile categories are set, it will return just the first one
        * @return Timber\Term|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
        public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
        /**
        * Returns an array of children on the post as Timber\Posts
        * (or other claass as you define).
        * @api
        * @example
        * ```twig
        * {% if post.children %}
        *     Here are the child pages:
        *     {% for child in post.children %}
        *         <a href="{{ child.link }}">{{ child.title }}</a>
        *     {% endfor %}
        * {% endif %}
        * ```
        * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
        * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
        public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
        /**
        * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
        * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
        * (or whatever comment class you set).
        * @api
        *
        * @param int    $count        Set the number of comments you want to get. `0` is analogous to
        *                             "all".
        * @param string $order        Use ordering set in WordPress admin, or a different scheme.
        * @param string $type         For when other plugins use the comments table for their own
        *                             special purposes. Might be set to 'liveblog' or other, depending
        *                             on what’s stored in your comments table.
        * @param string $status       Could be 'pending', etc.
        * @param string $CommentClass What class to use when returning Comment objects. As you become a
        *                             Timber Pro, you might find yourself extending `Timber\Comment`
        *                             for your site or app (obviously, totally optional).
        * @see \Timber\CommentThread for an example with nested comments
        * @return bool|\Timber\CommentThread
        *
        * @example
        *
        * **single.twig**
        *
        * ```twig
        * <div id="post-comments">
        *   <h4>Comments on {{ post.title }}</h4>
        *   <ul>
        *     {% for comment in post.comments() %}
        *       {% include 'comment.twig' %}
        *     {% endfor %}
        *   </ul>
        *   <div class="comment-form">
        *     {{ function('comment_form') }}
        *   </div>
        * </div>
        * ```
        *
        * **comment.twig**
        *
        * ```twig
        * {# comment.twig #}
        * <li>
        *   <p class="comment-author">{{ comment.author.name }} says:</p>
        *   <div>{{ comment.content }}</div>
        * </li>
        * ```
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
        public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
        /**
        * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
        * @api
        * @example
        * ```twig
        * <div class="article">
        *     <h2>{{post.title}}</h2>
        *     <div class="content">{{ post.content }}</div>
        * </div>
        * ```
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
        public paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
        public date($date_format = ''): string Get the date to use in your template!
        /**
        * Get the date to use in your template!
        * @api
        * @example
        * ```twig
        * Published on {{ post.date }} // Uses WP's formatting set in Admin
        * OR
        * Published on {{ post.date('F jS') }} // Jan 12th
        * ```
        *
        * ```html
        * Published on January 12, 2015
        * OR
        * Published on Jan 12th
        * ```
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
        public time($time_format = ''): string Get the time to use in your template
        /**
        * Get the time to use in your template
        * @api
        * @example
        * ```twig
        * Published at {{ post.time }} // Uses WP's formatting set in Admin
        * OR
        * Published at {{ post.time | time('G:i') }} // 13:25
        * ```
        *
        * ```html
        * Published at 1:25 pm
        * OR
        * Published at 13:25
        * ```
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
        public type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.type.labels.name }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
        public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
        /**
        * Returns the edit URL of a post if the user has access to it
        * @return bool|string the edit URL of a post in the WordPress admin
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
        public format(): mixed
        /**
        * @api
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
        public password_required(): boolean whether post requires password and correct password has been provided
        /**
        * whether post requires password and correct password has been provided
        * @api
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
        public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
        /**
        * get the permalink for a post object
        * @api
        * @example
        * ```twig
        * <a href="{{post.link}}">Read my post</a>
        * ```
        * @return string ex: http://example.org/2015/07/my-awesome-post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
        public meta($field_name = null): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
        public name(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
        public modified_date($date_format = ''): string
        /**
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
        public modified_time($time_format = ''): string
        /**
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
        public next($in_same_term = false): mixed
        /**
        * @api
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
        public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
        public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
        /**
        * Finds any WP_Post objects and converts them to Timber\Posts
        * @param array|WP_Post $data
        * @param string $class
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
        public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
        /**
        * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
        * @api
        * @example
        * ```twig
        * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
        * ```
        * @return bool|Timber\Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
        public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
        /**
        * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
        * this will return just /2015/07/my-cool-post
        * @api
        * @example
        * ```twig
        * <a href="{{post.path}}">{{post.title}}</a>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
        public prev($in_same_term = false): mixed Get the previous post in a set
        /**
        * Get the previous post in a set
        * @api
        * @example
        * ```twig
        * <h4>Prior Entry:</h4>
        * <h3>{{post.prev.title}}</h3>
        * <p>{{post.prev.get_preview(25)}}</p>
        * ```
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
        public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
        /**
        * Gets the tags on a post, uses WP's post_tag taxonomy
        * @api
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
        public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
        /**
        * get the featured image as a Timber/Image
        * @api
        * @example
        * ```twig
        * <img src="{{ post.thumbnail.src }}" />
        * ```
        * @return Timber\Image|null of your thumbnail
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
        public title(): string Returns the processed title to be used in templates. This returns the title o...
        /**
        * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
        * @api
        * @example
        * ```twig
        * <h1>{{ post.title }}</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
        public gallery($html = true): html Returns the gallery
        /**
        * Returns the gallery
        * @api
        * @example
        * ```twig
        * {{ post.gallery }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
        public audio(): html Returns the audio
        /**
        * Returns the audio
        * @api
        * @example
        * ```twig
        * {{ post.audio }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
        public video(): html Returns the video
        /**
        * Returns the video
        * @api
        * @example
        * ```twig
        * {{ post.video }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
        public get_categories(): array of Timber\Terms Get the categories for a post
        /**
        * Get the categories for a post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::categories
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
        public get_category(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::category
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
        public get_image($field): Timber\Image
        /**
        * @param string $field
        * @return Timber\Image
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
        public get_tags(): array Gets an array of tags for you to use
        /**
        * Gets an array of tags for you to use
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <ul class="tags">
        *     {% for tag in post.tags %}
        *         <li>{{tag.name}}</li>
        *     {% endfor %}
        * </ul>
        * ```
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
        public get_title(): string Outputs the title with filters applied
        /**
        * Outputs the title with filters applied
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <h1>{{post.get_title}}</h1>
        * ```
        * ```html
        * <h1>Hello World!</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
        public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
        /**
        * Displays the content of the post with filters, shortcodes and wpautop applied
        * @example
        * ```twig
        * <div class="article-text">{{post.get_content}}</div>
        * ```
        * ```html
        * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
        * ```
        * @param int $len
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
        public get_format(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
        public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
        /**
        * Get the terms associated with the post
        * This goes across all taxonomies by default
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
        * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
        public permalink(): string
        /**
        * @deprecated 0.20.0 use link() instead
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
        public get_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
        public get_modified_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::modified_date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
        public get_modified_time($time_format = ''): string
        /**
        * @internal
        * @param  string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
        public get_children($post_type = 'any', $childPostClass = false): array
        /**
        * @internal
        * @see Timber\Post::children
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string 		$post_type
        * @param bool|string 	$childPostClass
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
        public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
        /**
        * Get the permalink for a post, but as a relative path
        * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
        * this will return the relative version: "/2015/07/04/my-cool-post"
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
        public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
        public get_parent(): bool|TimberPost Get the parent post of the post
        /**
        * Get the parent post of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return bool|TimberPost
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
        public get_author(): User|null Gets a User object from the author of the post
        /**
        * Gets a User object from the author of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::author
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
        public get_modified_author(): User|null
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
        public get_thumbnail(): Image|null
        /**
        * @internal
        * @see TimberPost::thumbnail
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return Image|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
        public get_permalink(): string
        /**
        * @internal
        * @see TimberPost::link
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
        public get_link(): string get the permalink for a post object In your templates you should use link: <a...
        /**
        * get the permalink for a post object
        * In your templates you should use link:
        * <a href="{{post.link}}">Read my post</a>
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
        public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param bool $taxonomy
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
        public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @internal
        * @see Timber\Post::pagination();
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
        public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
        /**
        * Get the comments for a post
        * @internal
        * @see Timber\Post::comments
        * @param int $count
        * @param string $order
        * @param string $type
        * @param string $status
        * @param string $CommentClass
        * @return array|mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
        public __isset($field): boolean
        /**
        *
        * @return boolean
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
        public import($info, $force = false) Takes an array or object and adds the properties to the parent object
        /**
        * Takes an array or object and adds the properties to the parent object
        * @example
        * ```php
        * $data = array('airplane' => '757-200', 'flight' => '5316');
        * $post = new Timber\Post()
        * $post->import(data);
        * echo $post->airplane; //757-200
        * ```
        * @param array|object $info an object or array you want to grab data from to attach to the Timber object
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
        public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
        /**
        * Can you edit this post/term/user? Well good for you. You're no better than me.
        * @example
        * ```twig
        * {% if post.can_edit %}
        * <a href="{{ post.edit_link }}">Edit</a>
        * {% endif %}
        * ```
        * ```html
        * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
        * ```
        * @return bool
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
        protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
        /**
        * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
        * @internal
        * @param mixed a value to test against
        * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
        protected get_post_preview_object()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
        protected get_post_preview_id($query)
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
        protected init($pid = false) Initializes a Post
        /**
        * Initializes a Post
        * @internal
        * @param integer $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
        protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
        /**
        * takes a mix of integer (post ID), string (post slug),
        * or object to return a WordPress post object from WP's built-in get_post() function
        * @internal
        * @param integer $pid
        * @return WP_Post on success
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
        protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
        /**
        * helps you find the post id regardless of whether you send a string or whatever
        * @param integer $pid ;
        * @internal
        * @return integer ID number of a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
        protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
        /**
        * Used internally to fetch the metadata fields (wp_postmeta table)
        * and attach them to our TimberPost object
        * @internal
        * @param int $pid
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
        protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
        /**
        * Used internally by init, etc. to build TimberPost object
        * @internal
        * @param  int $pid
        * @return null|object|WP_Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
        protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
        /**
        * If the Password form is to be shown, show it!
        * @return string|void
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
        protected get_revised_data_from_method($method, $args = false)
        /**
        *
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
        protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
        /**
        * Handles for an circumstance with the Block editor where a "more" block has an option to
        * "Hide the excerpt on the full content page" which hides everything prior to the inserted
        * "more" block
        * @ticket #2218
        * @param string $content
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
        public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
        \Timber\Post::get_post_id_by_name($post_name)
        /**
        * get_post_id_by_name($post_name)
        * @internal
        * @deprecated since 1.5.0
        * @param string $post_name
        * @return int
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
        protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
        /**
        * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
        * WordPress admin
        * @internal
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
        protected static get_wp_link_page($i): string
        /**
        * @param int $i
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
      • public static $representation :: string (4) "post"
        \Timber\Post::$representation
      public ImageClass -> string (12) "Timber\Image"
      $context['menu']['footer_1']->items[2]->ImageClass
      public TermClass -> string (11) "Timber\Term"
      $context['menu']['footer_1']->items[2]->TermClass
      public custom -> array (12)
      $context['menu']['footer_1']->items[2]->custom
      _menu_item_type => string (6) "custom"
      $context['menu']['footer_1']->items[2]->custom['_menu_item_type']
      _menu_item_menu_item_parent => string (1) "0"
      $context['menu']['footer_1']->items[2]->custom['_menu_item_menu_item_parent']
      _menu_item_object_id => string (4) "2279"
      $context['menu']['footer_1']->items[2]->custom['_menu_item_object_id']
      _menu_item_object => string (6) "custom"
      $context['menu']['footer_1']->items[2]->custom['_menu_item_object']
      _menu_item_target => string (0) ""
      $context['menu']['footer_1']->items[2]->custom['_menu_item_target']
      _menu_item_classes => array (1)
      $context['menu']['footer_1']->items[2]->custom['_menu_item_classes']
      0 => string (0) ""
      $context['menu']['footer_1']->items[2]->custom['_menu_item_classes'][0]
      _menu_item_xfn => string (0) ""
      $context['menu']['footer_1']->items[2]->custom['_menu_item_xfn']
      _menu_item_url => string (1) "#"
      $context['menu']['footer_1']->items[2]->custom['_menu_item_url']
      text => string (7) "CSRinfo"
      $context['menu']['footer_1']->items[2]->custom['text']
      _text => string (19) "field_62c9bcde0ee56"
      $context['menu']['footer_1']->items[2]->custom['_text']
      submenu_id => string (7) "CSRinfo"
      $context['menu']['footer_1']->items[2]->custom['submenu_id']
      _submenu_id => string (19) "field_62e82ac25e4c9"
      $context['menu']['footer_1']->items[2]->custom['_submenu_id']
      public ___content -> null
      $context['menu']['footer_1']->items[2]->___content
      public _permalink -> null
      $context['menu']['footer_1']->items[2]->_permalink
      public _next -> array (0)
      $context['menu']['footer_1']->items[2]->_next
      public _prev -> array (0)
      $context['menu']['footer_1']->items[2]->_prev
      public _css_class -> null
      $context['menu']['footer_1']->items[2]->_css_class
      public post_author -> string (1) "1"
      $context['menu']['footer_1']->items[2]->post_author
      public post_content -> string (0) ""
      $context['menu']['footer_1']->items[2]->post_content
      public post_date -> string (19) "2024-01-30 16:04:43"
      $context['menu']['footer_1']->items[2]->post_date
      public post_excerpt -> string (0) ""
      $context['menu']['footer_1']->items[2]->post_excerpt
      public post_parent -> integer 0
      $context['menu']['footer_1']->items[2]->post_parent
      public post_status -> string (7) "publish"
      $context['menu']['footer_1']->items[2]->post_status
      public post_title -> string (7) "CSRinfo"
      $context['menu']['footer_1']->items[2]->post_title
      public post_type -> string (13) "nav_menu_item"
      $context['menu']['footer_1']->items[2]->post_type
      public __type -> null
      $context['menu']['footer_1']->items[2]->__type
      public _menu_item_type -> string (6) "custom"
      $context['menu']['footer_1']->items[2]->_menu_item_type
      public _menu_item_menu_item_parent -> string (1) "0"
      $context['menu']['footer_1']->items[2]->_menu_item_menu_item_parent
      public _menu_item_object -> string (6) "custom"
      $context['menu']['footer_1']->items[2]->_menu_item_object
      public _menu_item_target -> string (0) ""
      $context['menu']['footer_1']->items[2]->_menu_item_target
      public _menu_item_classes -> array (1)
      $context['menu']['footer_1']->items[2]->_menu_item_classes
      0 => string (0) ""
      $context['menu']['footer_1']->items[2]->_menu_item_classes[0]
      public _menu_item_xfn -> string (0) ""
      $context['menu']['footer_1']->items[2]->_menu_item_xfn
      public text -> string (7) "CSRinfo"
      $context['menu']['footer_1']->items[2]->text
      public _text -> string (19) "field_62c9bcde0ee56"
      $context['menu']['footer_1']->items[2]->_text
      public submenu_id -> string (7) "CSRinfo"
      $context['menu']['footer_1']->items[2]->submenu_id
      public _submenu_id -> string (19) "field_62e82ac25e4c9"
      $context['menu']['footer_1']->items[2]->_submenu_id
      public post_date_gmt -> string (19) "2024-01-30 10:15:11"
      $context['menu']['footer_1']->items[2]->post_date_gmt
      public comment_status -> string (6) "closed"
      $context['menu']['footer_1']->items[2]->comment_status
      public ping_status -> string (6) "closed"
      $context['menu']['footer_1']->items[2]->ping_status
      public post_password -> string (0) ""
      $context['menu']['footer_1']->items[2]->post_password
      public to_ping -> string (0) ""
      $context['menu']['footer_1']->items[2]->to_ping
      public pinged -> string (0) ""
      $context['menu']['footer_1']->items[2]->pinged
      public post_modified -> string (19) "2024-01-30 16:04:43"
      $context['menu']['footer_1']->items[2]->post_modified
      public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
      $context['menu']['footer_1']->items[2]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      $context['menu']['footer_1']->items[2]->post_content_filtered
      public guid -> string (31) "https://www.csrinfo.org/?p=2279"
      $context['menu']['footer_1']->items[2]->guid
      public menu_order -> integer 3
      $context['menu']['footer_1']->items[2]->menu_order
      public post_mime_type -> string (0) ""
      $context['menu']['footer_1']->items[2]->post_mime_type
      public comment_count -> string (1) "0"
      $context['menu']['footer_1']->items[2]->comment_count
      public filter -> string (3) "raw"
      $context['menu']['footer_1']->items[2]->filter
      public db_id -> integer 2279
      $context['menu']['footer_1']->items[2]->db_id
      public menu_item_parent -> string (1) "0"
      $context['menu']['footer_1']->items[2]->menu_item_parent
      public object_id -> string (4) "2279"
      $context['menu']['footer_1']->items[2]->object_id
      public object -> string (6) "custom"
      $context['menu']['footer_1']->items[2]->object
      public type_label -> UTF-8 string (17) "Własny odnośnik"
      $context['menu']['footer_1']->items[2]->type_label
      public target -> string (0) ""
      $context['menu']['footer_1']->items[2]->target
      public attr_title -> string (0) ""
      $context['menu']['footer_1']->items[2]->attr_title
      public description -> string (0) ""
      $context['menu']['footer_1']->items[2]->description
      public xfn -> string (0) ""
      $context['menu']['footer_1']->items[2]->xfn
      public popup_id -> null
      $context['menu']['footer_1']->items[2]->popup_id
      public __title -> string (7) "CSRinfo"
      $context['menu']['footer_1']->items[2]->__title
      public status -> string (7) "publish"
      $context['menu']['footer_1']->items[2]->status
      public name -> string (7) "CSRinfo"
      $context['menu']['footer_1']->items[2]->name
    • public __construct($data, $menu = null)
      new \Timber\MenuItem($data, $menu = null)
      /**
      * @internal
      * @param array|object $data
      * @param \Timber\Menu $menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:83
      public add_class($class_name) Add a CSS class the menu item should have.
      $context['menu']['footer_1']->items[2]->add_class($class_name)
      /**
      * Add a CSS class the menu item should have.
      *
      * @param string $class_name CSS class name to be added.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:102
      public name(): string The label for the menu item. Get the label for the menu item.
      $context['menu']['footer_1']->items[2]->name()
      /**
      * Get the label for the menu item.
      *
      * @api
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:113
      public __toString(): string Magic method to get the label for the menu item.
      (string) $context['menu']['footer_1']->items[2]
      /**
      * Magic method to get the label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}">{{ item }}</a>
      * ```
      * @see \Timber\MenuItem::name()
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:134
      public slug(): string The URL-safe slug of the menu item. Get the slug for the menu item.
      $context['menu']['footer_1']->items[2]->slug()
      /**
      * Get the slug for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <ul>
      *     {% for item in menu.items %}
      *         <li class="{{ item.slug }}">
      *             <a href="{{ item.link }}">{{ item.name }}</a>
      *          </li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return string The URL-safe slug of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:154
      public master_object(): mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents. Allows dev to access the "master object" (ex: post or page) the menu item rep...
      $context['menu']['footer_1']->items[2]->master_object()
      /**
      * Allows dev to access the "master object" (ex: post or page) the menu item represents
      * @api
      * @example
      * ```twig
      * <div>
      *     {% for item in menu.items %}
      *         <a href="{{ item.link }}"><img src="{{ item.master_object.thumbnail }}" /></a>
      *     {% endfor %}
      * </div>
      * ```
      * @return mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:175
      public get_link(): string An absolute URL, e.g. `http://example.org/my-page`. Get link.
      $context['menu']['footer_1']->items[2]->get_link()
      /**
      * Get link.
      *
      * @internal
      * @see \Timber\MenuItem::link()
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string An absolute URL, e.g. `http://example.org/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:193
      public get_path(): string A relative URL, e.g. `/my-page`. Get path.
      $context['menu']['footer_1']->items[2]->get_path()
      /**
      * Get path.
      *
      * @internal
      * @codeCoverageIgnore
      * @see        \Timber\MenuItem::path()
      * @deprecated since 1.0
      * @return string A relative URL, e.g. `/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:206
      public add_child($item) Add a new `Timber\MenuItem` object as a child of this menu item.
      $context['menu']['footer_1']->items[2]->add_child($item)
      /**
      * Add a new `Timber\MenuItem` object as a child of this menu item.
      *
      * @param \Timber\MenuItem $item The menu item to add.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:215
      public update_child_levels(): bool|null
      $context['menu']['footer_1']->items[2]->update_child_levels()
      /**
      * @internal
      * @return bool|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:231
      public import_classes($data) Imports the classes to be used in CSS.
      $context['menu']['footer_1']->items[2]->import_classes($data)
      /**
      * Imports the classes to be used in CSS.
      *
      * @internal
      *
      * @param array|object $data
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:248
      public get_children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get children of a menu item.
      $context['menu']['footer_1']->items[2]->get_children()
      /**
      * Get children of a menu item.
      *
      * You can also directly access the children through the `$children` property (`item.children`
      * in Twig).
      *
      * @internal
      * @example
      * ```twig
      * {% for child in item.get_children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:301
      public is_external(): bool Whether the link is external or not. Checks to see if the menu item is an external link.
      $context['menu']['footer_1']->items[2]->is_external()
      /**
      * Checks to see if the menu item is an external link.
      *
      * If your site is `example.org`, then `google.com/whatever` is an external link. This is
      * helpful when you want to create rules for the target of a link.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}" target="{{ item.is_external ? '_blank' : '_self' }}">
      * ```
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:321
      public type(): string The type of the menu item. Get the type of the menu item.
      $context['menu']['footer_1']->items[2]->type()
      /**
      * Get the type of the menu item.
      *
      * Depending on what is the menu item links to. Can be `post_type` for posts, pages and custom
      * posts, `post_type_archive` for post type archive pages, `taxonomy` for terms or `custom` for
      * custom links.
      *
      * @api
      * @since 1.0.4
      * @return string The type of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:339
      public menu(): \Timber\Menu The `Timber\Menu` object the menu item is associated with. Timber Menu.
      $context['menu']['footer_1']->items[2]->menu()
      /**
      * Timber Menu.
      *
      * @api
      * @since 1.12.0
      * @return \Timber\Menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:350
      public meta($key): mixed Whatever value is stored in the database. Get a meta value of the menu item.
      $context['menu']['footer_1']->items[2]->meta($key)
      /**
      * Get a meta value of the menu item.
      *
      * Plugins like Advanced Custom Fields allow you to set custom fields for menu items. With this
      * method you can retrieve the value of these.
      *
      * @example
      * ```twig
      * <a class="icon-{{ item.meta('icon') }}" href="{{ item.link }}">{{ item.title }}</a>
      * ```
      * @api
      * @param string $key The meta key to get the value for.
      * @return mixed Whatever value is stored in the database.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:369
      public children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get the child menu items of a `Timber\MenuItem`.
      $context['menu']['footer_1']->items[2]->children()
      /**
      * Get the child menu items of a `Timber\MenuItem`.
      *
      * @api
      * @example
      * ```twig
      * {% for child in item.children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:394
      public external(): bool Whether the link is external or not. Check if a link is external.
      $context['menu']['footer_1']->items[2]->external()
      /**
      * Check if a link is external.
      *
      * This is helpful when creating rules for the target of a link.
      *
      * @internal
      * @see \Timber\MenuItem::is_external()
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:407
      public link(): string A full URL, like `http://mysite.com/thing/`. Get the full link to a menu item.
      $context['menu']['footer_1']->items[2]->link()
      /**
      * Get the full link to a menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:423
      public permalink(): string A full URL, like `http://mysite.com/thing/`. Get the link the menu item points at.
      $context['menu']['footer_1']->items[2]->permalink()
      /**
      * Get the link the menu item points at.
      *
      * @internal
      * @deprecated since 0.21.7 Use link method instead.
      * @see \Timber\MenuItem::link()
      * @codeCoverageIgnore
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:443
      public path(): string The path of a URL, like `/foo`. Get the relative path of the menu item’s link.
      $context['menu']['footer_1']->items[2]->path()
      /**
      * Get the relative path of the menu item’s link.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.path }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The path of a URL, like `/foo`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:460
      public title(): string The public label, like "Foo". Get the public label for the menu item.
      $context['menu']['footer_1']->items[2]->title()
      /**
      * Get the public label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The public label, like "Foo".
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:476
      public thumbnail(): \Timber\Image|null The featured image object. Get the featured image of the post associated with the menu item.
      $context['menu']['footer_1']->items[2]->thumbnail()
      /**
      * Get the featured image of the post associated with the menu item.
      *
      * @api
      * @deprecated since 1.5.2 to be removed in v2.0
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}"><img src="{{ item.thumbnail }}"/></a></li>
      * {% endfor %}
      * ```
      * @return \Timber\Image|null The featured image object.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:495
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      *
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      $context['menu']['footer_1']->items[2]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public update($key, $value)
      $context['menu']['footer_1']->items[2]->update($key, $value)
      /**
      * @ignore
      * @param string  $key
      * @param mixed   $value
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      $context['menu']['footer_1']->items[2]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      public get_method_values(): array
      $context['menu']['footer_1']->items[2]->get_method_values()
      /**
      *
      *
      * @return array
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
      public get_field($field_name): mixed
      $context['menu']['footer_1']->items[2]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    3 => Timber\MenuItem (74)
    $context['menu']['footer_1']->items[3]
    • Properties (74)
    • Available methods (31)
    • public id -> integer 2174
      $context['menu']['footer_1']->items[3]->id
      public ID -> integer 2174
      $context['menu']['footer_1']->items[3]->ID
      public object_type -> string (4) "post"
      $context['menu']['footer_1']->items[3]->object_type
      public children -> array (0)
      $context['menu']['footer_1']->items[3]->children
      public has_child_class -> boolean false
      $context['menu']['footer_1']->items[3]->has_child_class
      public classes -> array (5)
      $context['menu']['footer_1']->items[3]->classes
      0 => string (0) ""
      $context['menu']['footer_1']->items[3]->classes[0]
      1 => string (9) "menu-item"
      $context['menu']['footer_1']->items[3]->classes[1]
      2 => string (21) "menu-item-type-custom"
      $context['menu']['footer_1']->items[3]->classes[2]
      3 => string (23) "menu-item-object-custom"
      $context['menu']['footer_1']->items[3]->classes[3]
      4 => string (14) "menu-item-2174"
      $context['menu']['footer_1']->items[3]->classes[4]
      public class -> string (70) "menu-item menu-item-type-custom menu-item-object-custom menu-item-2174"
      $context['menu']['footer_1']->items[3]->class
      public level -> integer 0
      $context['menu']['footer_1']->items[3]->level
      public post_name -> string (4) "blog"
      $context['menu']['footer_1']->items[3]->post_name
      public url -> string (5) "/blog"
      $context['menu']['footer_1']->items[3]->url
      public PostClass -> string (11) "Timber\Post"
      $context['menu']['footer_1']->items[3]->PostClass
      public current -> boolean false
      $context['menu']['footer_1']->items[3]->current
      public current_item_parent -> boolean false
      $context['menu']['footer_1']->items[3]->current_item_parent
      public current_item_ancestor -> boolean false
      $context['menu']['footer_1']->items[3]->current_item_ancestor
      protected menu -> Timber\Menu (22) Recursion
      protected _name -> null
      protected _menu_item_object_id -> string (4) "2174"
      protected _menu_item_url -> string (5) "/blog"
      protected menu_object -> Timber\Post (67)
      • Properties (67)
      • Available methods (95)
      • Static class properties
      • public id -> integer 2174
        public ID -> integer 2174
        public object_type -> string (4) "post"
        public ImageClass -> string (12) "Timber\Image"
        public PostClass -> string (11) "Timber\Post"
        public TermClass -> string (11) "Timber\Term"
        public custom -> array (13)
        _menu_item_type => string (6) "custom"
        _menu_item_menu_item_parent => string (1) "0"
        _menu_item_object_id => string (4) "2174"
        _menu_item_object => string (6) "custom"
        _menu_item_target => string (0) ""
        _menu_item_classes => array (1) Depth Limit
        _menu_item_xfn => string (0) ""
        _menu_item_url => string (5) "/blog"
        text => string (0) ""
        _text => string (19) "field_62c9bcde0ee56"
        submenu_id => string (0) ""
        _submenu_id => string (19) "field_62e82ac25e4c9"
        _wp_old_date => string (10) "2024-01-08"
        protected ___content -> null
        protected _permalink -> null
        protected _next -> array (0)
        protected _prev -> array (0)
        protected _css_class -> null
        public post_author -> string (1) "2"
        public post_content -> string (0) ""
        public post_date -> string (19) "2024-01-30 16:04:43"
        public post_excerpt -> string (0) ""
        public post_parent -> integer 0
        public post_status -> string (7) "publish"
        public post_title -> string (4) "Blog"
        public post_type -> string (13) "nav_menu_item"
        public slug -> string (4) "blog"
        protected __type -> null
        public _menu_item_type -> string (6) "custom"
        public _menu_item_menu_item_parent -> string (1) "0"
        public _menu_item_object_id -> string (4) "2174"
        public _menu_item_object -> string (6) "custom"
        public _menu_item_target -> string (0) ""
        public _menu_item_classes -> array (1)
        0 => string (0) ""
        public _menu_item_xfn -> string (0) ""
        public _menu_item_url -> string (5) "/blog"
        public text -> string (0) ""
        public _text -> string (19) "field_62c9bcde0ee56"
        public submenu_id -> string (0) ""
        public _submenu_id -> string (19) "field_62e82ac25e4c9"
        public _wp_old_date -> string (10) "2024-01-08"
        public post_date_gmt -> string (19) "2024-01-08 11:31:26"
        public comment_status -> string (6) "closed"
        public ping_status -> string (6) "closed"
        public post_password -> string (0) ""
        public post_name -> string (4) "blog"
        public to_ping -> string (0) ""
        public pinged -> string (0) ""
        public post_modified -> string (19) "2024-01-30 16:04:43"
        public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
        public post_content_filtered -> string (0) ""
        public guid -> string (31) "https://www.csrinfo.org/?p=2174"
        public menu_order -> integer 4
        public post_mime_type -> string (0) ""
        public comment_count -> string (1) "0"
        public filter -> string (3) "raw"
        public db_id -> integer 2174
        public menu_item_parent -> string (1) "0"
        public object_id -> string (4) "2174"
        public object -> string (6) "custom"
        public type_label -> UTF-8 string (17) "Własny odnośnik"
        public url -> string (5) "/blog"
        public target -> string (0) ""
        public attr_title -> string (0) ""
        public description -> string (0) ""
        public classes -> array (4)
        0 => string (0) ""
        1 => string (9) "menu-item"
        2 => string (21) "menu-item-type-custom"
        3 => string (23) "menu-item-object-custom"
        public xfn -> string (0) ""
        public popup_id -> null
        public current -> boolean false
        public current_item_ancestor -> boolean false
        public current_item_parent -> boolean false
        public __title -> string (4) "Blog"
        public status -> string (7) "publish"
      • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
        /**
        * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
        * @example
        * ```php
        * $post = new Timber\Post();
        * $other_post = new Timber\Post($random_post_id);
        * ```
        * @param mixed $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
        public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
        public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
        public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        /**
        * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
        public get_edit_url(): bool|string Get the URL that will edit the current post/object
        /**
        * Get the URL that will edit the current post/object
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::edit_link
        * @return bool|string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
        public update($field, $value) updates the post_meta of the current object with the given value
        /**
        * updates the post_meta of the current object with the given value
        * @param string $field
        * @param mixed $value
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
        public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
        /**
        * Gets a preview/excerpt of your post.
        *
        * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
        * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
        * where to pull through.
        *
        * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
        * means that you can change the output of the preview by **adding more methods**. Refer to the
        * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
        * to get an overview of all the available methods.
        *
        * @example
        * ```twig
        * {# Use default preview #}
        * <p>{{ post.preview }}</p>
        *
        * {# Change the post preview text #}
        * <p>{{ post.preview.read_more('Continue Reading') }}</p>
        *
        * {# Additionally restrict the length to 50 words #}
        * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
        * ```
        * @see \Timber\PostPreview
        * @return \Timber\PostPreview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
        public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
        /**
        * get a preview of your post, if you have an excerpt it will use that,
        * otherwise it will pull from the post_content.
        * If there's a <!-- more --> tag it will use that to mark where to pull through.
        * @deprecated since 1.3.1, use {{ post.preview }} instead
        * @example
        * ```twig
        * <p>{{post.get_preview(50)}}</p>
        * ```
        * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
        * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
        * @param string $readmore The text you want to use on the 'readmore' link
        * @param bool|string $strip true for default, false for none, string for list of custom attributes
        * @param string $end The text to end the preview with (defaults to ...)
        * @return string of the post preview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
        public import_custom($pid) gets the post custom and attaches it to the current object
        /**
        * gets the post custom and attaches it to the current object
        * @internal
        * @param integer $pid a post ID number
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
        public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
        /**
        *
        * Gets the comment form for use on a single article page
        * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
        * @return string of HTML for the form
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
        public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
        /**
        * Gets the terms associated with the post.
        *
        * @api
        * @todo Remove deprecated parameters in 2.x
        * @example
        * ```twig
        * <section id="job-feed">
        * {% for post in job %}
        *     <div class="job">
        *         <h2>{{ post.title }}</h2>
        *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
        *     </div>
        * {% endfor %}
        * </section>
        * ```
        * ```html
        * <section id="job-feed">
        *     <div class="job">
        *         <h2>Cheese Maker</h2>
        *         <p>Cheese, Food, Fromage</p>
        *     </div>
        *     <div class="job">
        *         <h2>Mime</h2>
        *         <p>Performance, Silence</p>
        *     </div>
        * </section>
        * ```
        * ```php
        * // Get all terms of a taxonomy.
        * $terms = $post->terms( 'category' );
        *
        * // Get terms of multiple taxonomies.
        * $terms = $post->terms( array( 'books', 'movies' ) );
        *
        * // Use custom arguments for taxonomy query and options.
        * $terms = $post->terms( array(
        *     'query' => [
        *         'taxonomy' => 'custom_tax',
        *         'orderby'  => 'count',
        *     ],
        *     'merge'      => false,
        *     'term_class' => 'My_Term_Class'
        * ) );
        * ```
        *
        * @param string|array $args {
        *     Optional. Name of the taxonomy or array of arguments.
        *
        *     @type array $query       Any array of term query parameters for getting the terms. See
        *                              `WP_Term_Query::__construct()` for supported arguments. Use the
        *                              `taxonomy` argument to choose which taxonomies to get. Defaults
        *                              to querying all registered taxonomies for the post type. You can
        *                              use custom or built-in WordPress taxonomies (category, tag).
        *                              Timber plays nice and figures out that `tag`, `tags` or
        *                              `post_tag` are all the same (also for `categories` or
        *                              `category`). For custom taxonomies you need to define the
        *                              proper name.
        *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
        *                              whether it should be an array of sub-arrays for each taxonomy
        *                              (`false`). Default `true`.
        *     @type string $term_class The Timber term class to use for the term objects.
        * }
        * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
        * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
        *                           parameter.
        * @return array An array of taxonomies.
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
        public has_term($term_name_or_id, $taxonomy = 'all'): bool
        /**
        * @param string|int $term_name_or_id
        * @param string $taxonomy
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
        public get_paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
        public get_post_type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @deprecated since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
        public get_comment_count(): int the number of comments on a post
        /**
        * @return int the number of comments on a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
        public has_field($field_name): boolean
        /**
        * @param string $field_name
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
        public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
        /**
        * Gets the field object data from Advanced Custom Fields.
        * This includes metadata on the field like whether it's conditional or not.
        *
        * @since 1.6.0
        * @param string $field_name of the field you want to lookup.
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
        public get_field($field_name): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
        public import_field($field_name)
        /**
        * @param string $field_name
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
        public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
        /**
        * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @example
        * ```twig
        * <article class="{{ post.post_class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * ```html
        * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
        *    {# Some stuff here #}
        * </article>
        * ```
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
        public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
        /**
        * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @see Timber\Post::$_css_class
        * @example
        * ```twig
        * <article class="{{ post.class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
        public get_method_values(): array
        /**
        * @return array
        * @codeCoverageIgnore
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
        public author(): User|null A User object if found, false if not Return the author of a post
        /**
        * Return the author of a post
        * @api
        * @example
        * ```twig
        * <h1>{{post.title}}</h1>
        * <p class="byline">
        *     <a href="{{post.author.link}}">{{post.author.name}}</a>
        * </p>
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
        public authors()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
        public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
        /**
        * Get the author (WordPress user) who last modified the post
        * @example
        * ```twig
        * Last updated by {{ post.modified_author.name }}
        * ```
        * ```html
        * Last updated by Harper Lee
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
        public categories(): array of Timber\Terms Get the categoires on a particular post
        /**
        * Get the categoires on a particular post
        * @api
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
        public category(): Timber\Term|null Returns a category attached to a post
        /**
        * Returns a category attached to a post
        * @api
        * If mulitpuile categories are set, it will return just the first one
        * @return Timber\Term|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
        public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
        /**
        * Returns an array of children on the post as Timber\Posts
        * (or other claass as you define).
        * @api
        * @example
        * ```twig
        * {% if post.children %}
        *     Here are the child pages:
        *     {% for child in post.children %}
        *         <a href="{{ child.link }}">{{ child.title }}</a>
        *     {% endfor %}
        * {% endif %}
        * ```
        * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
        * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
        public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
        /**
        * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
        * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
        * (or whatever comment class you set).
        * @api
        *
        * @param int    $count        Set the number of comments you want to get. `0` is analogous to
        *                             "all".
        * @param string $order        Use ordering set in WordPress admin, or a different scheme.
        * @param string $type         For when other plugins use the comments table for their own
        *                             special purposes. Might be set to 'liveblog' or other, depending
        *                             on what’s stored in your comments table.
        * @param string $status       Could be 'pending', etc.
        * @param string $CommentClass What class to use when returning Comment objects. As you become a
        *                             Timber Pro, you might find yourself extending `Timber\Comment`
        *                             for your site or app (obviously, totally optional).
        * @see \Timber\CommentThread for an example with nested comments
        * @return bool|\Timber\CommentThread
        *
        * @example
        *
        * **single.twig**
        *
        * ```twig
        * <div id="post-comments">
        *   <h4>Comments on {{ post.title }}</h4>
        *   <ul>
        *     {% for comment in post.comments() %}
        *       {% include 'comment.twig' %}
        *     {% endfor %}
        *   </ul>
        *   <div class="comment-form">
        *     {{ function('comment_form') }}
        *   </div>
        * </div>
        * ```
        *
        * **comment.twig**
        *
        * ```twig
        * {# comment.twig #}
        * <li>
        *   <p class="comment-author">{{ comment.author.name }} says:</p>
        *   <div>{{ comment.content }}</div>
        * </li>
        * ```
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
        public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
        /**
        * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
        * @api
        * @example
        * ```twig
        * <div class="article">
        *     <h2>{{post.title}}</h2>
        *     <div class="content">{{ post.content }}</div>
        * </div>
        * ```
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
        public paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
        public date($date_format = ''): string Get the date to use in your template!
        /**
        * Get the date to use in your template!
        * @api
        * @example
        * ```twig
        * Published on {{ post.date }} // Uses WP's formatting set in Admin
        * OR
        * Published on {{ post.date('F jS') }} // Jan 12th
        * ```
        *
        * ```html
        * Published on January 12, 2015
        * OR
        * Published on Jan 12th
        * ```
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
        public time($time_format = ''): string Get the time to use in your template
        /**
        * Get the time to use in your template
        * @api
        * @example
        * ```twig
        * Published at {{ post.time }} // Uses WP's formatting set in Admin
        * OR
        * Published at {{ post.time | time('G:i') }} // 13:25
        * ```
        *
        * ```html
        * Published at 1:25 pm
        * OR
        * Published at 13:25
        * ```
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
        public type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.type.labels.name }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
        public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
        /**
        * Returns the edit URL of a post if the user has access to it
        * @return bool|string the edit URL of a post in the WordPress admin
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
        public format(): mixed
        /**
        * @api
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
        public password_required(): boolean whether post requires password and correct password has been provided
        /**
        * whether post requires password and correct password has been provided
        * @api
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
        public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
        /**
        * get the permalink for a post object
        * @api
        * @example
        * ```twig
        * <a href="{{post.link}}">Read my post</a>
        * ```
        * @return string ex: http://example.org/2015/07/my-awesome-post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
        public meta($field_name = null): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
        public name(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
        public modified_date($date_format = ''): string
        /**
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
        public modified_time($time_format = ''): string
        /**
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
        public next($in_same_term = false): mixed
        /**
        * @api
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
        public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
        public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
        /**
        * Finds any WP_Post objects and converts them to Timber\Posts
        * @param array|WP_Post $data
        * @param string $class
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
        public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
        /**
        * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
        * @api
        * @example
        * ```twig
        * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
        * ```
        * @return bool|Timber\Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
        public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
        /**
        * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
        * this will return just /2015/07/my-cool-post
        * @api
        * @example
        * ```twig
        * <a href="{{post.path}}">{{post.title}}</a>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
        public prev($in_same_term = false): mixed Get the previous post in a set
        /**
        * Get the previous post in a set
        * @api
        * @example
        * ```twig
        * <h4>Prior Entry:</h4>
        * <h3>{{post.prev.title}}</h3>
        * <p>{{post.prev.get_preview(25)}}</p>
        * ```
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
        public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
        /**
        * Gets the tags on a post, uses WP's post_tag taxonomy
        * @api
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
        public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
        /**
        * get the featured image as a Timber/Image
        * @api
        * @example
        * ```twig
        * <img src="{{ post.thumbnail.src }}" />
        * ```
        * @return Timber\Image|null of your thumbnail
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
        public title(): string Returns the processed title to be used in templates. This returns the title o...
        /**
        * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
        * @api
        * @example
        * ```twig
        * <h1>{{ post.title }}</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
        public gallery($html = true): html Returns the gallery
        /**
        * Returns the gallery
        * @api
        * @example
        * ```twig
        * {{ post.gallery }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
        public audio(): html Returns the audio
        /**
        * Returns the audio
        * @api
        * @example
        * ```twig
        * {{ post.audio }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
        public video(): html Returns the video
        /**
        * Returns the video
        * @api
        * @example
        * ```twig
        * {{ post.video }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
        public get_categories(): array of Timber\Terms Get the categories for a post
        /**
        * Get the categories for a post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::categories
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
        public get_category(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::category
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
        public get_image($field): Timber\Image
        /**
        * @param string $field
        * @return Timber\Image
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
        public get_tags(): array Gets an array of tags for you to use
        /**
        * Gets an array of tags for you to use
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <ul class="tags">
        *     {% for tag in post.tags %}
        *         <li>{{tag.name}}</li>
        *     {% endfor %}
        * </ul>
        * ```
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
        public get_title(): string Outputs the title with filters applied
        /**
        * Outputs the title with filters applied
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <h1>{{post.get_title}}</h1>
        * ```
        * ```html
        * <h1>Hello World!</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
        public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
        /**
        * Displays the content of the post with filters, shortcodes and wpautop applied
        * @example
        * ```twig
        * <div class="article-text">{{post.get_content}}</div>
        * ```
        * ```html
        * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
        * ```
        * @param int $len
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
        public get_format(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
        public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
        /**
        * Get the terms associated with the post
        * This goes across all taxonomies by default
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
        * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
        public permalink(): string
        /**
        * @deprecated 0.20.0 use link() instead
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
        public get_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
        public get_modified_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::modified_date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
        public get_modified_time($time_format = ''): string
        /**
        * @internal
        * @param  string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
        public get_children($post_type = 'any', $childPostClass = false): array
        /**
        * @internal
        * @see Timber\Post::children
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string 		$post_type
        * @param bool|string 	$childPostClass
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
        public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
        /**
        * Get the permalink for a post, but as a relative path
        * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
        * this will return the relative version: "/2015/07/04/my-cool-post"
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
        public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
        public get_parent(): bool|TimberPost Get the parent post of the post
        /**
        * Get the parent post of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return bool|TimberPost
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
        public get_author(): User|null Gets a User object from the author of the post
        /**
        * Gets a User object from the author of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::author
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
        public get_modified_author(): User|null
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
        public get_thumbnail(): Image|null
        /**
        * @internal
        * @see TimberPost::thumbnail
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return Image|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
        public get_permalink(): string
        /**
        * @internal
        * @see TimberPost::link
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
        public get_link(): string get the permalink for a post object In your templates you should use link: <a...
        /**
        * get the permalink for a post object
        * In your templates you should use link:
        * <a href="{{post.link}}">Read my post</a>
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
        public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param bool $taxonomy
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
        public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @internal
        * @see Timber\Post::pagination();
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
        public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
        /**
        * Get the comments for a post
        * @internal
        * @see Timber\Post::comments
        * @param int $count
        * @param string $order
        * @param string $type
        * @param string $status
        * @param string $CommentClass
        * @return array|mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
        public __isset($field): boolean
        /**
        *
        * @return boolean
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
        public import($info, $force = false) Takes an array or object and adds the properties to the parent object
        /**
        * Takes an array or object and adds the properties to the parent object
        * @example
        * ```php
        * $data = array('airplane' => '757-200', 'flight' => '5316');
        * $post = new Timber\Post()
        * $post->import(data);
        * echo $post->airplane; //757-200
        * ```
        * @param array|object $info an object or array you want to grab data from to attach to the Timber object
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
        public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
        /**
        * Can you edit this post/term/user? Well good for you. You're no better than me.
        * @example
        * ```twig
        * {% if post.can_edit %}
        * <a href="{{ post.edit_link }}">Edit</a>
        * {% endif %}
        * ```
        * ```html
        * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
        * ```
        * @return bool
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
        protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
        /**
        * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
        * @internal
        * @param mixed a value to test against
        * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
        protected get_post_preview_object()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
        protected get_post_preview_id($query)
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
        protected init($pid = false) Initializes a Post
        /**
        * Initializes a Post
        * @internal
        * @param integer $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
        protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
        /**
        * takes a mix of integer (post ID), string (post slug),
        * or object to return a WordPress post object from WP's built-in get_post() function
        * @internal
        * @param integer $pid
        * @return WP_Post on success
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
        protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
        /**
        * helps you find the post id regardless of whether you send a string or whatever
        * @param integer $pid ;
        * @internal
        * @return integer ID number of a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
        protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
        /**
        * Used internally to fetch the metadata fields (wp_postmeta table)
        * and attach them to our TimberPost object
        * @internal
        * @param int $pid
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
        protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
        /**
        * Used internally by init, etc. to build TimberPost object
        * @internal
        * @param  int $pid
        * @return null|object|WP_Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
        protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
        /**
        * If the Password form is to be shown, show it!
        * @return string|void
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
        protected get_revised_data_from_method($method, $args = false)
        /**
        *
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
        protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
        /**
        * Handles for an circumstance with the Block editor where a "more" block has an option to
        * "Hide the excerpt on the full content page" which hides everything prior to the inserted
        * "more" block
        * @ticket #2218
        * @param string $content
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
        public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
        \Timber\Post::get_post_id_by_name($post_name)
        /**
        * get_post_id_by_name($post_name)
        * @internal
        * @deprecated since 1.5.0
        * @param string $post_name
        * @return int
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
        protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
        /**
        * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
        * WordPress admin
        * @internal
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
        protected static get_wp_link_page($i): string
        /**
        * @param int $i
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
      • public static $representation :: string (4) "post"
        \Timber\Post::$representation
      public ImageClass -> string (12) "Timber\Image"
      $context['menu']['footer_1']->items[3]->ImageClass
      public TermClass -> string (11) "Timber\Term"
      $context['menu']['footer_1']->items[3]->TermClass
      public custom -> array (13)
      $context['menu']['footer_1']->items[3]->custom
      _menu_item_type => string (6) "custom"
      $context['menu']['footer_1']->items[3]->custom['_menu_item_type']
      _menu_item_menu_item_parent => string (1) "0"
      $context['menu']['footer_1']->items[3]->custom['_menu_item_menu_item_parent']
      _menu_item_object_id => string (4) "2174"
      $context['menu']['footer_1']->items[3]->custom['_menu_item_object_id']
      _menu_item_object => string (6) "custom"
      $context['menu']['footer_1']->items[3]->custom['_menu_item_object']
      _menu_item_target => string (0) ""
      $context['menu']['footer_1']->items[3]->custom['_menu_item_target']
      _menu_item_classes => array (1)
      $context['menu']['footer_1']->items[3]->custom['_menu_item_classes']
      0 => string (0) ""
      $context['menu']['footer_1']->items[3]->custom['_menu_item_classes'][0]
      _menu_item_xfn => string (0) ""
      $context['menu']['footer_1']->items[3]->custom['_menu_item_xfn']
      _menu_item_url => string (5) "/blog"
      $context['menu']['footer_1']->items[3]->custom['_menu_item_url']
      text => string (0) ""
      $context['menu']['footer_1']->items[3]->custom['text']
      _text => string (19) "field_62c9bcde0ee56"
      $context['menu']['footer_1']->items[3]->custom['_text']
      submenu_id => string (0) ""
      $context['menu']['footer_1']->items[3]->custom['submenu_id']
      _submenu_id => string (19) "field_62e82ac25e4c9"
      $context['menu']['footer_1']->items[3]->custom['_submenu_id']
      _wp_old_date => string (10) "2024-01-08"
      $context['menu']['footer_1']->items[3]->custom['_wp_old_date']
      public ___content -> null
      $context['menu']['footer_1']->items[3]->___content
      public _permalink -> null
      $context['menu']['footer_1']->items[3]->_permalink
      public _next -> array (0)
      $context['menu']['footer_1']->items[3]->_next
      public _prev -> array (0)
      $context['menu']['footer_1']->items[3]->_prev
      public _css_class -> null
      $context['menu']['footer_1']->items[3]->_css_class
      public post_author -> string (1) "2"
      $context['menu']['footer_1']->items[3]->post_author
      public post_content -> string (0) ""
      $context['menu']['footer_1']->items[3]->post_content
      public post_date -> string (19) "2024-01-30 16:04:43"
      $context['menu']['footer_1']->items[3]->post_date
      public post_excerpt -> string (0) ""
      $context['menu']['footer_1']->items[3]->post_excerpt
      public post_parent -> integer 0
      $context['menu']['footer_1']->items[3]->post_parent
      public post_status -> string (7) "publish"
      $context['menu']['footer_1']->items[3]->post_status
      public post_title -> string (4) "Blog"
      $context['menu']['footer_1']->items[3]->post_title
      public post_type -> string (13) "nav_menu_item"
      $context['menu']['footer_1']->items[3]->post_type
      public __type -> null
      $context['menu']['footer_1']->items[3]->__type
      public _menu_item_type -> string (6) "custom"
      $context['menu']['footer_1']->items[3]->_menu_item_type
      public _menu_item_menu_item_parent -> string (1) "0"
      $context['menu']['footer_1']->items[3]->_menu_item_menu_item_parent
      public _menu_item_object -> string (6) "custom"
      $context['menu']['footer_1']->items[3]->_menu_item_object
      public _menu_item_target -> string (0) ""
      $context['menu']['footer_1']->items[3]->_menu_item_target
      public _menu_item_classes -> array (1)
      $context['menu']['footer_1']->items[3]->_menu_item_classes
      0 => string (0) ""
      $context['menu']['footer_1']->items[3]->_menu_item_classes[0]
      public _menu_item_xfn -> string (0) ""
      $context['menu']['footer_1']->items[3]->_menu_item_xfn
      public text -> string (0) ""
      $context['menu']['footer_1']->items[3]->text
      public _text -> string (19) "field_62c9bcde0ee56"
      $context['menu']['footer_1']->items[3]->_text
      public submenu_id -> string (0) ""
      $context['menu']['footer_1']->items[3]->submenu_id
      public _submenu_id -> string (19) "field_62e82ac25e4c9"
      $context['menu']['footer_1']->items[3]->_submenu_id
      public _wp_old_date -> string (10) "2024-01-08"
      $context['menu']['footer_1']->items[3]->_wp_old_date
      public post_date_gmt -> string (19) "2024-01-08 11:31:26"
      $context['menu']['footer_1']->items[3]->post_date_gmt
      public comment_status -> string (6) "closed"
      $context['menu']['footer_1']->items[3]->comment_status
      public ping_status -> string (6) "closed"
      $context['menu']['footer_1']->items[3]->ping_status
      public post_password -> string (0) ""
      $context['menu']['footer_1']->items[3]->post_password
      public to_ping -> string (0) ""
      $context['menu']['footer_1']->items[3]->to_ping
      public pinged -> string (0) ""
      $context['menu']['footer_1']->items[3]->pinged
      public post_modified -> string (19) "2024-01-30 16:04:43"
      $context['menu']['footer_1']->items[3]->post_modified
      public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
      $context['menu']['footer_1']->items[3]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      $context['menu']['footer_1']->items[3]->post_content_filtered
      public guid -> string (31) "https://www.csrinfo.org/?p=2174"
      $context['menu']['footer_1']->items[3]->guid
      public menu_order -> integer 4
      $context['menu']['footer_1']->items[3]->menu_order
      public post_mime_type -> string (0) ""
      $context['menu']['footer_1']->items[3]->post_mime_type
      public comment_count -> string (1) "0"
      $context['menu']['footer_1']->items[3]->comment_count
      public filter -> string (3) "raw"
      $context['menu']['footer_1']->items[3]->filter
      public db_id -> integer 2174
      $context['menu']['footer_1']->items[3]->db_id
      public menu_item_parent -> string (1) "0"
      $context['menu']['footer_1']->items[3]->menu_item_parent
      public object_id -> string (4) "2174"
      $context['menu']['footer_1']->items[3]->object_id
      public object -> string (6) "custom"
      $context['menu']['footer_1']->items[3]->object
      public type_label -> UTF-8 string (17) "Własny odnośnik"
      $context['menu']['footer_1']->items[3]->type_label
      public target -> string (0) ""
      $context['menu']['footer_1']->items[3]->target
      public attr_title -> string (0) ""
      $context['menu']['footer_1']->items[3]->attr_title
      public description -> string (0) ""
      $context['menu']['footer_1']->items[3]->description
      public xfn -> string (0) ""
      $context['menu']['footer_1']->items[3]->xfn
      public popup_id -> null
      $context['menu']['footer_1']->items[3]->popup_id
      public __title -> string (4) "Blog"
      $context['menu']['footer_1']->items[3]->__title
      public status -> string (7) "publish"
      $context['menu']['footer_1']->items[3]->status
      public name -> string (4) "Blog"
      $context['menu']['footer_1']->items[3]->name
    • public __construct($data, $menu = null)
      new \Timber\MenuItem($data, $menu = null)
      /**
      * @internal
      * @param array|object $data
      * @param \Timber\Menu $menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:83
      public add_class($class_name) Add a CSS class the menu item should have.
      $context['menu']['footer_1']->items[3]->add_class($class_name)
      /**
      * Add a CSS class the menu item should have.
      *
      * @param string $class_name CSS class name to be added.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:102
      public name(): string The label for the menu item. Get the label for the menu item.
      $context['menu']['footer_1']->items[3]->name()
      /**
      * Get the label for the menu item.
      *
      * @api
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:113
      public __toString(): string Magic method to get the label for the menu item.
      (string) $context['menu']['footer_1']->items[3]
      /**
      * Magic method to get the label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}">{{ item }}</a>
      * ```
      * @see \Timber\MenuItem::name()
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:134
      public slug(): string The URL-safe slug of the menu item. Get the slug for the menu item.
      $context['menu']['footer_1']->items[3]->slug()
      /**
      * Get the slug for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <ul>
      *     {% for item in menu.items %}
      *         <li class="{{ item.slug }}">
      *             <a href="{{ item.link }}">{{ item.name }}</a>
      *          </li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return string The URL-safe slug of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:154
      public master_object(): mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents. Allows dev to access the "master object" (ex: post or page) the menu item rep...
      $context['menu']['footer_1']->items[3]->master_object()
      /**
      * Allows dev to access the "master object" (ex: post or page) the menu item represents
      * @api
      * @example
      * ```twig
      * <div>
      *     {% for item in menu.items %}
      *         <a href="{{ item.link }}"><img src="{{ item.master_object.thumbnail }}" /></a>
      *     {% endfor %}
      * </div>
      * ```
      * @return mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:175
      public get_link(): string An absolute URL, e.g. `http://example.org/my-page`. Get link.
      $context['menu']['footer_1']->items[3]->get_link()
      /**
      * Get link.
      *
      * @internal
      * @see \Timber\MenuItem::link()
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string An absolute URL, e.g. `http://example.org/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:193
      public get_path(): string A relative URL, e.g. `/my-page`. Get path.
      $context['menu']['footer_1']->items[3]->get_path()
      /**
      * Get path.
      *
      * @internal
      * @codeCoverageIgnore
      * @see        \Timber\MenuItem::path()
      * @deprecated since 1.0
      * @return string A relative URL, e.g. `/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:206
      public add_child($item) Add a new `Timber\MenuItem` object as a child of this menu item.
      $context['menu']['footer_1']->items[3]->add_child($item)
      /**
      * Add a new `Timber\MenuItem` object as a child of this menu item.
      *
      * @param \Timber\MenuItem $item The menu item to add.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:215
      public update_child_levels(): bool|null
      $context['menu']['footer_1']->items[3]->update_child_levels()
      /**
      * @internal
      * @return bool|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:231
      public import_classes($data) Imports the classes to be used in CSS.
      $context['menu']['footer_1']->items[3]->import_classes($data)
      /**
      * Imports the classes to be used in CSS.
      *
      * @internal
      *
      * @param array|object $data
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:248
      public get_children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get children of a menu item.
      $context['menu']['footer_1']->items[3]->get_children()
      /**
      * Get children of a menu item.
      *
      * You can also directly access the children through the `$children` property (`item.children`
      * in Twig).
      *
      * @internal
      * @example
      * ```twig
      * {% for child in item.get_children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:301
      public is_external(): bool Whether the link is external or not. Checks to see if the menu item is an external link.
      $context['menu']['footer_1']->items[3]->is_external()
      /**
      * Checks to see if the menu item is an external link.
      *
      * If your site is `example.org`, then `google.com/whatever` is an external link. This is
      * helpful when you want to create rules for the target of a link.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}" target="{{ item.is_external ? '_blank' : '_self' }}">
      * ```
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:321
      public type(): string The type of the menu item. Get the type of the menu item.
      $context['menu']['footer_1']->items[3]->type()
      /**
      * Get the type of the menu item.
      *
      * Depending on what is the menu item links to. Can be `post_type` for posts, pages and custom
      * posts, `post_type_archive` for post type archive pages, `taxonomy` for terms or `custom` for
      * custom links.
      *
      * @api
      * @since 1.0.4
      * @return string The type of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:339
      public menu(): \Timber\Menu The `Timber\Menu` object the menu item is associated with. Timber Menu.
      $context['menu']['footer_1']->items[3]->menu()
      /**
      * Timber Menu.
      *
      * @api
      * @since 1.12.0
      * @return \Timber\Menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:350
      public meta($key): mixed Whatever value is stored in the database. Get a meta value of the menu item.
      $context['menu']['footer_1']->items[3]->meta($key)
      /**
      * Get a meta value of the menu item.
      *
      * Plugins like Advanced Custom Fields allow you to set custom fields for menu items. With this
      * method you can retrieve the value of these.
      *
      * @example
      * ```twig
      * <a class="icon-{{ item.meta('icon') }}" href="{{ item.link }}">{{ item.title }}</a>
      * ```
      * @api
      * @param string $key The meta key to get the value for.
      * @return mixed Whatever value is stored in the database.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:369
      public children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get the child menu items of a `Timber\MenuItem`.
      $context['menu']['footer_1']->items[3]->children()
      /**
      * Get the child menu items of a `Timber\MenuItem`.
      *
      * @api
      * @example
      * ```twig
      * {% for child in item.children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:394
      public external(): bool Whether the link is external or not. Check if a link is external.
      $context['menu']['footer_1']->items[3]->external()
      /**
      * Check if a link is external.
      *
      * This is helpful when creating rules for the target of a link.
      *
      * @internal
      * @see \Timber\MenuItem::is_external()
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:407
      public link(): string A full URL, like `http://mysite.com/thing/`. Get the full link to a menu item.
      $context['menu']['footer_1']->items[3]->link()
      /**
      * Get the full link to a menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:423
      public permalink(): string A full URL, like `http://mysite.com/thing/`. Get the link the menu item points at.
      $context['menu']['footer_1']->items[3]->permalink()
      /**
      * Get the link the menu item points at.
      *
      * @internal
      * @deprecated since 0.21.7 Use link method instead.
      * @see \Timber\MenuItem::link()
      * @codeCoverageIgnore
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:443
      public path(): string The path of a URL, like `/foo`. Get the relative path of the menu item’s link.
      $context['menu']['footer_1']->items[3]->path()
      /**
      * Get the relative path of the menu item’s link.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.path }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The path of a URL, like `/foo`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:460
      public title(): string The public label, like "Foo". Get the public label for the menu item.
      $context['menu']['footer_1']->items[3]->title()
      /**
      * Get the public label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The public label, like "Foo".
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:476
      public thumbnail(): \Timber\Image|null The featured image object. Get the featured image of the post associated with the menu item.
      $context['menu']['footer_1']->items[3]->thumbnail()
      /**
      * Get the featured image of the post associated with the menu item.
      *
      * @api
      * @deprecated since 1.5.2 to be removed in v2.0
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}"><img src="{{ item.thumbnail }}"/></a></li>
      * {% endfor %}
      * ```
      * @return \Timber\Image|null The featured image object.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:495
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      *
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      $context['menu']['footer_1']->items[3]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public update($key, $value)
      $context['menu']['footer_1']->items[3]->update($key, $value)
      /**
      * @ignore
      * @param string  $key
      * @param mixed   $value
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      $context['menu']['footer_1']->items[3]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      public get_method_values(): array
      $context['menu']['footer_1']->items[3]->get_method_values()
      /**
      *
      *
      * @return array
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
      public get_field($field_name): mixed
      $context['menu']['footer_1']->items[3]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    4 => Timber\MenuItem (74)
    $context['menu']['footer_1']->items[4]
    • Properties (74)
    • Available methods (31)
    • public id -> integer 141
      $context['menu']['footer_1']->items[4]->id
      public ID -> integer 141
      $context['menu']['footer_1']->items[4]->ID
      public object_type -> string (4) "post"
      $context['menu']['footer_1']->items[4]->object_type
      public children -> array (0)
      $context['menu']['footer_1']->items[4]->children
      public has_child_class -> boolean false
      $context['menu']['footer_1']->items[4]->has_child_class
      public classes -> array (5)
      $context['menu']['footer_1']->items[4]->classes
      0 => string (0) ""
      $context['menu']['footer_1']->items[4]->classes[0]
      1 => string (9) "menu-item"
      $context['menu']['footer_1']->items[4]->classes[1]
      2 => string (24) "menu-item-type-post_type"
      $context['menu']['footer_1']->items[4]->classes[2]
      3 => string (21) "menu-item-object-page"
      $context['menu']['footer_1']->items[4]->classes[3]
      4 => string (13) "menu-item-141"
      $context['menu']['footer_1']->items[4]->classes[4]
      public class -> string (70) "menu-item menu-item-type-post_type menu-item-object-page menu-item-141"
      $context['menu']['footer_1']->items[4]->class
      public level -> integer 0
      $context['menu']['footer_1']->items[4]->level
      public post_name -> string (3) "141"
      $context['menu']['footer_1']->items[4]->post_name
      public url -> string (32) "https://www.csrinfo.org/kontakt/"
      $context['menu']['footer_1']->items[4]->url
      public PostClass -> string (11) "Timber\Post"
      $context['menu']['footer_1']->items[4]->PostClass
      public current -> boolean false
      $context['menu']['footer_1']->items[4]->current
      public current_item_parent -> boolean false
      $context['menu']['footer_1']->items[4]->current_item_parent
      public current_item_ancestor -> boolean false
      $context['menu']['footer_1']->items[4]->current_item_ancestor
      protected menu -> Timber\Menu (22) Recursion
      protected _name -> null
      protected _menu_item_object_id -> string (2) "87"
      protected _menu_item_url -> string (0) ""
      protected menu_object -> Timber\Post (67)
      • Properties (67)
      • Available methods (95)
      • Static class properties
      • public id -> integer 141
        public ID -> integer 141
        public object_type -> string (4) "post"
        public ImageClass -> string (12) "Timber\Image"
        public PostClass -> string (11) "Timber\Post"
        public TermClass -> string (11) "Timber\Term"
        public custom -> array (13)
        _menu_item_type => string (9) "post_type"
        _menu_item_menu_item_parent => string (1) "0"
        _menu_item_object_id => string (2) "87"
        _menu_item_object => string (4) "page"
        _menu_item_target => string (0) ""
        _menu_item_classes => array (1) Depth Limit
        _menu_item_xfn => string (0) ""
        _menu_item_url => string (0) ""
        text => string (0) ""
        _text => string (19) "field_62c9bcde0ee56"
        submenu_id => string (0) ""
        _submenu_id => string (19) "field_62e82ac25e4c9"
        _wp_old_date => array (6) Depth Limit
        protected ___content -> null
        protected _permalink -> null
        protected _next -> array (0)
        protected _prev -> array (0)
        protected _css_class -> null
        public post_author -> string (1) "1"
        public post_content -> string (1) " "
        public post_date -> string (19) "2024-01-30 16:04:43"
        public post_excerpt -> string (0) ""
        public post_parent -> integer 0
        public post_status -> string (7) "publish"
        public post_title -> string (0) ""
        public post_type -> string (13) "nav_menu_item"
        public slug -> string (3) "141"
        protected __type -> null
        public _menu_item_type -> string (9) "post_type"
        public _menu_item_menu_item_parent -> string (1) "0"
        public _menu_item_object_id -> string (2) "87"
        public _menu_item_object -> string (4) "page"
        public _menu_item_target -> string (0) ""
        public _menu_item_classes -> array (1)
        0 => string (0) ""
        public _menu_item_xfn -> string (0) ""
        public _menu_item_url -> string (0) ""
        public text -> string (0) ""
        public _text -> string (19) "field_62c9bcde0ee56"
        public submenu_id -> string (0) ""
        public _submenu_id -> string (19) "field_62e82ac25e4c9"
        public _wp_old_date -> array (6)
        0 => string (10) "2022-07-09"
        1 => string (10) "2022-08-01"
        2 => string (10) "2022-10-20"
        3 => string (10) "2023-03-19"
        4 => string (10) "2023-03-20"
        5 => string (10) "2024-01-08"
        public post_date_gmt -> string (19) "2022-07-09 17:41:50"
        public comment_status -> string (6) "closed"
        public ping_status -> string (6) "closed"
        public post_password -> string (0) ""
        public post_name -> string (3) "141"
        public to_ping -> string (0) ""
        public pinged -> string (0) ""
        public post_modified -> string (19) "2024-01-30 16:04:43"
        public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
        public post_content_filtered -> string (0) ""
        public guid -> string (30) "https://www.csrinfo.org/?p=141"
        public menu_order -> integer 5
        public post_mime_type -> string (0) ""
        public comment_count -> string (1) "0"
        public filter -> string (3) "raw"
        public db_id -> integer 141
        public menu_item_parent -> string (1) "0"
        public object_id -> string (2) "87"
        public object -> string (4) "page"
        public type_label -> string (6) "Strona"
        public url -> string (32) "https://www.csrinfo.org/kontakt/"
        public target -> string (0) ""
        public attr_title -> string (0) ""
        public description -> string (0) ""
        public classes -> array (4)
        0 => string (0) ""
        1 => string (9) "menu-item"
        2 => string (24) "menu-item-type-post_type"
        3 => string (21) "menu-item-object-page"
        public xfn -> string (0) ""
        public popup_id -> null
        public current -> boolean false
        public current_item_ancestor -> boolean false
        public current_item_parent -> boolean false
        public __title -> string (7) "Kontakt"
        public status -> string (7) "publish"
      • public __construct($pid = null) If you send the constructor nothing it will try to figure out the current pos...
        /**
        * If you send the constructor nothing it will try to figure out the current post id based on being inside The_Loop
        * @example
        * ```php
        * $post = new Timber\Post();
        * $other_post = new Timber\Post($random_post_id);
        * ```
        * @param mixed $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:180
        public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:190
        public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
        /**
        * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
        * This is also here to ensure that {{ post.class }} remains usable
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:202
        public __toString(): string Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        /**
        * Outputs the title of the post if you do something like `<h1>{{post}}</h1>`
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:269
        public get_edit_url(): bool|string Get the URL that will edit the current post/object
        /**
        * Get the URL that will edit the current post/object
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::edit_link
        * @return bool|string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:336
        public update($field, $value) updates the post_meta of the current object with the given value
        /**
        * updates the post_meta of the current object with the given value
        * @param string $field
        * @param mixed $value
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:345
        public preview(): \Timber\PostPreview Gets a preview/excerpt of your post.
        /**
        * Gets a preview/excerpt of your post.
        *
        * If you have text defined in the excerpt textarea of your post, it will use that. Otherwise it
        * will pull from the post_content. If there's a `<!-- more -->` tag, it will use that to mark
        * where to pull through.
        *
        * This method returns a `Timber\PostPreview` object, which is a **chainable object**. This
        * means that you can change the output of the preview by **adding more methods**. Refer to the
        * [documentation of the `Timber\PostPreview` class](https://timber.github.io/docs/reference/timber-postpreview/)
        * to get an overview of all the available methods.
        *
        * @example
        * ```twig
        * {# Use default preview #}
        * <p>{{ post.preview }}</p>
        *
        * {# Change the post preview text #}
        * <p>{{ post.preview.read_more('Continue Reading') }}</p>
        *
        * {# Additionally restrict the length to 50 words #}
        * <p>{{ post.preview.length(50).read_more('Continue Reading') }}</p>
        * ```
        * @see \Timber\PostPreview
        * @return \Timber\PostPreview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:432
        public get_preview($len = 50, $force = false, $readmore = 'Read More', $strip = true, $end = '&hellip;'): string of the post preview get a preview of your post, if you have an excerpt it will use that, otherwis...
        /**
        * get a preview of your post, if you have an excerpt it will use that,
        * otherwise it will pull from the post_content.
        * If there's a <!-- more --> tag it will use that to mark where to pull through.
        * @deprecated since 1.3.1, use {{ post.preview }} instead
        * @example
        * ```twig
        * <p>{{post.get_preview(50)}}</p>
        * ```
        * @param int $len The number of words that WP should use to make the tease. (Isn't this better than [this mess](http://wordpress.org/support/topic/changing-the-default-length-of-the_excerpt-1?replies=14)?). If you've set a post_excerpt on a post, we'll use that for the preview text; otherwise the first X words of the post_content
        * @param bool $force What happens if your custom post excerpt is longer then the length requested? By default (`$force = false`) it will use the full `post_excerpt`. However, you can set this to true to *force* your excerpt to be of the desired length
        * @param string $readmore The text you want to use on the 'readmore' link
        * @param bool|string $strip true for default, false for none, string for list of custom attributes
        * @param string $end The text to end the preview with (defaults to ...)
        * @return string of the post preview
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:452
        public import_custom($pid) gets the post custom and attaches it to the current object
        /**
        * gets the post custom and attaches it to the current object
        * @internal
        * @param integer $pid a post ID number
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:521
        public comment_form($args = array()): string of HTML for the form Gets the comment form for use on a single article page
        /**
        *
        * Gets the comment form for use on a single article page
        * @param array This $args array thing is a mess, [fix at some point](http://codex.wordpress.org/Function_Reference/comment_form)
        * @return string of HTML for the form
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:634
        public terms($args = array(), $merge = true, $term_class = ''): array An array of taxonomies. Gets the terms associated with the post.
        /**
        * Gets the terms associated with the post.
        *
        * @api
        * @todo Remove deprecated parameters in 2.x
        * @example
        * ```twig
        * <section id="job-feed">
        * {% for post in job %}
        *     <div class="job">
        *         <h2>{{ post.title }}</h2>
        *         <p>{{ post.terms( {query:{taxonomy:'category', orderby:'name', order: 'ASC'}} )|join(', ') }}</p>
        *     </div>
        * {% endfor %}
        * </section>
        * ```
        * ```html
        * <section id="job-feed">
        *     <div class="job">
        *         <h2>Cheese Maker</h2>
        *         <p>Cheese, Food, Fromage</p>
        *     </div>
        *     <div class="job">
        *         <h2>Mime</h2>
        *         <p>Performance, Silence</p>
        *     </div>
        * </section>
        * ```
        * ```php
        * // Get all terms of a taxonomy.
        * $terms = $post->terms( 'category' );
        *
        * // Get terms of multiple taxonomies.
        * $terms = $post->terms( array( 'books', 'movies' ) );
        *
        * // Use custom arguments for taxonomy query and options.
        * $terms = $post->terms( array(
        *     'query' => [
        *         'taxonomy' => 'custom_tax',
        *         'orderby'  => 'count',
        *     ],
        *     'merge'      => false,
        *     'term_class' => 'My_Term_Class'
        * ) );
        * ```
        *
        * @param string|array $args {
        *     Optional. Name of the taxonomy or array of arguments.
        *
        *     @type array $query       Any array of term query parameters for getting the terms. See
        *                              `WP_Term_Query::__construct()` for supported arguments. Use the
        *                              `taxonomy` argument to choose which taxonomies to get. Defaults
        *                              to querying all registered taxonomies for the post type. You can
        *                              use custom or built-in WordPress taxonomies (category, tag).
        *                              Timber plays nice and figures out that `tag`, `tags` or
        *                              `post_tag` are all the same (also for `categories` or
        *                              `category`). For custom taxonomies you need to define the
        *                              proper name.
        *     @type bool $merge        Whether the resulting array should be one big one (`true`) or
        *                              whether it should be an array of sub-arrays for each taxonomy
        *                              (`false`). Default `true`.
        *     @type string $term_class The Timber term class to use for the term objects.
        * }
        * @param bool   $merge      Deprecated. Optional. See `$merge` argument in `$args` parameter.
        * @param string $term_class Deprecated. Optional. See `$term_class` argument in `$args`
        *                           parameter.
        * @return array An array of taxonomies.
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:706
        public has_term($term_name_or_id, $taxonomy = 'all'): bool
        /**
        * @param string|int $term_name_or_id
        * @param string $taxonomy
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:806
        public get_paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:824
        public get_post_type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @deprecated since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.get_post_type.labels.plural }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:844
        public get_comment_count(): int the number of comments on a post
        /**
        * @return int the number of comments on a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:852
        public has_field($field_name): boolean
        /**
        * @param string $field_name
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:861
        public field_object($field_name): mixed Gets the field object data from Advanced Custom Fields. This includes metadat...
        /**
        * Gets the field object data from Advanced Custom Fields.
        * This includes metadata on the field like whether it's conditional or not.
        *
        * @since 1.6.0
        * @param string $field_name of the field you want to lookup.
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:873
        public get_field($field_name): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:883
        public import_field($field_name)
        /**
        * @param string $field_name
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:905
        public post_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post without cache. For usage you should use `{{pos...
        /**
        * Get the CSS classes for a post without cache. For usage you should use `{{post.class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @example
        * ```twig
        * <article class="{{ post.post_class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * ```html
        * <article class="post-2612 post type-post status-publish format-standard has-post-thumbnail hentry category-data tag-charleston-church-shooting tag-dylann-roof tag-gun-violence tag-hate-crimes tag-national-incident-based-reporting-system">
        *    {# Some stuff here #}
        * </article>
        * ```
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:927
        public css_class($class = ''): string a space-seperated list of classes Get the CSS classes for a post, but with caching css post classes. For usage ...
        /**
        * Get the CSS classes for a post, but with caching css post classes. For usage you should use `{{ post.class }}` instead of `{{post.css_class}}` or `{{post.post_class}}`
        * @internal
        * @param string $class additional classes you want to add
        * @see Timber\Post::$_css_class
        * @example
        * ```twig
        * <article class="{{ post.class }}">
        *    {# Some stuff here #}
        * </article>
        * ```
        *
        * @return string a space-seperated list of classes
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:956
        public get_method_values(): array
        /**
        * @return array
        * @codeCoverageIgnore
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:970
        public author(): User|null A User object if found, false if not Return the author of a post
        /**
        * Return the author of a post
        * @api
        * @example
        * ```twig
        * <h1>{{post.title}}</h1>
        * <p class="byline">
        *     <a href="{{post.author.link}}">{{post.author.name}}</a>
        * </p>
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1005
        public authors()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1011
        public modified_author(): User|null A User object if found, false if not Get the author (WordPress user) who last modified the post
        /**
        * Get the author (WordPress user) who last modified the post
        * @example
        * ```twig
        * Last updated by {{ post.modified_author.name }}
        * ```
        * ```html
        * Last updated by Harper Lee
        * ```
        * @return User|null A User object if found, false if not
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1026
        public categories(): array of Timber\Terms Get the categoires on a particular post
        /**
        * Get the categoires on a particular post
        * @api
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1036
        public category(): Timber\Term|null Returns a category attached to a post
        /**
        * Returns a category attached to a post
        * @api
        * If mulitpuile categories are set, it will return just the first one
        * @return Timber\Term|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1046
        public children($post_type = 'any', $childPostClass = false): array Returns an array of children on the post as Timber\Posts (or other claass as ...
        /**
        * Returns an array of children on the post as Timber\Posts
        * (or other claass as you define).
        * @api
        * @example
        * ```twig
        * {% if post.children %}
        *     Here are the child pages:
        *     {% for child in post.children %}
        *         <a href="{{ child.link }}">{{ child.title }}</a>
        *     {% endfor %}
        * {% endif %}
        * ```
        * @param string|array $post_type _optional_ use to find children of a particular post type (attachment vs. page for example). You might want to restrict to certain types of children in case other stuff gets all mucked in there. You can use 'parent' to use the parent's post type or you can pass an array of post types.
        * @param string|bool $childPostClass _optional_ a custom post class (ex: 'MyTimber\Post') to return the objects as. By default (false) it will use Timber\Post::$post_class value.
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1067
        public comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): bool|\Timber\CommentThread Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThr...
        /**
        * Gets the comments on a `Timber\Post` and returns them as a `Timber\CommentThread`: a PHP
        * ArrayObject of [`Timber\Comment`](https://timber.github.io/docs/reference/timber-comment/)
        * (or whatever comment class you set).
        * @api
        *
        * @param int    $count        Set the number of comments you want to get. `0` is analogous to
        *                             "all".
        * @param string $order        Use ordering set in WordPress admin, or a different scheme.
        * @param string $type         For when other plugins use the comments table for their own
        *                             special purposes. Might be set to 'liveblog' or other, depending
        *                             on what’s stored in your comments table.
        * @param string $status       Could be 'pending', etc.
        * @param string $CommentClass What class to use when returning Comment objects. As you become a
        *                             Timber Pro, you might find yourself extending `Timber\Comment`
        *                             for your site or app (obviously, totally optional).
        * @see \Timber\CommentThread for an example with nested comments
        * @return bool|\Timber\CommentThread
        *
        * @example
        *
        * **single.twig**
        *
        * ```twig
        * <div id="post-comments">
        *   <h4>Comments on {{ post.title }}</h4>
        *   <ul>
        *     {% for comment in post.comments() %}
        *       {% include 'comment.twig' %}
        *     {% endfor %}
        *   </ul>
        *   <div class="comment-form">
        *     {{ function('comment_form') }}
        *   </div>
        * </div>
        * ```
        *
        * **comment.twig**
        *
        * ```twig
        * {# comment.twig #}
        * <li>
        *   <p class="comment-author">{{ comment.author.name }} says:</p>
        *   <div>{{ comment.content }}</div>
        * </li>
        * ```
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1136
        public content($page0, $len = -1): string Gets the actual content of a WP Post, as opposed to post_content this will ru...
        /**
        * Gets the actual content of a WP Post, as opposed to post_content this will run the hooks/filters attached to the_content. \This guy will return your posts content with WordPress filters run on it (like for shortcodes and wpautop).
        * @api
        * @example
        * ```twig
        * <div class="article">
        *     <h2>{{post.title}}</h2>
        *     <div class="content">{{ post.content }}</div>
        * </div>
        * ```
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1206
        public paged_content(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1254
        public date($date_format = ''): string Get the date to use in your template!
        /**
        * Get the date to use in your template!
        * @api
        * @example
        * ```twig
        * Published on {{ post.date }} // Uses WP's formatting set in Admin
        * OR
        * Published on {{ post.date('F jS') }} // Jan 12th
        * ```
        *
        * ```html
        * Published on January 12, 2015
        * OR
        * Published on Jan 12th
        * ```
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1277
        public time($time_format = ''): string Get the time to use in your template
        /**
        * Get the time to use in your template
        * @api
        * @example
        * ```twig
        * Published at {{ post.time }} // Uses WP's formatting set in Admin
        * OR
        * Published at {{ post.time | time('G:i') }} // 13:25
        * ```
        *
        * ```html
        * Published at 1:25 pm
        * OR
        * Published at 13:25
        * ```
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1301
        public type(): PostType Returns the post_type object with labels and other info
        /**
        * Returns the post_type object with labels and other info
        *
        * @since 1.0.4
        * @example
        *
        * ```twig
        * This post is from <span>{{ post.type.labels.name }}</span>
        * ```
        *
        * ```html
        * This post is from <span>Recipes</span>
        * ```
        * @return PostType
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1323
        public edit_link(): bool|string the edit URL of a post in the WordPress admin Returns the edit URL of a post if the user has access to it
        /**
        * Returns the edit URL of a post if the user has access to it
        * @return bool|string the edit URL of a post in the WordPress admin
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1337
        public format(): mixed
        /**
        * @api
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1347
        public password_required(): boolean whether post requires password and correct password has been provided
        /**
        * whether post requires password and correct password has been provided
        * @api
        * @return boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1356
        public link(): string ex: http://example.org/2015/07/my-awesome-post get the permalink for a post object
        /**
        * get the permalink for a post object
        * @api
        * @example
        * ```twig
        * <a href="{{post.link}}">Read my post</a>
        * ```
        * @return string ex: http://example.org/2015/07/my-awesome-post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1369
        public meta($field_name = null): mixed
        /**
        * @param string $field_name
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1381
        public name(): string
        /**
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1392
        public modified_date($date_format = ''): string
        /**
        * @param string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1400
        public modified_time($time_format = ''): string
        /**
        * @param string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1410
        public next($in_same_term = false): mixed
        /**
        * @api
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1419
        public pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1445
        public convert($data) Finds any WP_Post objects and converts them to Timber\Posts
        /**
        * Finds any WP_Post objects and converts them to Timber\Posts
        * @param array|WP_Post $data
        * @param string $class
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1478
        public parent(): bool|Timber\Post Gets the parent (if one exists) from a post as a Timber\Post object (or whate...
        /**
        * Gets the parent (if one exists) from a post as a Timber\Post object (or whatever is set in Timber\Post::$PostClass)
        * @api
        * @example
        * ```twig
        * Parent page: <a href="{{ post.parent.link }}">{{ post.parent.title }}</a>
        * ```
        * @return bool|Timber\Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1504
        public path(): string Gets the relative path of a WP Post, so while link() will return http://examp...
        /**
        * Gets the relative path of a WP Post, so while link() will return http://example.org/2015/07/my-cool-post
        * this will return just /2015/07/my-cool-post
        * @api
        * @example
        * ```twig
        * <a href="{{post.path}}">{{post.title}}</a>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1522
        public prev($in_same_term = false): mixed Get the previous post in a set
        /**
        * Get the previous post in a set
        * @api
        * @example
        * ```twig
        * <h4>Prior Entry:</h4>
        * <h3>{{post.prev.title}}</h3>
        * <p>{{post.prev.get_preview(25)}}</p>
        * ```
        * @param bool $in_same_term
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1539
        public tags(): array Gets the tags on a post, uses WP's post_tag taxonomy
        /**
        * Gets the tags on a post, uses WP's post_tag taxonomy
        * @api
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1562
        public thumbnail(): Timber\Image|null of your thumbnail get the featured image as a Timber/Image
        /**
        * get the featured image as a Timber/Image
        * @api
        * @example
        * ```twig
        * <img src="{{ post.thumbnail.src }}" />
        * ```
        * @return Timber\Image|null of your thumbnail
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1575
        public title(): string Returns the processed title to be used in templates. This returns the title o...
        /**
        * Returns the processed title to be used in templates. This returns the title of the post after WP's filters have run. This is analogous to `the_title()` in standard WP template tags.
        * @api
        * @example
        * ```twig
        * <h1>{{ post.title }}</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1593
        public gallery($html = true): html Returns the gallery
        /**
        * Returns the gallery
        * @api
        * @example
        * ```twig
        * {{ post.gallery }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1609
        public audio(): html Returns the audio
        /**
        * Returns the audio
        * @api
        * @example
        * ```twig
        * {{ post.audio }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1628
        public video(): html Returns the video
        /**
        * Returns the video
        * @api
        * @example
        * ```twig
        * {{ post.video }}
        * ```
        * @return html
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1651
        public get_categories(): array of Timber\Terms Get the categories for a post
        /**
        * Get the categories for a post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::categories
        * @return array of Timber\Terms
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1682
        public get_category(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::category
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1693
        public get_image($field): Timber\Image
        /**
        * @param string $field
        * @return Timber\Image
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1704
        public get_tags(): array Gets an array of tags for you to use
        /**
        * Gets an array of tags for you to use
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <ul class="tags">
        *     {% for tag in post.tags %}
        *         <li>{{tag.name}}</li>
        *     {% endfor %}
        * </ul>
        * ```
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1723
        public get_title(): string Outputs the title with filters applied
        /**
        * Outputs the title with filters applied
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @example
        * ```twig
        * <h1>{{post.get_title}}</h1>
        * ```
        * ```html
        * <h1>Hello World!</h1>
        * ```
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1741
        public get_content($len = -1, $page0): string Displays the content of the post with filters, shortcodes and wpautop applied
        /**
        * Displays the content of the post with filters, shortcodes and wpautop applied
        * @example
        * ```twig
        * <div class="article-text">{{post.get_content}}</div>
        * ```
        * ```html
        * <div class="article-text"><p>Blah blah blah</p><p>More blah blah blah.</p></div>
        * ```
        * @param int $len
        * @param int $page
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1758
        public get_format(): mixed
        /**
        * @internal
        * @deprecated since 1.0
        * @return mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1770
        public get_terms($tax = '', $merge = true, $TermClass = ''): array Get the terms associated with the post This goes across all taxonomies by def...
        /**
        * Get the terms associated with the post
        * This goes across all taxonomies by default
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string|array $tax What taxonom(y|ies) to pull from. Defaults to all registered taxonomies for the post type. You can use custom ones, or built-in WordPress taxonomies (category, tag). Timber plays nice and figures out that tag/tags/post_tag are all the same (and categories/category), for custom taxonomies you're on your own.
        * @param bool $merge Should the resulting array be one big one (true)? Or should it be an array of sub-arrays for each taxonomy (false)?
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1784
        public permalink(): string
        /**
        * @deprecated 0.20.0 use link() instead
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1793
        public get_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1806
        public get_modified_date($date_format = ''): string
        /**
        * @internal
        * @see Timber\Post::modified_date
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param  string $date_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1818
        public get_modified_time($time_format = ''): string
        /**
        * @internal
        * @param  string $time_format
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1827
        public get_children($post_type = 'any', $childPostClass = false): array
        /**
        * @internal
        * @see Timber\Post::children
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param string 		$post_type
        * @param bool|string 	$childPostClass
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1842
        public get_path(): string Get the permalink for a post, but as a relative path For example, where {{pos...
        /**
        * Get the permalink for a post, but as a relative path
        * For example, where {{post.link}} would return "http://example.org/2015/07/04/my-cool-post"
        * this will return the relative version: "/2015/07/04/my-cool-post"
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1855
        public get_prev($in_same_term = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1866
        public get_parent(): bool|TimberPost Get the parent post of the post
        /**
        * Get the parent post of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return bool|TimberPost
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1877
        public get_author(): User|null Gets a User object from the author of the post
        /**
        * Gets a User object from the author of the post
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @see Timber\Post::author
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1889
        public get_modified_author(): User|null
        /**
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return User|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1899
        public get_thumbnail(): Image|null
        /**
        * @internal
        * @see TimberPost::thumbnail
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return Image|null
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1910
        public get_permalink(): string
        /**
        * @internal
        * @see TimberPost::link
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1921
        public get_link(): string get the permalink for a post object In your templates you should use link: <a...
        /**
        * get the permalink for a post object
        * In your templates you should use link:
        * <a href="{{post.link}}">Read my post</a>
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1934
        public get_next($taxonomy = false): TimberPost|boolean Get the next post in WordPress's ordering
        /**
        * Get the next post in WordPress's ordering
        * @internal
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @param bool $taxonomy
        * @return TimberPost|boolean
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1946
        public get_pagination(): array Get a data array of pagination so you can navigate to the previous/next for a...
        /**
        * Get a data array of pagination so you can navigate to the previous/next for a paginated post
        * @internal
        * @see Timber\Post::pagination();
        * @deprecated since 1.0
        * @codeCoverageIgnore
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1958
        public get_comments($count = null, $order = 'wp', $type = 'comment', $status = 'approve', $CommentClass = 'Timber\\Comment'): array|mixed Get the comments for a post
        /**
        * Get the comments for a post
        * @internal
        * @see Timber\Post::comments
        * @param int $count
        * @param string $order
        * @param string $type
        * @param string $status
        * @param string $CommentClass
        * @return array|mixed
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1974
        public __isset($field): boolean
        /**
        *
        * @return boolean
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
        public import($info, $force = false) Takes an array or object and adds the properties to the parent object
        /**
        * Takes an array or object and adds the properties to the parent object
        * @example
        * ```php
        * $data = array('airplane' => '757-200', 'flight' => '5316');
        * $post = new Timber\Post()
        * $post->import(data);
        * echo $post->airplane; //757-200
        * ```
        * @param array|object $info an object or array you want to grab data from to attach to the Timber object
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
        public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
        /**
        * Can you edit this post/term/user? Well good for you. You're no better than me.
        * @example
        * ```twig
        * {% if post.can_edit %}
        * <a href="{{ post.edit_link }}">Edit</a>
        * {% endif %}
        * ```
        * ```html
        * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
        * ```
        * @return bool
        */
        
        Inherited from Timber\Core
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
        protected determine_id($pid): int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page) tries to figure out what post you want to get if not explictly defined (or if...
        /**
        * tries to figure out what post you want to get if not explictly defined (or if it is, allows it to be passed through)
        * @internal
        * @param mixed a value to test against
        * @return int|null the numberic id we should be using for this post object, null when there's no ID (ex: 404 page)
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:230
        protected get_post_preview_object()
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:273
        protected get_post_preview_id($query)
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:281
        protected init($pid = false) Initializes a Post
        /**
        * Initializes a Post
        * @internal
        * @param integer $pid
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:317
        protected prepare_post_info($pid0): WP_Post on success takes a mix of integer (post ID), string (post slug), or object to return a W...
        /**
        * takes a mix of integer (post ID), string (post slug),
        * or object to return a WordPress post object from WP's built-in get_post() function
        * @internal
        * @param integer $pid
        * @return WP_Post on success
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:360
        protected check_post_id($pid): integer ID number of a post helps you find the post id regardless of whether you send a string or whatever
        /**
        * helps you find the post id regardless of whether you send a string or whatever
        * @param integer $pid ;
        * @internal
        * @return integer ID number of a post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:379
        protected get_post_custom($pid): array Used internally to fetch the metadata fields (wp_postmeta table) and attach t...
        /**
        * Used internally to fetch the metadata fields (wp_postmeta table)
        * and attach them to our TimberPost object
        * @internal
        * @param int $pid
        * @return array
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:533
        protected get_info($pid): null|object|WP_Post Used internally by init, etc. to build TimberPost object
        /**
        * Used internally by init, etc. to build TimberPost object
        * @internal
        * @param  int $pid
        * @return null|object|WP_Post
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:606
        protected maybe_show_password_form(): string|void If the Password form is to be shown, show it!
        /**
        * If the Password form is to be shown, show it!
        * @return string|void
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1170
        protected get_revised_data_from_method($method, $args = false)
        /**
        *
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1183
        protected content_handle_no_teaser_block($content): string Handles for an circumstance with the Block editor where a "more" block has an...
        /**
        * Handles for an circumstance with the Block editor where a "more" block has an option to
        * "Hide the excerpt on the full content page" which hides everything prior to the inserted
        * "more" block
        * @ticket #2218
        * @param string $content
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:1243
        public static get_post_id_by_name($post_name): int get_post_id_by_name($post_name)
        \Timber\Post::get_post_id_by_name($post_name)
        /**
        * get_post_id_by_name($post_name)
        * @internal
        * @deprecated since 1.5.0
        * @param string $post_name
        * @return int
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:402
        protected static is_previewing(): bool Determine whether or not an admin/editor is looking at the post in "preview m...
        /**
        * Determine whether or not an admin/editor is looking at the post in "preview mode" via the
        * WordPress admin
        * @internal
        * @return bool
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:217
        protected static get_wp_link_page($i): string
        /**
        * @param int $i
        * @return string
        */
        
        Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Post.php:591
      • public static $representation :: string (4) "post"
        \Timber\Post::$representation
      public ImageClass -> string (12) "Timber\Image"
      $context['menu']['footer_1']->items[4]->ImageClass
      public TermClass -> string (11) "Timber\Term"
      $context['menu']['footer_1']->items[4]->TermClass
      public custom -> array (13)
      $context['menu']['footer_1']->items[4]->custom
      _menu_item_type => string (9) "post_type"
      $context['menu']['footer_1']->items[4]->custom['_menu_item_type']
      _menu_item_menu_item_parent => string (1) "0"
      $context['menu']['footer_1']->items[4]->custom['_menu_item_menu_item_parent']
      _menu_item_object_id => string (2) "87"
      $context['menu']['footer_1']->items[4]->custom['_menu_item_object_id']
      _menu_item_object => string (4) "page"
      $context['menu']['footer_1']->items[4]->custom['_menu_item_object']
      _menu_item_target => string (0) ""
      $context['menu']['footer_1']->items[4]->custom['_menu_item_target']
      _menu_item_classes => array (1)
      $context['menu']['footer_1']->items[4]->custom['_menu_item_classes']
      0 => string (0) ""
      $context['menu']['footer_1']->items[4]->custom['_menu_item_classes'][0]
      _menu_item_xfn => string (0) ""
      $context['menu']['footer_1']->items[4]->custom['_menu_item_xfn']
      _menu_item_url => string (0) ""
      $context['menu']['footer_1']->items[4]->custom['_menu_item_url']
      text => string (0) ""
      $context['menu']['footer_1']->items[4]->custom['text']
      _text => string (19) "field_62c9bcde0ee56"
      $context['menu']['footer_1']->items[4]->custom['_text']
      submenu_id => string (0) ""
      $context['menu']['footer_1']->items[4]->custom['submenu_id']
      _submenu_id => string (19) "field_62e82ac25e4c9"
      $context['menu']['footer_1']->items[4]->custom['_submenu_id']
      _wp_old_date => array (6)
      $context['menu']['footer_1']->items[4]->custom['_wp_old_date']
      0 => string (10) "2022-07-09"
      $context['menu']['footer_1']->items[4]->custom['_wp_old_date'][0]
      1 => string (10) "2022-08-01"
      $context['menu']['footer_1']->items[4]->custom['_wp_old_date'][1]
      2 => string (10) "2022-10-20"
      $context['menu']['footer_1']->items[4]->custom['_wp_old_date'][2]
      3 => string (10) "2023-03-19"
      $context['menu']['footer_1']->items[4]->custom['_wp_old_date'][3]
      4 => string (10) "2023-03-20"
      $context['menu']['footer_1']->items[4]->custom['_wp_old_date'][4]
      5 => string (10) "2024-01-08"
      $context['menu']['footer_1']->items[4]->custom['_wp_old_date'][5]
      public ___content -> null
      $context['menu']['footer_1']->items[4]->___content
      public _permalink -> null
      $context['menu']['footer_1']->items[4]->_permalink
      public _next -> array (0)
      $context['menu']['footer_1']->items[4]->_next
      public _prev -> array (0)
      $context['menu']['footer_1']->items[4]->_prev
      public _css_class -> null
      $context['menu']['footer_1']->items[4]->_css_class
      public post_author -> string (1) "1"
      $context['menu']['footer_1']->items[4]->post_author
      public post_content -> string (1) " "
      $context['menu']['footer_1']->items[4]->post_content
      public post_date -> string (19) "2024-01-30 16:04:43"
      $context['menu']['footer_1']->items[4]->post_date
      public post_excerpt -> string (0) ""
      $context['menu']['footer_1']->items[4]->post_excerpt
      public post_parent -> integer 0
      $context['menu']['footer_1']->items[4]->post_parent
      public post_status -> string (7) "publish"
      $context['menu']['footer_1']->items[4]->post_status
      public post_title -> string (0) ""
      $context['menu']['footer_1']->items[4]->post_title
      public post_type -> string (13) "nav_menu_item"
      $context['menu']['footer_1']->items[4]->post_type
      public __type -> null
      $context['menu']['footer_1']->items[4]->__type
      public _menu_item_type -> string (9) "post_type"
      $context['menu']['footer_1']->items[4]->_menu_item_type
      public _menu_item_menu_item_parent -> string (1) "0"
      $context['menu']['footer_1']->items[4]->_menu_item_menu_item_parent
      public _menu_item_object -> string (4) "page"
      $context['menu']['footer_1']->items[4]->_menu_item_object
      public _menu_item_target -> string (0) ""
      $context['menu']['footer_1']->items[4]->_menu_item_target
      public _menu_item_classes -> array (1)
      $context['menu']['footer_1']->items[4]->_menu_item_classes
      0 => string (0) ""
      $context['menu']['footer_1']->items[4]->_menu_item_classes[0]
      public _menu_item_xfn -> string (0) ""
      $context['menu']['footer_1']->items[4]->_menu_item_xfn
      public text -> string (0) ""
      $context['menu']['footer_1']->items[4]->text
      public _text -> string (19) "field_62c9bcde0ee56"
      $context['menu']['footer_1']->items[4]->_text
      public submenu_id -> string (0) ""
      $context['menu']['footer_1']->items[4]->submenu_id
      public _submenu_id -> string (19) "field_62e82ac25e4c9"
      $context['menu']['footer_1']->items[4]->_submenu_id
      public _wp_old_date -> array (6)
      $context['menu']['footer_1']->items[4]->_wp_old_date
      0 => string (10) "2022-07-09"
      $context['menu']['footer_1']->items[4]->_wp_old_date[0]
      1 => string (10) "2022-08-01"
      $context['menu']['footer_1']->items[4]->_wp_old_date[1]
      2 => string (10) "2022-10-20"
      $context['menu']['footer_1']->items[4]->_wp_old_date[2]
      3 => string (10) "2023-03-19"
      $context['menu']['footer_1']->items[4]->_wp_old_date[3]
      4 => string (10) "2023-03-20"
      $context['menu']['footer_1']->items[4]->_wp_old_date[4]
      5 => string (10) "2024-01-08"
      $context['menu']['footer_1']->items[4]->_wp_old_date[5]
      public post_date_gmt -> string (19) "2022-07-09 17:41:50"
      $context['menu']['footer_1']->items[4]->post_date_gmt
      public comment_status -> string (6) "closed"
      $context['menu']['footer_1']->items[4]->comment_status
      public ping_status -> string (6) "closed"
      $context['menu']['footer_1']->items[4]->ping_status
      public post_password -> string (0) ""
      $context['menu']['footer_1']->items[4]->post_password
      public to_ping -> string (0) ""
      $context['menu']['footer_1']->items[4]->to_ping
      public pinged -> string (0) ""
      $context['menu']['footer_1']->items[4]->pinged
      public post_modified -> string (19) "2024-01-30 16:04:43"
      $context['menu']['footer_1']->items[4]->post_modified
      public post_modified_gmt -> string (19) "2024-01-30 15:04:43"
      $context['menu']['footer_1']->items[4]->post_modified_gmt
      public post_content_filtered -> string (0) ""
      $context['menu']['footer_1']->items[4]->post_content_filtered
      public guid -> string (30) "https://www.csrinfo.org/?p=141"
      $context['menu']['footer_1']->items[4]->guid
      public menu_order -> integer 5
      $context['menu']['footer_1']->items[4]->menu_order
      public post_mime_type -> string (0) ""
      $context['menu']['footer_1']->items[4]->post_mime_type
      public comment_count -> string (1) "0"
      $context['menu']['footer_1']->items[4]->comment_count
      public filter -> string (3) "raw"
      $context['menu']['footer_1']->items[4]->filter
      public db_id -> integer 141
      $context['menu']['footer_1']->items[4]->db_id
      public menu_item_parent -> string (1) "0"
      $context['menu']['footer_1']->items[4]->menu_item_parent
      public object_id -> string (2) "87"
      $context['menu']['footer_1']->items[4]->object_id
      public object -> string (4) "page"
      $context['menu']['footer_1']->items[4]->object
      public type_label -> string (6) "Strona"
      $context['menu']['footer_1']->items[4]->type_label
      public target -> string (0) ""
      $context['menu']['footer_1']->items[4]->target
      public attr_title -> string (0) ""
      $context['menu']['footer_1']->items[4]->attr_title
      public description -> string (0) ""
      $context['menu']['footer_1']->items[4]->description
      public xfn -> string (0) ""
      $context['menu']['footer_1']->items[4]->xfn
      public popup_id -> null
      $context['menu']['footer_1']->items[4]->popup_id
      public __title -> string (7) "Kontakt"
      $context['menu']['footer_1']->items[4]->__title
      public status -> string (7) "publish"
      $context['menu']['footer_1']->items[4]->status
      public name -> string (7) "Kontakt"
      $context['menu']['footer_1']->items[4]->name
    • public __construct($data, $menu = null)
      new \Timber\MenuItem($data, $menu = null)
      /**
      * @internal
      * @param array|object $data
      * @param \Timber\Menu $menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:83
      public add_class($class_name) Add a CSS class the menu item should have.
      $context['menu']['footer_1']->items[4]->add_class($class_name)
      /**
      * Add a CSS class the menu item should have.
      *
      * @param string $class_name CSS class name to be added.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:102
      public name(): string The label for the menu item. Get the label for the menu item.
      $context['menu']['footer_1']->items[4]->name()
      /**
      * Get the label for the menu item.
      *
      * @api
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:113
      public __toString(): string Magic method to get the label for the menu item.
      (string) $context['menu']['footer_1']->items[4]
      /**
      * Magic method to get the label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}">{{ item }}</a>
      * ```
      * @see \Timber\MenuItem::name()
      * @return string The label for the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:134
      public slug(): string The URL-safe slug of the menu item. Get the slug for the menu item.
      $context['menu']['footer_1']->items[4]->slug()
      /**
      * Get the slug for the menu item.
      *
      * @api
      * @example
      * ```twig
      * <ul>
      *     {% for item in menu.items %}
      *         <li class="{{ item.slug }}">
      *             <a href="{{ item.link }}">{{ item.name }}</a>
      *          </li>
      *     {% endfor %}
      * </ul>
      * ```
      * @return string The URL-safe slug of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:154
      public master_object(): mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents. Allows dev to access the "master object" (ex: post or page) the menu item rep...
      $context['menu']['footer_1']->items[4]->master_object()
      /**
      * Allows dev to access the "master object" (ex: post or page) the menu item represents
      * @api
      * @example
      * ```twig
      * <div>
      *     {% for item in menu.items %}
      *         <a href="{{ item.link }}"><img src="{{ item.master_object.thumbnail }}" /></a>
      *     {% endfor %}
      * </div>
      * ```
      * @return mixed Whatever object (Timber\Post, Timber\Term, etc.) the menu item represents.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:175
      public get_link(): string An absolute URL, e.g. `http://example.org/my-page`. Get link.
      $context['menu']['footer_1']->items[4]->get_link()
      /**
      * Get link.
      *
      * @internal
      * @see \Timber\MenuItem::link()
      * @deprecated since 1.0
      * @codeCoverageIgnore
      * @return string An absolute URL, e.g. `http://example.org/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:193
      public get_path(): string A relative URL, e.g. `/my-page`. Get path.
      $context['menu']['footer_1']->items[4]->get_path()
      /**
      * Get path.
      *
      * @internal
      * @codeCoverageIgnore
      * @see        \Timber\MenuItem::path()
      * @deprecated since 1.0
      * @return string A relative URL, e.g. `/my-page`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:206
      public add_child($item) Add a new `Timber\MenuItem` object as a child of this menu item.
      $context['menu']['footer_1']->items[4]->add_child($item)
      /**
      * Add a new `Timber\MenuItem` object as a child of this menu item.
      *
      * @param \Timber\MenuItem $item The menu item to add.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:215
      public update_child_levels(): bool|null
      $context['menu']['footer_1']->items[4]->update_child_levels()
      /**
      * @internal
      * @return bool|null
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:231
      public import_classes($data) Imports the classes to be used in CSS.
      $context['menu']['footer_1']->items[4]->import_classes($data)
      /**
      * Imports the classes to be used in CSS.
      *
      * @internal
      *
      * @param array|object $data
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:248
      public get_children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get children of a menu item.
      $context['menu']['footer_1']->items[4]->get_children()
      /**
      * Get children of a menu item.
      *
      * You can also directly access the children through the `$children` property (`item.children`
      * in Twig).
      *
      * @internal
      * @example
      * ```twig
      * {% for child in item.get_children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:301
      public is_external(): bool Whether the link is external or not. Checks to see if the menu item is an external link.
      $context['menu']['footer_1']->items[4]->is_external()
      /**
      * Checks to see if the menu item is an external link.
      *
      * If your site is `example.org`, then `google.com/whatever` is an external link. This is
      * helpful when you want to create rules for the target of a link.
      *
      * @api
      * @example
      * ```twig
      * <a href="{{ item.link }}" target="{{ item.is_external ? '_blank' : '_self' }}">
      * ```
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:321
      public type(): string The type of the menu item. Get the type of the menu item.
      $context['menu']['footer_1']->items[4]->type()
      /**
      * Get the type of the menu item.
      *
      * Depending on what is the menu item links to. Can be `post_type` for posts, pages and custom
      * posts, `post_type_archive` for post type archive pages, `taxonomy` for terms or `custom` for
      * custom links.
      *
      * @api
      * @since 1.0.4
      * @return string The type of the menu item.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:339
      public menu(): \Timber\Menu The `Timber\Menu` object the menu item is associated with. Timber Menu.
      $context['menu']['footer_1']->items[4]->menu()
      /**
      * Timber Menu.
      *
      * @api
      * @since 1.12.0
      * @return \Timber\Menu The `Timber\Menu` object the menu item is associated with.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:350
      public meta($key): mixed Whatever value is stored in the database. Get a meta value of the menu item.
      $context['menu']['footer_1']->items[4]->meta($key)
      /**
      * Get a meta value of the menu item.
      *
      * Plugins like Advanced Custom Fields allow you to set custom fields for menu items. With this
      * method you can retrieve the value of these.
      *
      * @example
      * ```twig
      * <a class="icon-{{ item.meta('icon') }}" href="{{ item.link }}">{{ item.title }}</a>
      * ```
      * @api
      * @param string $key The meta key to get the value for.
      * @return mixed Whatever value is stored in the database.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:369
      public children(): array|bool Array of children of a menu item. Empty if there are no child menu items. Get the child menu items of a `Timber\MenuItem`.
      $context['menu']['footer_1']->items[4]->children()
      /**
      * Get the child menu items of a `Timber\MenuItem`.
      *
      * @api
      * @example
      * ```twig
      * {% for child in item.children %}
      *     <li class="nav-drop-item">
      *         <a href="{{ child.link }}">{{ child.title }}</a>
      *     </li>
      * {% endfor %}
      * ```
      * @return array|bool Array of children of a menu item. Empty if there are no child menu items.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:394
      public external(): bool Whether the link is external or not. Check if a link is external.
      $context['menu']['footer_1']->items[4]->external()
      /**
      * Check if a link is external.
      *
      * This is helpful when creating rules for the target of a link.
      *
      * @internal
      * @see \Timber\MenuItem::is_external()
      * @return bool Whether the link is external or not.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:407
      public link(): string A full URL, like `http://mysite.com/thing/`. Get the full link to a menu item.
      $context['menu']['footer_1']->items[4]->link()
      /**
      * Get the full link to a menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:423
      public permalink(): string A full URL, like `http://mysite.com/thing/`. Get the link the menu item points at.
      $context['menu']['footer_1']->items[4]->permalink()
      /**
      * Get the link the menu item points at.
      *
      * @internal
      * @deprecated since 0.21.7 Use link method instead.
      * @see \Timber\MenuItem::link()
      * @codeCoverageIgnore
      * @return string A full URL, like `http://mysite.com/thing/`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:443
      public path(): string The path of a URL, like `/foo`. Get the relative path of the menu item’s link.
      $context['menu']['footer_1']->items[4]->path()
      /**
      * Get the relative path of the menu item’s link.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.path }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The path of a URL, like `/foo`.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:460
      public title(): string The public label, like "Foo". Get the public label for the menu item.
      $context['menu']['footer_1']->items[4]->title()
      /**
      * Get the public label for the menu item.
      *
      * @api
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}">{{ item.title }}</a></li>
      * {% endfor %}
      * ```
      * @return string The public label, like "Foo".
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:476
      public thumbnail(): \Timber\Image|null The featured image object. Get the featured image of the post associated with the menu item.
      $context['menu']['footer_1']->items[4]->thumbnail()
      /**
      * Get the featured image of the post associated with the menu item.
      *
      * @api
      * @deprecated since 1.5.2 to be removed in v2.0
      * @example
      * ```twig
      * {% for item in menu.items %}
      *     <li><a href="{{ item.link }}"><img src="{{ item.thumbnail }}"/></a></li>
      * {% endfor %}
      * ```
      * @return \Timber\Image|null The featured image object.
      */
      
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/MenuItem.php:495
      public __isset($field): boolean
      /**
      *
      * @return boolean
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
      public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
      public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
      /**
      * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
      *
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
      public import($info, $force = false) Takes an array or object and adds the properties to the parent object
      $context['menu']['footer_1']->items[4]->import($info, $force = false)
      /**
      * Takes an array or object and adds the properties to the parent object
      * @example
      * ```php
      * $data = array('airplane' => '757-200', 'flight' => '5316');
      * $post = new Timber\Post()
      * $post->import(data);
      * echo $post->airplane; //757-200
      * ```
      * @param array|object $info an object or array you want to grab data from to attach to the Timber object
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
      public update($key, $value)
      $context['menu']['footer_1']->items[4]->update($key, $value)
      /**
      * @ignore
      * @param string  $key
      * @param mixed   $value
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:83
      public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
      $context['menu']['footer_1']->items[4]->can_edit()
      /**
      * Can you edit this post/term/user? Well good for you. You're no better than me.
      * @example
      * ```twig
      * {% if post.can_edit %}
      * <a href="{{ post.edit_link }}">Edit</a>
      * {% endif %}
      * ```
      * ```html
      * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
      * ```
      * @return bool
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
      public get_method_values(): array
      $context['menu']['footer_1']->items[4]->get_method_values()
      /**
      *
      *
      * @return array
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
      public get_field($field_name): mixed
      $context['menu']['footer_1']->items[4]->get_field($field_name)
      /**
      * @param string $field_name
      * @return mixed
      */
      
      Inherited from Timber\Core
      Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    public term_id -> integer 8
    $context['menu']['footer_1']->term_id
    public title -> string (10) "Menu - top"
    $context['menu']['footer_1']->title
    public options -> array (1)
    $context['menu']['footer_1']->options
    depth => integer 0
    $context['menu']['footer_1']->options['depth']
    public raw_options -> array (0)
    $context['menu']['footer_1']->raw_options
    public theme_location -> string (6) "header"
    $context['menu']['footer_1']->theme_location
    public slug -> string (8) "menu-top"
    $context['menu']['footer_1']->slug
    public term_group -> integer 0
    $context['menu']['footer_1']->term_group
    public term_taxonomy_id -> integer 8
    $context['menu']['footer_1']->term_taxonomy_id
    public parent -> integer 0
    $context['menu']['footer_1']->parent
    public count -> integer 5
    $context['menu']['footer_1']->count
    public filter -> string (3) "raw"
    $context['menu']['footer_1']->filter
  • public __construct($slug0, $options = array()) Initialize a menu.
    new \Timber\Menu($slug0, $options = array())
    /**
    * Initialize a menu.
    *
    * @param int|string $slug    A menu slug, the term ID of the menu, the full name from the admin
    *                            menu, the slug of the registered location or nothing. Passing
    *                            nothing is good if you only have one menu. Timber will grab what
    *                            it finds.
    * @param array      $options Optional. An array of options. Right now, only the `depth` is
    *                            supported which says how many levels of hierarchy should be
    *                            included in the menu. Default `0`, which is all levels.
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:90
    public find_parent_item_in_menu($menu_items, $parent_id): \Timber\MenuItem|bool A menu item. False if no parent was found. Find a parent menu item in a set of menu items.
    $context['menu']['footer_1']->find_parent_item_in_menu($menu_items, $parent_id)
    /**
    * Find a parent menu item in a set of menu items.
    *
    * @api
    * @param array $menu_items An array of menu items.
    * @param int   $parent_id  The parent ID to look for.
    * @return \Timber\MenuItem|bool A menu item. False if no parent was found.
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:257
    public get_items(): array Array of `Timber\MenuItem` objects. Empty array if no items could be found. Get menu items.
    $context['menu']['footer_1']->get_items()
    /**
    * Get menu items.
    *
    * Instead of using this function, you can use the `$items` property directly to get the items
    * for a menu.
    *
    * @api
    * @example
    * ```twig
    * {% for item in menu.get_items %}
    *     <a href="{{ item.link }}">{{ item.title }}</a>
    * {% endfor %}
    * ```
    * @return array Array of `Timber\MenuItem` objects. Empty array if no items could be found.
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:349
    public __toString(): string
    (string) $context['menu']['footer_1']
    /**
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:81
    public get_edit_url(): string
    $context['menu']['footer_1']->get_edit_url()
    /**
    * @internal
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:215
    public get_meta_field($field_name): string
    $context['menu']['footer_1']->get_meta_field($field_name)
    /**
    * @internal
    * @param string $field_name
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:224
    public get_path(): string
    $context['menu']['footer_1']->get_path()
    /**
    * @internal
    * @deprecated since 1.0
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:242
    public get_link(): string
    $context['menu']['footer_1']->get_link()
    /**
    * @internal
    * @deprecated since 1.0
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:251
    public get_posts($numberposts_or_args = 10, $post_type_or_class = 'any', $post_class = ''): array|bool|null Get posts that have the current term assigned.
    $context['menu']['footer_1']->get_posts($numberposts_or_args = 10, $post_type_or_class = 'any', $post_class = '')
    /**
    * Get posts that have the current term assigned.
    *
    * @internal
    * @param int|array $numberposts_or_args Optional. Either the number of posts or an array of
    *                                       arguments for the post query that this method is going.
    *                                       to perform. Default `10`.
    * @param string    $post_type_or_class  Optional. Either the post type to get or the name of
    *                                       post class to use for the returned posts. Default
    *                                       `any`.
    * @param string    $post_class          Optional. The name of the post class to use for the
    *                                       returned posts. Default `Timber\Post`.
    * @return array|bool|null
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:269
    public get_children(): array
    $context['menu']['footer_1']->get_children()
    /**
    * @internal
    * @return array
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:317
    public update($key, $value)
    $context['menu']['footer_1']->update($key, $value)
    /**
    *
    *
    * @param string  $key
    * @param mixed   $value
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:334
    public children(): array
    $context['menu']['footer_1']->children()
    /**
    * @api
    * @return array
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:347
    public description(): string
    $context['menu']['footer_1']->description()
    /**
    * @api
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:355
    public edit_link(): string
    $context['menu']['footer_1']->edit_link()
    /**
    * @api
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:369
    public link(): string Returns a full link to the term archive page like `http://example.com/categor...
    $context['menu']['footer_1']->link()
    /**
    * Returns a full link to the term archive page like
    * `http://example.com/category/news`
    * @api
    * @example
    * ```twig
    * See all posts in: <a href="{{ term.link }}">{{ term.name }}</a>
    * ```
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:384
    public meta($field_name): string Retrieves and outputs meta information stored with a term. This will use both...
    $context['menu']['footer_1']->meta($field_name)
    /**
    * Retrieves and outputs meta information stored with a term. This will use
    * both data stored under (old) ACF hacks and new (WP 4.6+) where term meta
    * has its own table. If retrieving a special ACF field (repeater, etc.) you
    * can use the output immediately in Twig — no further processing is
    * required.
    * @api
    * @param string $field_name
    * @example
    * ```twig
    * <div class="location-info">
    *   <h2>{{ term.name }}</h2>
    *   <p>{{ term.meta('address') }}</p>
    * </div>
    * ```
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:407
    public path(): string Returns a relative link (path) to the term archive page like `/category/news`
    $context['menu']['footer_1']->path()
    /**
    * Returns a relative link (path) to the term archive page like
    * `/category/news`
    * @api
    * @example
    * ```twig
    * See all posts in: <a href="{{ term.path }}">{{ term.name }}</a>
    * ```
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:421
    public posts($numberposts_or_args = 10, $post_type_or_class = 'any', $post_class = ''): array|bool|null Gets posts that have the current term assigned.
    $context['menu']['footer_1']->posts($numberposts_or_args = 10, $post_type_or_class = 'any', $post_class = '')
    /**
    * Gets posts that have the current term assigned.
    *
    * @api
    * @example
    * ```twig
    * <h4>Recent posts in {{ term.name }}</h4>
    *
    * <ul>
    * {% for post in term.posts(3, 'post') %}
    *     <li>
    *         <a href="{{ post.link }}">{{ post.title }}</a>
    *     </li>
    * {% endfor %}
    * </ul>
    * ```
    *
    * If you need more control over the query that is going to be performed, you can pass your
    * custom query arguments in the first parameter.
    *
    * ```twig
    * <h4>Our branches in {{ region.name }}</h4>
    *
    * <ul>
    * {% for branch in region.posts({
    *     posts_per_page: -1,
    *     orderby: 'menu_order'
    * }, 'branch', 'Branch') %}
    *     <li>
    *         <a href="{{ branch.link }}">{{ branch.title }}</a>
    *     </li>
    * {% endfor %}
    * </ul>
    * ```
    *
    * @param int|array $numberposts_or_args Optional. Either the number of posts or an array of
    *                                       arguments for the post query that this method is going.
    *                                       to perform. Default `10`.
    * @param string $post_type_or_class     Optional. Either the post type to get or the name of
    *                                       post class to use for the returned posts. Default
    *                                       `any`.
    * @param string $post_class             Optional. The name of the post class to use for the
    *                                       returned posts. Default `Timber\Post`.
    * @return array|bool|null
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:473
    public title(): string
    $context['menu']['footer_1']->title()
    /**
    * @api
    * @return string
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:481
    public __isset($field): boolean
    /**
    *
    * @return boolean
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:15
    public __call($field, $args): mixed This is helpful for twig to return properties and methods see: https://github...
    /**
    * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
    * @return mixed
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:26
    public __get($field): mixed This is helpful for twig to return properties and methods see: https://github...
    /**
    * This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2
    *
    * @return mixed
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:35
    public import($info, $force = false) Takes an array or object and adds the properties to the parent object
    $context['menu']['footer_1']->import($info, $force = false)
    /**
    * Takes an array or object and adds the properties to the parent object
    * @example
    * ```php
    * $data = array('airplane' => '757-200', 'flight' => '5316');
    * $post = new Timber\Post()
    * $post->import(data);
    * echo $post->airplane; //757-200
    * ```
    * @param array|object $info an object or array you want to grab data from to attach to the Timber object
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:59
    public can_edit(): bool Can you edit this post/term/user? Well good for you. You're no better than me.
    $context['menu']['footer_1']->can_edit()
    /**
    * Can you edit this post/term/user? Well good for you. You're no better than me.
    * @example
    * ```twig
    * {% if post.can_edit %}
    * <a href="{{ post.edit_link }}">Edit</a>
    * {% endif %}
    * ```
    * ```html
    * <a href="http://example.org/wp-admin/edit.php?p=242">Edit</a>
    * ```
    * @return bool
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:100
    public get_method_values(): array
    $context['menu']['footer_1']->get_method_values()
    /**
    *
    *
    * @return array
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:115
    public get_field($field_name): mixed
    $context['menu']['footer_1']->get_field($field_name)
    /**
    * @param string $field_name
    * @return mixed
    */
    
    Inherited from Timber\Core
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Core.php:125
    protected init($menu_id)
    /**
    * @internal
    * @param int $menu_id
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:124
    protected init_as_page_menu()
    /**
    * @internal
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:186
    protected get_menu_id_from_locations($slug, $locations): integer
    /**
    * @internal
    * @param string $slug
    * @param array $locations
    * @return integer
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:206
    protected get_menu_id_from_terms($slug0): int
    /**
    * @internal
    * @param int $slug
    * @return int
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:228
    protected order_children($items): array
    /**
    * @internal
    * @param array $items
    * @return array
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:270
    protected create_menu_item($item): mixed an instance of the user-configured $MenuItemClass
    /**
    * @internal
    * @param object $item the WP menu item object to wrap
    * @return mixed an instance of the user-configured $MenuItemClass
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:308
    protected strip_to_depth_limit($menu, $current = 1)
    /**
    * @internal
    * @param array $menu
    */
    
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Menu.php:316
    protected get_term_from_query(): integer
    /**
    * @internal
    * @return integer
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:108
    protected get_term_meta($tid): array
    /**
    * @internal
    * @param int $tid
    * @return array
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:150
    protected get_term($tid): mixed
    /**
    * @internal
    * @param int $tid
    * @return mixed
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:161
    protected get_tid($tid): int
    /**
    * @internal
    * @param int $tid
    * @return int
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:186
    public static from($tid, $taxonomy): static
    \Timber\Term::from($tid, $taxonomy)
    /**
    * @param $tid
    * @param $taxonomy
    *
    * @return static
    */
    
    Inherited from Timber\Term
    Defined in <ROOT>/wp-content/themes/pc/vendor/timber/timber/lib/Term.php:91
  • public static $representation :: string (4) "term"
    \Timber\Term::$representation